We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Esp32P4EvBoard
Mipi dsi espressif/esp_lcd_ek79007 display
VSCode
Windows 10
Problem with bsp_init() when initializing espressif/esp_lcd_ek79007 mipi display with exception no free memmory.
#include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "nvs_flash.h" #include "nvs.h" #include "esp_log.h" #include "esp_err.h" #include "esp_check.h" #include "esp_memory_utils.h" #include "lvgl.h" #include "bsp/esp-bsp.h" #include "bsp/display.h" #include "bsp_board_extra.h" #include "lv_demos.h" void app_main(void) { bsp_display_cfg_t cfg = { .lvgl_port_cfg = ESP_LVGL_PORT_INIT_CONFIG(), .buffer_size = BSP_LCD_DRAW_BUFF_SIZE, .double_buffer = BSP_LCD_DRAW_BUFF_DOUBLE, .flags = { .buff_dma = true, .buff_spiram = false, .sw_rotate = false, } }; bsp_display_start_with_config(&cfg); bsp_display_backlight_on(); bsp_display_lock(0); lv_demo_music(); // lv_demo_benchmark(); // lv_demo_widgets(); bsp_display_unlock(); }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Board
Esp32P4EvBoard
Hardware Description
Mipi dsi espressif/esp_lcd_ek79007 display
IDE Name
VSCode
Operating System
Windows 10
Description
Problem with bsp_init() when initializing espressif/esp_lcd_ek79007 mipi display with exception no free memmory.
Sketch
Other Steps to Reproduce
No response
I have checked existing issues, README.md and ESP32 Forum
The text was updated successfully, but these errors were encountered: