InfiniTime/src/DisplayApp
JF dca559aad5 Improve DFU procedure :
- correctly write all bytes to flash
 - check CRC
 - Fix bug in notification : they cannot be sent from the control point handler (because it seems you cannot send a notification and a write acknowledge at the same time) using a timer (quick'n'dirty implementation to be improved)
 - Improve dfu screen
 - Reset if dfu image is correctly copied into flash and crc is ok.
2020-06-01 09:22:54 +02:00
..
Fonts Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use it as the default font. 2020-03-01 19:09:59 +01:00
Icons Update BLE and battery icons from https://gitlab.com/arteeh/pinetimeos : it saves ~60KB of flash! 2020-04-05 18:54:04 +02:00
Screens Improve DFU procedure : 2020-06-01 09:22:54 +02:00
DisplayApp.cpp Add new screen that is displayed during the OTA transfert. 2020-05-02 14:16:57 +02:00
DisplayApp.h Add new screen that is displayed during the OTA transfert. 2020-05-02 14:16:57 +02:00
LittleVgl.cpp Fix race conditions on SPI and integrate the SPI NOR Flash driver into DFUService (WIP) 2020-05-11 18:50:37 +02:00
LittleVgl.h Add support for gestures and integrate it with the vertical scrolling transition. 2020-03-09 21:29:12 +01:00
TouchEvents.h Add the possibility to the screen to handle a touch gesture. 2020-03-15 21:01:24 +01:00