|
331 | 331 | LCD_DEBUG_PRINT("sram_trans_align=%d\n",panel_io_config->sram_trans_align) |
332 | 332 | LCD_DEBUG_PRINT("psram_trans_align=%d\n",panel_io_config->psram_trans_align) |
333 | 333 | 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) |
336 | 334 | LCD_DEBUG_PRINT("data_width=%d\n",panel_io_config->data_width) |
337 | 335 |
|
338 | 336 | self->panel_io_handle.del=&rgb_del; |
|
410 | 408 | LCD_DEBUG_PRINT("h_res=%lu\n",self->panel_io_config->timings.h_res) |
411 | 409 | LCD_DEBUG_PRINT("v_res=%lu\n",self->panel_io_config->timings.v_res) |
412 | 410 | 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) |
413 | 413 | LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n",data->rgb565_swap) |
414 | 414 |
|
415 | 415 | returnLCD_OK; |
|