티스토리 뷰
LCD 시험
▣ 다음은 Arduino R3와 LCD(ADM1602K-FS(RGB)-FBW)를 연결하여 LCD의 기능을 시험해보는 작업에 대한 상세 내용에 대한 기술이다. 이 작업은 시험용 작업이며, LCD의 설명 페이지(http://www.arduino.cc/en/Tutorial/LiquidCrystal)를 기초로 작성하였다.
1. Arduino와 LCD()를 연결하는 회로는 아래와 같다.
2. Arduino와 LCD를 연결한 사진은 아래와 같다.
3. Arduino의 펌웨어 소스코드는 아래와 같다.
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
void setup(){
lcd.begin(16,2);
}
void loop(){
int tInt01=0;
// lcd.setCursor(0,0); // first column of the upper line
lcd.setCursor(2,0); // third column of the upper line
// lcd.print("My name is : "); // ==> Correct
lcd.print("My name is : " + tInt01); // ==> No Response
lcd.setCursor(0,1); // Initial column of the lower line
lcd.print(millis()/1000);
tInt01++;
// lcd.print("Hello, world!"+tInt01);
}
https://bilient-power-manager.tistory.com/1?category=904908
반응형
'SWDesk > Firmware' 카테고리의 다른 글
BT Shield를 이용하여 스마트폰과 블루투스 통신(2) (0) | 2020.01.29 |
---|---|
BT Shield를 이용한 스마트폰과의 블루투스 통신(1) (0) | 2020.01.29 |
아두이노를 이용하여 ATTiny13에 프로그래밍하기 (0) | 2020.01.20 |
ESP8266, Change SSID, Time Update (0) | 2019.12.26 |
ESP8266 POST Request Test (0) | 2019.12.06 |
반응형
250x250
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 심심풀이치매방지기
- DYOV
- Hurdles
- BSC
- Video
- 치매방지
- 배프
- 둎
- Innovations&Hurdles
- 절연형
- badp
- 심심풀이
- 티스토리챌린지
- 오블완
- 허들
- arduino
- Decorator
- bilient
- 전류
- image
- Innovation&Hurdles
- Innovations
- 전압
- 혁신과허들
- 빌리언트
- 치매
- 전압전류모니터링
- 아두이노
- 혁신
- ServantClock
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함