This commit is contained in:
Kieran Cawthray
2022-09-06 12:38:25 +02:00
parent fbc9f63308
commit 4fe834efda
2 changed files with 26 additions and 27 deletions

View File

@@ -37,7 +37,7 @@ namespace Pinetime {
Orange
};
enum class PTSGaugeStyle : uint8_t { Full, Half, Numeric };
struct PineTimeStyle {
Colors ColorTime = Colors::Teal;
Colors ColorBar = Colors::Teal;
@@ -237,7 +237,6 @@ namespace Pinetime {
ChimesOption chimesOption = ChimesOption::None;
PineTimeStyle PTS;
//PineTimeStyle::GaugeStyle gaugeStyle = PineTimeStyle::GaugeStyle::Full;
std::bitset<4> wakeUpMode {0};
uint16_t shakeWakeThreshold = 150;