Search found 1 match
- Thu May 23, 2024 1:37 pm
- Forum: General Discussion
- Topic: ST7789 TFT driver tearing problem in horizontal position with ESP32-S3 LVGL
- Replies: 1
- Views: 1383
ST7789 TFT driver tearing problem in horizontal position with ESP32-S3 LVGL
I am driving a 320*240 TFT with ESP32 S3 and ST7789 driver, there is no problem when I drive the screen without rotating the screen. However, when I rotate the screen horizontally with swap and mirror commands, I see a tearing problem on the screen. /** * * 8080 BUS Initialize * **/ static lv_disp_...