doc: recommend turn on psram xip feature for bounbe buffer mode

This commit is contained in:
morris
2022-12-15 15:04:37 +08:00
parent 4fac26e0a9
commit 15e98dc7d3
5 changed files with 11 additions and 8 deletions

View File

@@ -159,8 +159,6 @@ TEST_CASE("lcd_rgb_panel_refresh_on_demand", "[lcd]")
free(img);
}
#if !CONFIG_LCD_RGB_ISR_IRAM_SAFE
// bounce buffer mode is not IRAM safe, so we don't test it
TEST_CASE("lcd_rgb_panel_bounce_buffer", "[lcd]")
{
uint8_t *img = malloc(TEST_IMG_SIZE);
@@ -184,7 +182,6 @@ TEST_CASE("lcd_rgb_panel_bounce_buffer", "[lcd]")
TEST_ESP_OK(esp_lcd_panel_del(panel_handle));
free(img);
}
#endif
TEST_CASE("lcd_rgb_panel_update_pclk", "[lcd]")
{