Adding watch splash screen source files - in dev
This commit is contained in:
parent
73e1dc535a
commit
f43fd355a4
13
src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.h
Normal file
13
src/lvgl_win_sim/lv_port_win_codeblocks/splash_screen.h
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user