| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Encapsulate Notification management in NotificationManager. It implement a ↵ | JF | 2020-03-28 | 1 | -1/+3 |
| | | | | | static array of notifications to avoid dynamic allocation. | ||||
| * | Add new App : Sysinfo. It displays various info about the running system : ↵ | JF | 2020-03-22 | 1 | -3/+3 |
| | | | | | version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...). | ||||
| * | Encapsulate brightness controll into the class BrightnessController. | JF | 2020-03-15 | 1 | -2/+9 |
| | | | | | Add a new app to configure the brightness. | ||||
| * | Move version display from Clock screen to the modal window (accessible from ↵ | JF | 2020-03-02 | 1 | -1/+1 |
| | | | | | tile menu) | ||||
| * | Fix Model that would crash when closing it. | JF | 2020-03-01 | 1 | -3/+3 |
| | | |||||
| * | Simplify Tile to improve refresh speed (it's not a tile anymore...). | JF | 2020-03-01 | 1 | -15/+18 |
| | | | | | Disable debug mode of lvgl. | ||||
| * | Add new Screens (gauge, meter,...) | JF | 2020-02-26 | 1 | -1/+20 |
| | | |||||
| * | Re-enable BLE, BLE status on display and battery level on display. | JF | 2020-02-23 | 1 | -14/+24 |
| | | |||||
| * | Do not compile GFX and older fonts anymore. | JF | 2020-02-23 | 1 | -12/+27 |
| | | | | | | | Refactor SystemTask in its own class. Refactor Screen to be able to close current screen and open a new one. Re-enable sleep/wake up and propagate button event to Screens. | ||||
| * | Re-enable BLE display on Clock screen | JF | 2020-02-20 | 1 | -3/+1 |
| | | |||||
| * | Add touch panel port to lvgl. | JF | 2020-02-16 | 1 | -0/+118 |
| PoC of user interaction with 3 screen (clock, menu and app). | |||||
