Define 'filelist' for dgus/origin

This commit is contained in:
Scott Lahteine 2021-05-01 19:32:21 -05:00
parent 50195ec990
commit 1f72b4f65b
2 changed files with 24 additions and 22 deletions

View File

@ -42,6 +42,8 @@
#if ENABLED(SDSUPPORT)
static ExtUI::FileList filelist;
void DGUSScreenHandler::DGUSLCD_SD_FileSelected(DGUS_VP_Variable &var, void *val_ptr) {
uint16_t touched_nr = (int16_t)swap16(*(uint16_t*)val_ptr) + top_file;
if (touched_nr > filelist.count()) return;