mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-30 23:27:22 +00:00
esp-idf: Rename SlintPlatformConfiguration's color_swap to byte_swap and deprecate color_swap_16
This commit is contained in:
parent
287bd922a4
commit
f5909807ea
6 changed files with 16 additions and 16 deletions
|
@ -52,7 +52,7 @@ extern "C" void app_main(void)
|
|||
.panel_handle = panel_handle,
|
||||
.touch_handle = touch_handle,
|
||||
.buffer1 = buffer,
|
||||
.color_swap_16 = true });
|
||||
.byte_swap = true });
|
||||
|
||||
auto carousel_demo = MainWindow::create();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue