mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 20:54:24 +00:00
doc: recommend turn on psram xip feature for bounbe buffer mode
This commit is contained in:
@@ -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]")
|
||||
{
|
||||
|
Reference in New Issue
Block a user