| 46 | lv_obj_t* currentLabel = nullptr; |
| 47 | |
| 48 | static void onTimer() { |
| 49 | auto app = optApp(); |
| 50 | if (app != nullptr) { |
| 51 | app->updateUi(); |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | void onPowerEnabledChanged(lv_event_t* event) { |
| 56 | lv_event_code_t code = lv_event_get_code(event); |