ESP32-S3 problem screen and SDCard
Posted: Sat Apr 19, 2025 10:46 am
Dear,
I have two problems: 1) SD Card cannot mounted
2) Screen display blue color.
On Arduino IDE 2.3.5 with this screen: https://fr.aliexpress.com/item/1005008263739345.html
Library esp32 (v2.0.17) i use GFX library which works fine with others model of screen, here it's ST7262:
https://sourceb.in/Cg85xIg4Yy
I follow this tutorial: https://www.waveshare.com/wiki/ESP32-S3 ... #Resources
and i try demos, compilation failed , ex: project 08_DrawColorBar i get this error: /home/james/Arduino/libraries/ESP32_Display_Panel/src/drivers/lcd/esp_panel_lcd.cpp:14:10: fatal error: esp_memory_utils.h: No such file or directory
#include "esp_memory_utils.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
for this project 03_SD_Test:
https://sourceb.in/5hkw8nt0Z6
Thank you for your help
I have two problems: 1) SD Card cannot mounted
2) Screen display blue color.
On Arduino IDE 2.3.5 with this screen: https://fr.aliexpress.com/item/1005008263739345.html
Library esp32 (v2.0.17) i use GFX library which works fine with others model of screen, here it's ST7262:
https://sourceb.in/Cg85xIg4Yy
I follow this tutorial: https://www.waveshare.com/wiki/ESP32-S3 ... #Resources
and i try demos, compilation failed , ex: project 08_DrawColorBar i get this error: /home/james/Arduino/libraries/ESP32_Display_Panel/src/drivers/lcd/esp_panel_lcd.cpp:14:10: fatal error: esp_memory_utils.h: No such file or directory
#include "esp_memory_utils.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
for this project 03_SD_Test:
https://sourceb.in/5hkw8nt0Z6
Thank you for your help