From d894eb01e9c979d0eb51f9495a7cf7281c213302 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 4 Sep 2022 18:39:21 +0200 Subject: removed old test --- fw/fe310/test/app/app_root.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 fw/fe310/test/app/app_root.h (limited to 'fw/fe310/test/app/app_root.h') diff --git a/fw/fe310/test/app/app_root.h b/fw/fe310/test/app/app_root.h deleted file mode 100644 index 35f889f..0000000 --- a/fw/fe310/test/app/app_root.h +++ /dev/null @@ -1,12 +0,0 @@ -#include - -#define APP_SCREEN_W 480 -#define APP_SCREEN_H 854 -#define APP_STATUS_H 60 - -#define APP_FONT_HANDLE 31 - -EVEWindowRoot *app_root(void); -void app_root_refresh(void); - -void app_root_init(eve_view_constructor_t home_page, int b); -- cgit v1.2.3