91欧美超碰AV自拍|国产成年人性爱视频免费看|亚洲 日韩 欧美一厂二区入|人人看人人爽人人操aV|丝袜美腿视频一区二区在线看|人人操人人爽人人爱|婷婷五月天超碰|97色色欧美亚州A√|另类A√无码精品一级av|欧美特级日韩特级

電子發(fā)燒友App

硬聲App

掃碼添加小助手

加入工程師交流群

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

完善資料讓更多小伙伴認(rèn)識你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示
創(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 液晶屏

建造盾牌:

組裝:

盾構(gòu)圖如下:

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

電阻器進(jìn)入電阻器符號。每個(gè)孔中都有焊針。就是這樣!

使用盾牌:

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

我將在下面留下一個(gè) 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);
? }

液晶屏 Arduino uno
加入交流群
微信小助手二維碼

掃碼添加小助手

加入工程師交流群

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

評論

查看更多

下載排行

本周

  1. 1耗盡型MOS FET產(chǎn)品目錄選型表
  2. 0.14 MB   |  2次下載  |  免費(fèi)
  3. 2TI系列-米爾TI AM62L核心板開發(fā)板-高能效低功耗嵌入式平臺
  4. 1.51 MB  |  次下載  |  免費(fèi)
  5. 3WILLSEMI韋爾20年半年度報(bào)告由代理分銷經(jīng)銷一級代理分銷經(jīng)銷
  6. 3.30 MB  |  次下載  |  免費(fèi)
  7. 4LRC 樂山無線電InTWSApplications家電由原廠代理分銷經(jīng)銷一級代理分銷經(jīng)銷供應(yīng)
  8. 85.84 KB  |  次下載  |  免費(fèi)
  9. 5LAT1596 一文說明白 STM32G4 雙 Bank 啟動(dòng)與升級
  10. 0.64 MB   |  次下載  |  5 積分
  11. 6LAT1594_基于事件喚醒低功耗之介紹
  12. 0.37 MB   |  次下載  |  5 積分
  13. 7PT8P2309 觸控 A/D 型 8-Bit MCU規(guī)格書
  14. 4.05 MB   |  次下載  |  免費(fèi)
  15. 8PT8P2308 觸控 A/D 型 8-Bit MCU規(guī)格書
  16. 4.13 MB   |  次下載  |  免費(fèi)

本月

  1. 1美的電磁爐電路原理圖資料
  2. 4.39 MB   |  19次下載  |  10 積分
  3. 2反激式開關(guān)電源設(shè)計(jì)解析
  4. 0.89 MB   |  11次下載  |  5 積分
  5. 3耗盡型MOS FET產(chǎn)品目錄選型表
  6. 0.14 MB   |  2次下載  |  免費(fèi)
  7. 4簡易光伏控制器原理圖資料
  8. 0.07 MB   |  1次下載  |  5 積分
  9. 52EDL05x06xx系列 600V半橋門驅(qū)動(dòng)器帶集成自舉二極管(BSD)手冊
  10. 0.69 MB   |  1次下載  |  免費(fèi)
  11. 6國產(chǎn)千兆網(wǎng)口芯片PT153S中文資料
  12. 1.35 MB   |  次下載  |  免費(fèi)
  13. 7斯丹電子 | 用于芯片測試系統(tǒng)的射頻干簧繼電器
  14. 5.11 MB  |  次下載  |  免費(fèi)
  15. 8SFI立昌ESD/TVS管原廠代理分銷經(jīng)銷一級代理分銷經(jīng)銷
  16. 294.76 KB  |  次下載  |  免費(fèi)

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935137次下載  |  10 積分
  3. 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
  4. 1.48MB  |  420064次下載  |  10 積分
  5. 3Altium DXP2002下載入口
  6. 未知  |  233095次下載  |  10 積分
  7. 4電路仿真軟件multisim 10.0免費(fèi)下載
  8. 340992  |  191448次下載  |  10 積分
  9. 5十天學(xué)會(huì)AVR單片機(jī)與C語言視頻教程 下載
  10. 158M  |  183360次下載  |  10 積分
  11. 6labview8.5下載
  12. 未知  |  81605次下載  |  10 積分
  13. 7Keil工具M(jìn)DK-Arm免費(fèi)下載
  14. 0.02 MB  |  73829次下載  |  10 積分
  15. 8LabVIEW 8.6下載
  16. 未知  |  65991次下載  |  10 積分