lvgl / lv_binding_micropython

LVGL binding for MicroPython
MIT License
237 stars 156 forks source link

fix(display): fix st77xx.py generic driver flush_cb issue #326

Closed PGNetHun closed 4 months ago

PGNetHun commented 4 months ago

Fix flush_cb function in st77xx.py generic driver. The issue was that variables w and h were used before setting them. Remove also not used import in ili9xxx.py generic driver.