summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/FirmwareUpdate.h
AgeCommit message (Collapse)AuthorFilesLines
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ↵JF1-5/+0
icons are smaller in memory and quicker to draw. BLE and battery icon replaced in Clock screen. Added heartbeat and step icons in Clock screen. Replace all labels in Menu by icons. Add doc to generate new font.
2020-06-01DFU : add timeout detection : abort dfu procedure after 10s without any data ↵JF1-2/+0
from the host.
2020-06-01Improve DFU procedure :JF1-4/+13
- 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-05-02Add new screen that is displayed during the OTA transfert.JF1-0/+39