Big UI and navigation Rewrite
new navigation add some color to the apps redesign menus new settings menu new quick settings code clean up size reduction by converting navigation images to font and more...
This commit is contained in:
parent
58a2d000c4
commit
1d3742e14f
484 changed files with 58615 additions and 10523 deletions
|
|
@ -111,9 +111,9 @@ void ble_manager_set_ble_disconnection_callback(void (*disconnection)());
|
|||
static constexpr uint8_t pinTouchIrq = 28;
|
||||
std::unique_ptr<Pinetime::System::SystemTask> systemTask;
|
||||
|
||||
Pinetime::Controllers::MotorController motorController;
|
||||
Pinetime::Controllers::Settings settingsController{spiNorFlash};
|
||||
|
||||
Pinetime::Controllers::Settings settingsController;
|
||||
Pinetime::Controllers::MotorController motorController{settingsController};
|
||||
|
||||
void nrfx_gpiote_evt_handler(nrfx_gpiote_pin_t pin, nrf_gpiote_polarity_t action) {
|
||||
if(pin == pinTouchIrq) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue