gopro2027

Results 3 issues of gopro2027

I'm trying to modify `lvgl_panel_st7789_spi.c` to use double buffering via `esp_lcd_rgb_panel_get_frame_buffer(panel_handle, 2, &buf1, &buf2);` which i saw in another issue: https://github.com/rzeldent/esp32-smartdisplay/issues/199 The function doesn't seem to exist and frankly im...

Unfortunately there are some quite major issues with the more recent revisions of esp32-smartdisplay potentially related to DMA and artifacting on the screen. At first I was adding a new...

bug

9.2.2 works, but now with lvgl 9.3.0 release, there are some errors.