summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c
index 9afb3e9a13..7472eb4661 100644
--- a/apps/main.c
+++ b/apps/main.c
@@ -147,6 +147,8 @@ void init(void)
147#endif 147#endif
148 font_init(); 148 font_init();
149 show_logo(); 149 show_logo();
150 button_init();
151 backlight_init();
150 lang_init(); 152 lang_init();
151 /* Must be done before any code uses the multi-screen APi */ 153 /* Must be done before any code uses the multi-screen APi */
152 screen_access_init(); 154 screen_access_init();