Skip to content

Commit

Permalink
Update sd_functions.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorcelli authored Dec 12, 2024
1 parent b0ad453 commit b78e54f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/sd_functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ String loopSD(FS &fs, bool filePicker, String allowed_ext) {

if(redraw) {
if(strcmp(PreFolder.c_str(),Folder.c_str()) != 0 || reload){
index=0;
tft.fillScreen(bruceConfig.bgColor);
tft.drawRoundRect(5,5,WIDTH-10,HEIGHT-10,5,bruceConfig.priColor);
Serial.println("reload to read: " + Folder);
Expand Down

0 comments on commit b78e54f

Please sign in to comment.