lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
79 stars 25 forks source link

Fix byte order in GT911 driver #98

Open senjaster opened 2 months ago

senjaster commented 2 months ago

Byte order in GT911 driver is swapped. Also some other minor fixes

senjaster commented 2 months ago

Patched indev driver works (it prints message like GT911(raw_x=218, raw_y=224, x=227, y=221, state=PRESSED) in debug mode), but lvds still stops updating screen after driver creation. Still, it's better than nothing