summaryrefslogtreecommitdiff
path: root/apps/screen_access.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/screen_access.c')
-rw-r--r--apps/screen_access.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/screen_access.c b/apps/screen_access.c
index b7dc90b5bd..e47a815b82 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -77,7 +77,7 @@ void screen_helper_setfont(int font)
77#endif 77#endif
78} 78}
79 79
80int screen_helper_getuifont(void) 80static int screen_helper_getuifont(void)
81{ 81{
82#ifdef HAVE_LCD_BITMAP 82#ifdef HAVE_LCD_BITMAP
83 return global_status.font_id[SCREEN_MAIN]; 83 return global_status.font_id[SCREEN_MAIN];
@@ -86,7 +86,7 @@ int screen_helper_getuifont(void)
86#endif 86#endif
87} 87}
88 88
89void screen_helper_setuifont(int font) 89static void screen_helper_setuifont(int font)
90{ 90{
91#ifdef HAVE_LCD_BITMAP 91#ifdef HAVE_LCD_BITMAP
92 global_status.font_id[SCREEN_MAIN] = font; 92 global_status.font_id[SCREEN_MAIN] = font;