Add readfolder();

Done by a char array, a bit storage based attribute list (only does dir or nodir for now), and an amount of how many files there are

Current limit: 250 files per folder
This commit is contained in:
Such Meme, Many Skill
2019-08-15 00:24:58 +02:00
parent fa0c1a2808
commit 785303fc15
4 changed files with 64 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
void utils_gfx_init();
void utils_waitforpower();
void utils_waitforpower();
int readfolder(char *items[], unsigned int *muhbits);