summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 834ece3cb8..cd58654f7c 100644
--- a/apps/screen_access.c
+++ b/apps/screen_access.c
@@ -129,7 +129,7 @@ void screen_helper_remote_setfont(int font)
129 lcd_remote_setfont(font); 129 lcd_remote_setfont(font);
130} 130}
131 131
132int screen_helper_remote_getuifont(void) 132static int screen_helper_remote_getuifont(void)
133{ 133{
134#ifdef HAVE_LCD_BITMAP 134#ifdef HAVE_LCD_BITMAP
135 return global_status.font_id[SCREEN_REMOTE]; 135 return global_status.font_id[SCREEN_REMOTE];
@@ -138,7 +138,7 @@ int screen_helper_remote_getuifont(void)
138#endif 138#endif
139} 139}
140 140
141void screen_helper_remote_setuifont(int font) 141static void screen_helper_remote_setuifont(int font)
142{ 142{
143#ifdef HAVE_LCD_BITMAP 143#ifdef HAVE_LCD_BITMAP
144 global_status.font_id[SCREEN_REMOTE] = font; 144 global_status.font_id[SCREEN_REMOTE] = font;