We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
우리 보유한 장비 정보 입니다.
Sorry, something went wrong.
Lcd 라이브러리를 적용할 때 주의할 점이 있습니다. 예전에 아두이노를 공부하면서 겪은 문제점 중 하나입니다.
LiquidCrystal_I2C.h 이 라이브러리를 사용할 경우 주의하셔야합니다.
사용자들이 라이브러리를 커스터마이징해서 사용하고 배포하면서 어떤 라이브러리가 정상인지, 비정상인지조차 파악할 수 없을정도가 됐다고 합니다.
그래서 lcd 디스플레이를 위한 라이브러리를 사용하실때는 hd44780이라는 라이브러리를 찾아서 적용하시면 됩니다.
위의 내용은 아두이노 포럼에서 발견한 내용이며 원문은 아래 링크를 참고하시면 됩니다. https://forum.arduino.cc/index.php?topic=365435.0
오호~ 감사합니다.!!
메뉴얼에 해당 내용도 적어 놓을께요 ^^
Pull Request #43 에서 처리되어 Close 합니다. 수고하셨어요 ^^
No branches or pull requests
Goal
결과물
The text was updated successfully, but these errors were encountered: