From 15613ae0ff9a14214917f6b24f94dc171c1b6cfa Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 30 Aug 2025 19:59:40 +0200 Subject: [PATCH] Formatting --- Drivers/ST7796/Source/St7796Display.cpp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Drivers/ST7796/Source/St7796Display.cpp b/Drivers/ST7796/Source/St7796Display.cpp index 3cf465d2..ccb5c1c3 100644 --- a/Drivers/ST7796/Source/St7796Display.cpp +++ b/Drivers/ST7796/Source/St7796Display.cpp @@ -133,7 +133,14 @@ lvgl_port_display_cfg_t St7796Display::getLvglPortDisplayConfig(esp_lcd_panel_io .mirror_y = configuration->mirrorY, }, .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 + } }; }