main/files.c

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 2
7a03d81c0e0d
equal deleted inserted replaced
0:b74b0e4902c3 1:ad2c8b13eb88
7 7
8 8
9 extern sButton Buttons[MAXBUTTONS]; 9 extern sButton Buttons[MAXBUTTONS];
10 extern int Main_Screen; 10 extern int Main_Screen;
11 11
12 bool Refresh = false;
13 12
14 13
15 14 /**
15 * @brief Show files directory
16 * @param path The path from which to list
17 */
16 void Files_Dir(char *path) 18 void Files_Dir(char *path)
17 { 19 {
18 char filename[256], tmp[42]; 20 char filename[256], tmp[42];
19 uint16_t y = 28; 21 uint16_t y = 28;
20 DIR *dir; 22 DIR *dir;

mercurial