Formatting

This commit is contained in:
Ken Van Hoeylandt 2025-08-30 19:59:40 +02:00
parent 0c50c03c12
commit 15613ae0ff

View File

@ -133,7 +133,14 @@ lvgl_port_display_cfg_t St7796Display::getLvglPortDisplayConfig(esp_lcd_panel_io
.mirror_y = configuration->mirrorY, .mirror_y = configuration->mirrorY,
}, },
.color_format = LV_COLOR_FORMAT_NATIVE, .color_format = LV_COLOR_FORMAT_NATIVE,
.flags = {.buff_dma = true, .buff_spiram = false, .sw_rotate = false, .swap_bytes = true, .full_refresh = false, .direct_mode = false} .flags = {
.buff_dma = true,
.buff_spiram = false,
.sw_rotate = false,
.swap_bytes = true,
.full_refresh = false,
.direct_mode = false
}
}; };
} }