Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LCD Display 출력 개발 #28

Closed
jongkwang opened this issue Nov 11, 2017 · 5 comments
Closed

LCD Display 출력 개발 #28

jongkwang opened this issue Nov 11, 2017 · 5 comments

Comments

@jongkwang
Copy link
Member

jongkwang commented Nov 11, 2017

Goal

  • 아두이노에 LCD Display 를 연결하고
  • "IoT Labs" 문구를 출력한다
  • 나중에 이 LCD Display 를 이용하여 온도/습도/조도 값을 표시할 것이다.

결과물

@jongkwang
Copy link
Member Author

@E-nuri
Copy link
Contributor

E-nuri commented Nov 18, 2017

Lcd 라이브러리를 적용할 때 주의할 점이 있습니다.
예전에 아두이노를 공부하면서 겪은 문제점 중 하나입니다.

LiquidCrystal_I2C.h 이 라이브러리를 사용할 경우 주의하셔야합니다.

사용자들이 라이브러리를 커스터마이징해서 사용하고 배포하면서 어떤 라이브러리가 정상인지, 비정상인지조차 파악할 수 없을정도가 됐다고 합니다.

그래서 lcd 디스플레이를 위한 라이브러리를 사용하실때는 hd44780이라는 라이브러리를 찾아서 적용하시면 됩니다.

위의 내용은 아두이노 포럼에서 발견한 내용이며 원문은 아래 링크를 참고하시면 됩니다.
https://forum.arduino.cc/index.php?topic=365435.0

@jongkwang
Copy link
Member Author

오호~ 감사합니다.!!

메뉴얼에 해당 내용도 적어 놓을께요 ^^

@jongkwang jongkwang added this to the 2017.11.20_Contributhon milestone Nov 18, 2017
@jongkwang
Copy link
Member Author

@jongkwang
Copy link
Member Author

Pull Request #43 에서 처리되어 Close 합니다.
수고하셨어요 ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants