We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cc42e commit 2c9c957Copy full SHA for 2c9c957
ext_mod/lcd_bus/src/esp32/rgb_bus.c
@@ -410,7 +410,7 @@
410
LCD_DEBUG_PRINT("fb_in_psram=%d\n", self->panel_io_config->flags.fb_in_psram)
411
LCD_DEBUG_PRINT("double_fb=%d\n", self->panel_io_config->flags.double_fb)
412
LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n", data->rgb565_swap)
413
- LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n", self->panel_io_config->num_fbs)
+ LCD_DEBUG_PRINT("num_fbs=%d\n", self->panel_io_config->num_fbs)
414
415
return LCD_OK;
416
}
0 commit comments