Adding watch splash screen source files - in dev

This commit is contained in:
anschrammh 2025-02-06 13:24:47 +01:00
parent 73e1dc535a
commit f43fd355a4
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