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

@@ -162,5 +162,6 @@ void ipl_main()
gfx_con_init();
display_backlight_pwm_init();
sd_mount();
meme_main();
}