Add new Screens (gauge, meter,...)

This commit is contained in:
JF
2020-02-26 20:49:26 +01:00
parent 0aa1803ea2
commit 179b14f48c
13 changed files with 354 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ void SystemTask::Work() {
NRF_LOG_INFO("Last reset reason : %s", Pinetime::Drivers::Watchdog::ResetReasonToString(watchdog.ResetReason()));
APP_GPIOTE_INIT(2);
bool erase_bonds=false;
nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
// nrf_sdh_freertos_init(ble_manager_start_advertising, &erase_bonds);
spi.Init();
lcd.Init();