diff --git a/src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.c b/src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.c new file mode 100644 index 0000000..e69de29 diff --git a/src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.h b/src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.h new file mode 100644 index 0000000..919faec --- /dev/null +++ b/src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.h @@ -0,0 +1,13 @@ +#ifndef SPLASH_SCREEN_H +#define SPLASH_SCREEN_H + +#include "lvgl.h" + +typedef struct SplashScreen +{ + //Can be erased attributes + lv_obj_t display; + //Should not be erased attributes +} SplashScreen_t; + +#endif //SPLASH_SCREEN_H