Fix display mirroring and update SDMMC card pins

This commit is contained in:
Adolfo Reyna
2026-07-09 23:18:10 -04:00
parent 301fed7f2e
commit bd8fea0436
3 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ lvgl_port_display_cfg_t St7305Display::getLvglPortDisplayConfig(esp_lcd_panel_io
.monochrome = true, // Enables esp_lvgl_port monochrome converter
.rotation = {
.swap_xy = false,
.mirror_x = false,
.mirror_x = true,
.mirror_y = false,
},
.color_format = LV_COLOR_FORMAT_RGB565, // Must be RGB565 for monochrome mode to trigger converter