InfiniTime/src/Components
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
..
Battery Add new App : Sysinfo. It displays various info about the running system : version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). 2020-03-22 12:03:17 +01:00
Ble Improve DFU procedure : 2020-06-01 09:22:54 +02:00
Brightness Encapsulate brightness controll into the class BrightnessController. 2020-03-15 18:03:11 +01:00
DateTime Fix date/time conversion from CTS to internal date/time representation. 2020-03-02 20:13:30 +01:00
Gfx Add support for hardware assisted vertical scrolling. 2020-02-15 15:12:29 +01:00