-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Sdcard filesystem mount fails #3
Comments
Hello! 😄 You need to format your SD card in FAT32. Thanks! |
Hi thanks for your reply :-) ESP-ROM:esp32s3-20210327 thats the original part of lv_images from the board lilygo :https://github.com/Xinyuan-LilyGO/LilyGo-T-RGB/tree/main/examples/lv_images Arduino example ///////////////////////////////////////////////////////////////// °°°°°°°°°°°°°°°° Handcrafted and made with ❤ °°°°°°°°°°°°°°°° #include <Wire.h> #if !LV_USE_PNG || !LV_USE_BMP || !LV_USE_SJPG const char *filename[] = { //////////////////////////////////////////////////////////////////////////////////////////////////////// SimpleTimer Timer; // ~For weather update, 5 min static const int RXPin = 10, TXPin = 11, sclPin = 12, sdaPin = 13; class LGFX : public lgfx::LGFX_Device public:
} /Change to your screen resolution/ /* Display flushing */ tft.startWrite(); lv_disp_flush_ready(disp); /Read the touchpad/ uint16_t x, y;
} void initDisplay() /Initialize the display/ // Call lvgl initialization
} |
Hello!
First off all thank you for the great work you have done with this repo!
I have got an issue and ave no idea to overcome maybe you can help. My work is based on your WT32-sc-01 Plus code in combnation with lv_images, I would like to display images which are storred on the sdcard.
But It is not working because the file system mount fails.
your help is appreciated.
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0xa (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x44c
load:0x403c9700,len:0xbe4
load:0x403cc700,len:0x2a38
entry 0x403c98d4
SD Card Type: SDHC
SD Card size: 7538
SD Card used bytes: 2
Listing directory: /
[ 955][E][vfs_api.cpp:24] open(): File system is not mounted
The text was updated successfully, but these errors were encountered: