#ifndef COMPO_SPLASH_H #define COMPO_SPLASH_H #include "CORE_general.h" typedef enum splash_state_e{ SPLASH_INIT = 0, SPLASH_FADEIN, SPLASH_WAIT, SPLASH_FADEOUT, SPLASH_CLEAR } splash_state_t; /* Display Splash */ extern void gui_splash(void); #endif // COMPO_SPLASH_H