luetee / ST7567S_128X64_I2C

LCD ST7567S 128X64 I2C Arduio UNO
32 stars 16 forks source link

screen hangs #1

Open bellongart opened 1 year ago

bellongart commented 1 year ago

After a few minutes the screen hangs. I am using an Arduino Uno R3 and the example in the library.

gorbln commented 1 year ago

Having same issue. Arduino Nano, 5V Vcc.

tungbuivn commented 7 months ago

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