diff options
Diffstat (limited to 'fw/fe310/eos/app/app_root.h')
-rw-r--r-- | fw/fe310/eos/app/app_root.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/fe310/eos/app/app_root.h b/fw/fe310/eos/app/app_root.h index 2a51c77..a7907df 100644 --- a/fw/fe310/eos/app/app_root.h +++ b/fw/fe310/eos/app/app_root.h @@ -4,6 +4,8 @@ #define APP_SCREEN_H 800 #define APP_STATUS_H 60 +#define APP_FONT_HANDLE 31 + EVEWindow *app_root(void); void app_root_refresh(void); |