replace WatchFaceAnalog.h
This commit is contained in:
parent
9e8da5cfc6
commit
28c6069f2d
@ -58,9 +58,7 @@ namespace Pinetime {
|
||||
lv_obj_t* second_body;
|
||||
|
||||
lv_point_t hour_point[2];
|
||||
lv_point_t hour_point_trace[2];
|
||||
lv_point_t minute_point[2];
|
||||
lv_point_t minute_point_trace[2];
|
||||
lv_point_t minute_point[3];
|
||||
lv_point_t second_point[2];
|
||||
|
||||
lv_style_t hour_line_style;
|
||||
@ -74,6 +72,11 @@ namespace Pinetime {
|
||||
lv_obj_t* notificationIcon;
|
||||
lv_obj_t* bleIcon;
|
||||
|
||||
lv_obj_t* mouth;
|
||||
lv_obj_t* leye;
|
||||
lv_obj_t* reye;
|
||||
|
||||
|
||||
BatteryIcon batteryIcon;
|
||||
|
||||
const Controllers::DateTime& dateTimeController;
|
||||
@ -89,4 +92,4 @@ namespace Pinetime {
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user