diff options
Diffstat (limited to 'apps/home_menu.cpp')
-rw-r--r-- | apps/home_menu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/home_menu.cpp b/apps/home_menu.cpp index 658d911..910ebac 100644 --- a/apps/home_menu.cpp +++ b/apps/home_menu.cpp @@ -76,6 +76,7 @@ namespace app_home_menu { // Initlisation of the app. int init(Api *app_api) { + app_api->performance_set(Api::perf_modes::LOW_POWER); pressed_button = new char; *pressed_button = '*'; selected_app = new int; *selected_app = 0; // Make sure to init the values to something known! return 0; // return 1 when function not implemented |