mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
Formatting
This commit is contained in:
parent
0c50c03c12
commit
15613ae0ff
@ -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
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user