Add skeleton architecture for displaying custom splash screen

This commit is contained in:
Michael Scire
2018-04-10 16:09:00 -06:00
parent 87605563d2
commit 9fadec60c5
6 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#include "splash_screen.h"
unsigned char g_default_splash_screen[1] = {0};