Compare commits

...

1 Commits

Author SHA1 Message Date
anschrammh
f43fd355a4 Adding watch splash screen source files - in dev 2025-02-06 13:24:47 +01:00
2 changed files with 13 additions and 0 deletions

View 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