Multi face support, analog clock, 12/24 config
This commit is contained in:
parent
c18f4e5811
commit
8c53d0b70b
25 changed files with 1336 additions and 314 deletions
18
src/components/settings/Settings.cpp
Normal file
18
src/components/settings/Settings.cpp
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#include "Settings.h"
|
||||
|
||||
using namespace Pinetime::Controllers;
|
||||
|
||||
|
||||
// TODO (team):
|
||||
// Read and write the settings to Flash
|
||||
//
|
||||
|
||||
void Settings::Init() {
|
||||
|
||||
// default Clock face
|
||||
clockFace = 0;
|
||||
|
||||
clockType = ClockType::H24;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue