File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ext_mod/lcd_bus/src/esp32 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 ;
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 ;
You can’t perform that action at this time.
0 commit comments