I've ran out of digital I/O pins to use on my ELEGOO UNO board (based on the ATmega328) and I've tried simply using the liquid crystal library and declaring the pins:
(LiquidCrystal lcd(A0, A1, A2, A3, A4, A5)
but my screen is just printing garbage. Is there any way I could get this to work?
5 posts - 3 participants