1
0
Fork 0
InfiniTime/src
2020-03-15 18:03:11 +01:00
..
BLE Workaround for a issue when the FDS (flash data storage for BLE softdevice)) memory is full (it prevent the app from running correctly and just display a black screen) : if the fds cannot init, erase the memory and try again. 2020-03-15 18:00:41 +01:00
BlinkApp Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond. 2019-12-21 17:58:00 +01:00
Components Encapsulate brightness controll into the class BrightnessController. 2020-03-15 18:03:11 +01:00
DisplayApp Encapsulate brightness controll into the class BrightnessController. 2020-03-15 18:03:11 +01:00
drivers Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid scrambled display on wake-up. 2020-03-11 21:35:06 +01:00
FreeRTOS Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
libs When a full screen refresh is done, apply a vertical scroll during the refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow. 2020-03-08 21:46:25 +01:00
Logging Improve power consumption and SLEEP mode : 2020-01-05 11:09:07 +01:00
SystemTask Display battery level and BLE connection status using icon on Clock screen. 2020-03-14 16:33:47 +01:00
CMakeLists.txt Encapsulate brightness controll into the class BrightnessController. 2020-03-15 18:03:11 +01:00
FreeRTOSConfig.h First quick'n'dirty integration of LittleVGL. Needs some cleaning. 2020-02-08 18:01:02 +01:00
main.cpp Remove not needed code. 2020-03-06 21:54:36 +01:00
main.h Do not compile GFX and older fonts anymore. 2020-02-23 13:44:39 +01:00
sdk_config.h Backup and restore vertical scroll offset when goind to sleep/wakeup to avoid scrambled display on wake-up. 2020-03-11 21:35:06 +01:00
Version.h.in Add version (major.minor.patch) in CMake files. 2020-01-18 14:50:24 +01:00