Skip to content

Commit 6230393

Browse files
committed
Moves some of the debugging output to a different location.
1 parent 0e05a9d commit 6230393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext_mod/lcd_bus/src/esp32/rgb_bus.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,6 @@
331331
LCD_DEBUG_PRINT("sram_trans_align=%d\n", panel_io_config->sram_trans_align)
332332
LCD_DEBUG_PRINT("psram_trans_align=%d\n", panel_io_config->psram_trans_align)
333333
LCD_DEBUG_PRINT("refresh_on_demand=%d\n", panel_io_config->flags.refresh_on_demand)
334-
LCD_DEBUG_PRINT("fb_in_psram=%d\n", panel_io_config->flags.fb_in_psram)
335-
LCD_DEBUG_PRINT("double_fb=%d\n", panel_io_config->flags.double_fb)
336334
LCD_DEBUG_PRINT("data_width=%d\n", panel_io_config->data_width)
337335

338336
self->panel_io_handle.del = &rgb_del;
@@ -410,6 +408,8 @@
410408
LCD_DEBUG_PRINT("h_res=%lu\n", self->panel_io_config->timings.h_res)
411409
LCD_DEBUG_PRINT("v_res=%lu\n", self->panel_io_config->timings.v_res)
412410
LCD_DEBUG_PRINT("bits_per_pixel=%d\n", self->panel_io_config->bits_per_pixel)
411+
LCD_DEBUG_PRINT("fb_in_psram=%d\n", self->panel_io_config->flags.fb_in_psram)
412+
LCD_DEBUG_PRINT("double_fb=%d\n", self->panel_io_config->flags.double_fb)
413413
LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n", data->rgb565_swap)
414414

415415
return LCD_OK;

0 commit comments

Comments
 (0)