PIC microcontroller Tutorials
Interfacing PIC microcontroller(PIC16F887) with Character LCD.
LCD’s are a useful tool when you want your microcontroller’s output to be displayed. They are available in different sizes with 16*2 Character LCD being the most common one. Here 16 indicates the number of columns and 2 indicates the number of rows. So a maximum of 32 characters Read more…