esp-idf: Rename SlintPlatformConfiguration's color_swap to byte_swap and deprecate color_swap_16

This commit is contained in:
Simon Hausmann 2025-01-08 13:41:15 +01:00 committed by Simon Hausmann
parent 287bd922a4
commit f5909807ea
6 changed files with 16 additions and 16 deletions

View file

@ -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();