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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user