whitecatboard / Lua-RTOS-ESP32

Lua RTOS for ESP32
Other
1.2k stars 221 forks source link

gdisplay: timeout error #144

Closed gjongenelen closed 6 years ago

gjongenelen commented 6 years ago

Hi, When using gdisplay.attach(gdisplay.SSD1306_128_64, gdisplay.LANDSCAPE, false) it returns

stdin:1: 50331655:timeout
stack traceback:
        [C]: in field 'attach'
        stdin:1: in main chunk
        [C]: in ?

This used to work before.

What is wrong?

(Could it be related to the changes in #137?)

gjongenelen commented 6 years ago

Okay, the problem was solved by reflashing the firmware...