Extend Counter functionality
Custom fonts, twelve hour mode and Value changed callback.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace Pinetime::Applications::Screens {
|
||||
lv_obj_t* btnPlayPause;
|
||||
lv_obj_t* txtPlayPause;
|
||||
lv_task_t* taskRefresh;
|
||||
Widgets::Counter minuteCounter = Widgets::Counter(0, 59);
|
||||
Widgets::Counter secondCounter = Widgets::Counter(0, 59);
|
||||
Widgets::Counter minuteCounter = Widgets::Counter(0, 59, jetbrains_mono_76);
|
||||
Widgets::Counter secondCounter = Widgets::Counter(0, 59, jetbrains_mono_76);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user