亚洲精品久久久久久久久久久,亚洲国产精品一区二区制服,亚洲精品午夜精品,国产成人精品综合在线观看,最近2019中文字幕一页二页

電子發(fā)燒友App

硬聲App

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評論與回復
登錄后你可以
  • 下載海量資料
  • 學習在線課程
  • 觀看技術視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會員中心
創(chuàng)作中心

完善資料讓更多小伙伴認識你,還能領取20積分哦,立即完善>

3天內不再提示
創(chuàng)作
電子發(fā)燒友網(wǎng)>電子資料下載>電子資料>Arduino UNO液晶屏開源

Arduino UNO液晶屏開源

2022-08-12 | zip | 0.01 MB | 次下載 | 2積分

資料介紹

電路板圖如下:
pYYBAGL0XVWAF-yeAABQrzqjkHg369.png
pYYBAGL0XVeAIz4vAAA8Wy_BTjE366.png

成分

ARDUINO UNO REV3 × 1
通用 220 歐姆電阻器 × 1
LCM-S01602DSF/A
Lumex 光電/組件公司
× 1

描述

Arduino UNO 液晶屏

建造盾牌:

組裝:

盾構圖如下:

LCD RS 引腳到數(shù)字引腳 12

LCD 使能引腳到數(shù)字引腳 11

LCD D4 引腳到數(shù)字引腳 5

LCD D5 引腳到數(shù)字引腳 4

LCD D6 引腳到數(shù)字引腳 3

LCD D7 引腳到數(shù)字引腳 2

LCD R/W 引腳到 GND

LCD VSS 引腳至 GND

LCD VCC 引腳至 5V

LCD LED+ 通過 220 歐姆電阻器至 5V

LCD LED- 到 GND

電阻器進入電阻器符號。每個孔中都有焊針。就是這樣!

使用盾牌:

要使用顯示器,您必須在 Arduino IDE 上安裝 LiquidCrystalDisplay 庫。

我將在下面留下一個 Hello world 示例來使用顯示器。;)

代碼

你好世界!

阿杜諾

? /*
? LiquidCrystal Library - Hello World
? ?
? Demonstrates the use a 16x2 LCD display.The LiquidCrystal
? library works with all LCD displays that are compatible with the
? Hitachi HD44780 driver. There are many of them out there, and you
? can usually tell them by the 16-pin interface.
? ?
? This sketch prints "Hello World!" to the LCD
? and shows the time.
? ?
? The circuit:
? * LCD RS pin to digital pin 12
? * LCD Enable pin to digital pin 11
? * LCD D4 pin to digital pin 5
? * LCD D5 pin to digital pin 4
? * LCD D6 pin to digital pin 3
? * LCD D7 pin to digital pin 2
? * LCD R/W pin to ground
? * LCD VSS pin to ground
? * LCD VCC pin to 5V
? * 10K resistor:
? * ends to +5V and ground
? * wiper to LCD VO pin (pin 3)
? ?
? Library originally added 18 Apr 2008
? by David A. Mellis
? library modified 5 Jul 2009
? by Limor Fried (http://www.ladyada.net)
? example added 9 Jul 2009
? by Tom Igoe
? modified 22 Nov 2010
? by Tom Igoe
? modified 7 Nov 2016
? by Arturo Guadalupi
? ?
? This example code is in the public domain.
? ?
? http://www.arduino.cc/en/Tutorial/LiquidCrystalHelloWorld
? ?
? */
? ?
? // include the library code:
? #include
? ?
? // initialize the library by associating any needed LCD interface pin
? // with the arduino pin number it is connected to
? const int rs = 12, en = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2;
? LiquidCrystal lcd(rs, en, d4, d5, d6, d7);
? ?
? void setup() {
? // set up the LCD's number of columns and rows:
? lcd.begin(16, 2);
? // Print a message to the LCD.
? lcd.print("hello, world!");
? }
? ?
? void loop() {
? // set the cursor to column 0, line 1
? // (note: line 1 is the second row, since counting begins with 0):
? lcd.setCursor(0, 1);
? // print the number of seconds since reset:
? lcd.print(millis() / 1000);
? }

下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評論

查看更多

下載排行

本周

  1. 1PFC電路與BOOST電路設計實例分享
  2. 1.83 MB   |  12次下載  |  4 積分
  3. 2世平基于靈動微 SPIN560C 的低壓無刷電機應用方案
  4. 10.93 MB  |  11次下載  |  免費
  5. 3電源測試報告-基于 國民技術 N32L406 和杰華特 JW3376+3330 的 BMS 方案
  6. 6.47 MB  |  11次下載  |  免費
  7. 4PWM控制器的控制方法
  8. 0.39 MB   |  3次下載  |  4 積分
  9. 5電流檢測芯片F(xiàn)P135應用說明
  10. 1.24 MB   |  3次下載  |  免費
  11. 6全面解讀被動式與主動式PFC電路
  12. 1.27 MB   |  1次下載  |  4 積分
  13. 7HC88L051F4低功耗芯片規(guī)格書
  14. 4.76 MB  |  1次下載  |  免費
  15. 8CIU32D655x5數(shù)據(jù)手冊
  16. 2.14 MB   |  1次下載  |  免費

本月

  1. 1常用電子元器件使用手冊
  2. 2.40 MB   |  52次下載  |  免費
  3. 2高功率密度碳化硅MOSFET軟開關三相逆變器損耗分析
  4. 2.27 MB   |  33次下載  |  10 積分
  5. 3PFC電路與BOOST電路設計實例分享
  6. 1.83 MB   |  12次下載  |  4 積分
  7. 4世平基于靈動微 SPIN560C 的低壓無刷電機應用方案
  8. 10.93 MB  |  11次下載  |  免費
  9. 5電源測試報告-基于 國民技術 N32L406 和杰華特 JW3376+3330 的 BMS 方案
  10. 6.47 MB  |  11次下載  |  免費
  11. 6USB拓展塢PCB圖資料
  12. 0.57 MB   |  11次下載  |  免費
  13. 7MS1826 HDMI 多功能視頻處理器數(shù)據(jù)手冊
  14. 4.51 MB   |  9次下載  |  免費
  15. 8HAL9303線性霍爾效應傳感器技術手冊
  16. 0.70 MB   |  9次下載  |  免費

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935134次下載  |  10 積分
  3. 2開源硬件-PMP21529.1-4 開關降壓/升壓雙向直流/直流轉換器 PCB layout 設計
  4. 1.48MB  |  420064次下載  |  10 積分
  5. 3Altium DXP2002下載入口
  6. 未知  |  233089次下載  |  10 積分
  7. 4電路仿真軟件multisim 10.0免費下載
  8. 340992  |  191424次下載  |  10 積分
  9. 5十天學會AVR單片機與C語言視頻教程 下載
  10. 158M  |  183352次下載  |  10 積分
  11. 6labview8.5下載
  12. 未知  |  81600次下載  |  10 積分
  13. 7Keil工具MDK-Arm免費下載
  14. 0.02 MB  |  73818次下載  |  10 積分
  15. 8LabVIEW 8.6下載
  16. 未知  |  65991次下載  |  10 積分