New sharper batteryicon. Remove old unused batteryicons
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include "components/settings/Settings.h"
|
||||
#include "components/datetime/DateTimeController.h"
|
||||
#include "components/battery/BatteryController.h"
|
||||
#include <displayapp/screens/BatteryIcon.h>
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Applications {
|
||||
@@ -40,13 +41,14 @@ namespace Pinetime {
|
||||
lv_task_t* taskUpdate;
|
||||
|
||||
lv_obj_t* label_time;
|
||||
lv_obj_t* batteryIcon;
|
||||
lv_point_t pageIndicatorBasePoints[2];
|
||||
lv_point_t pageIndicatorPoints[2];
|
||||
lv_obj_t* pageIndicatorBase;
|
||||
lv_obj_t* pageIndicator;
|
||||
lv_obj_t* btnm1;
|
||||
|
||||
BatteryIcon batteryIcon;
|
||||
|
||||
const char* btnmMap[8];
|
||||
Pinetime::Applications::Apps apps[6];
|
||||
};
|
||||
|
Reference in New Issue
Block a user