Liquid Crystal Displays (LCD) with Arduino
The LiquidCrystal library allows you to control LCD displays that are compatible with the HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface. Output of the sketch on a 16x2 LCD. The LCDs have a parallel interface, meaning that the microcontroller has to manipulate several interface ...