summaryrefslogtreecommitdiff
path: root/src/DisplayApp/Screens/Tile.cpp
AgeCommit message (Expand)Author
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-08-14Refactor ScreenList to make it more generic : it can now contain any Screen t...JF
2020-07-11Merge branch 'develop' of https://github.com/JF002/Pinetime into musicAdam Pigg
2020-07-11Add start of music applictionAdam Pigg
2020-07-04Replace bitmap icons by font icons (provided by AwesomeFont and LVGL). These ...JF
2020-03-28Encapsulate Notification management in NotificationManager. It implement a st...JF
2020-03-22Add new App : Sysinfo. It displays various info about the running system : ve...JF
2020-03-15Encapsulate brightness controll into the class BrightnessController.JF
2020-03-02Move version display from Clock screen to the modal window (accessible from t...JF
2020-03-01Fix Model that would crash when closing it.JF
2020-03-01Simplify Tile to improve refresh speed (it's not a tile anymore...).JF
2020-02-26Add new Screens (gauge, meter,...)JF
2020-02-23Re-enable BLE, BLE status on display and battery level on display.JF
2020-02-23Do not compile GFX and older fonts anymore.JF
2020-02-20Re-enable BLE display on Clock screenJF
2020-02-16Add touch panel port to lvgl.JF