Hello all. Thanks for this great thread.
I'm trying to get the BrewPi up and running with a physical LCD display, but have no real output showing. The LCD powers on and shows two rows of blocks. The POT works to adjust contrast. But no characters as emulated in the top left hand corner of the BrewPi interface.
Do I need to modify any code in BrewPi to enable the display or will it work out of the box?
Thanks in advance for any suggestions!
======================
Background Info
======================
I am using a 20X4 board compatible with the Hitachi HD44780 driver, with 16 pins.
I have wired the LCD according to the following:
Wire your LCD screen to your Arduino. Connect the following pins:
LCD RS pin to digital pin 12
LCD Enable pin to digital pin 11
LCD D4 pin to digital pin 5
LCD D5 pin to digital pin 4
LCD D6 pin to digital pin 3
LCD D7 pin to digital pin 2
Additionally, wire a 10K pot to +5V and GND, with it's wiper (output) to LCD screen's VO pin (pin3).