Monday 30 January 2017

Arduino - 16x2 LCD Screen

Arduino Project #2


16x2 LCD Screen with I2C and Photoresistor

 
 

 This is a 16x2 LCD screen with I2C. You can read the value of the photoresistor from the LCD screen.

 
 
Arduino circuit and sketch



Things need to take note:
1. You need to download and install the "New LiquidCrystal" library (https://bitbucket.org/)
2. If you encounter the "<Wire.h> no such file or directory" error, you need to copy the Wire library under the same "library" folder as the LiquidCrystal_I2C library.

 


No comments:

Post a Comment