aboutsummaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Add basic touch panel driver.JF2020-01-031-0/+2
| | | | Handle touch event in display app : draw a big square at the touch point coordinates.
* Remove deleted files from CMakeLists.txtJF2019-12-301-2/+0
|
* Add DateTimeController to manage the time.JF2019-12-281-0/+4
| | | | Use messages in message queues to refresh the UI
* Add BleController to manage the BLE connection statusJF2019-12-271-0/+2
|
* Implement battery measurement in BatteryController.JF2019-12-271-0/+2
| | | | Update battery info on wake up (with button)
* Add small font, display date, Ble connection and battery power in display ↵JF2019-12-271-2/+4
| | | | app (hard-coded values for now).
* Code cleaning, implement BT connection, advertising, discovery and CTS in ↵JF2019-12-231-0/+2
| | | | ble_manager module.
* Convert Spi and GFX to C++.JF2019-12-071-4/+6
|
* Add DisplayApp, and lcdfont. Update the display every secondJF2019-12-051-0/+4
|
* Add support for LCD (ST7789)JF2019-12-051-0/+4
|
* Initial commitJF2019-11-171-0/+42