Compare commits
1 Commits
master
...
splash_scr
Author | SHA1 | Date | |
---|---|---|---|
|
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