Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6230393

Browse files
committed
Moves some of the debugging output to a different location.
1 parent0e05a9d commit6230393

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
returnLCD_OK;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp