Added splash support

This commit is contained in:
2017-09-01 03:18:06 -04:00
parent 4af7d5741b
commit 4ed0ea3c52
6 changed files with 312 additions and 41 deletions

View File

@@ -33,7 +33,8 @@
#include <stdlib.h>
#include <string.h>
#define THEMES_PATH "/Themes/"
#define THEMES_PATH "/Themes/"
#define SPLASHES_PATH "/Splashes/"
static const int THEMES_PER_SCREEN = 4;