Initial mockup

This commit is contained in:
Kieran Cawthray
2022-08-05 00:33:24 +02:00
parent e13172384b
commit a0ba80882c
4 changed files with 81 additions and 20 deletions

View File

@@ -71,6 +71,7 @@ namespace Pinetime {
lv_obj_t* btnReset;
lv_obj_t* btnRandom;
lv_obj_t* btnClose;
lv_obj_t* btnSteps;
lv_obj_t* timebar;
lv_obj_t* sidebar;
lv_obj_t* timeDD1;
@@ -89,8 +90,12 @@ namespace Pinetime {
lv_obj_t* calendarCrossBar2;
lv_obj_t* notificationIcon;
lv_obj_t* stepGauge;
lv_obj_t* btnSet;
lv_obj_t* lbl_btnSet;
lv_obj_t* btnSetColor;
lv_obj_t* btnSetOpts;
lv_obj_t* lbl_btnSetColor;
lv_obj_t* lbl_btnSetOpts;
lv_obj_t* stepIcon;
lv_obj_t* stepValue;
lv_color_t needle_colors[1];
BatteryIcon batteryIcon;