Thank you so much for the driver!
I could finally using latest lvgl on micropython :)
when lv.DISPLAY_RENDER_MODE.FULL(using large buffer),
there is OSError on blit function(busdisplay.py)
Could you help?
I am using esp32-pico-v3-02(flash 8M. spiram 2M) , gc9a01, 16bit
#lv_driver_framework.py, on line 72
print(len(self._frame_buffer1), ">=", display.width * display.height * self._color_size)
115200 >= 115200
Traceback (most recent call last):
File "lv_utils.py", line 142, in task_handler
File "lv_driver_framework.py", line 115, in _flush_cb
File "busdisplay.py", line 255, in blit
OSError: 257(esp_lcd_panel_io_tx_color)
Greetings!
Thank you so much for the driver! I could finally using latest lvgl on micropython :)
when lv.DISPLAY_RENDER_MODE.FULL(using large buffer), there is OSError on blit function(busdisplay.py)
Could you help? I am using esp32-pico-v3-02(flash 8M. spiram 2M) , gc9a01, 16bit