lvgl-micropython / lvgl_micropython

LVGL module for MicroPython
MIT License
88 stars 28 forks source link

ST7735 invert parameter #84

Closed dcmcshan closed 3 weeks ago

dcmcshan commented 4 months ago

Would be helpful to have an invert in ST7735 driver.

Otherwise, have to do this after init(): display.set_params(self.display._INVON)

kdschlosser commented 4 months ago

It is there. try it...