Open bellongart opened 1 year ago
After a few minutes the screen hangs. I am using an Arduino Uno R3 and the example in the library.
Having same issue. Arduino Nano, 5V Vcc.
you should call a delay(2000) in the setup() function before call lcd.init() will fix this, or sequence call the lcd init as description in the document
After a few minutes the screen hangs. I am using an Arduino Uno R3 and the example in the library.