index
:
infinitime.git
analog24
calc-onto-analog24
calc-onto-edge
develop
edge
heartdev
images
jumpdev
semiredux
ultraredux
ultraredux-heart
ultraredux2
ultraredux2-pwmbacklight
Unnamed repository; edit this file 'description' to name the repository.
Michele Bini
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
DisplayApp
/
Screens
/
Clock.cpp
Age
Commit message (
Collapse
)
Author
2020-03-22
Add new App : Sysinfo. It displays various info about the running system : ↵
JF
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
2020-03-14
Display battery level and BLE connection status using icon on Clock screen.
JF
2020-03-09
Add support for gestures and integrate it with the vertical scrolling ↵
JF
transition.
2020-03-02
Move version display from Clock screen to the modal window (accessible from ↵
JF
tile menu)
2020-03-01
Fix typo in the name of the font "jetbrains_mono_extrabold_compressed" + use ↵
JF
it as the default font.
2020-02-23
Re-enable BLE, BLE status on display and battery level on display.
JF
2020-02-23
Do not compile GFX and older fonts anymore.
JF
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.
2020-02-20
Re-enable BLE display on Clock screen
JF
2020-02-16
Add touch panel port to lvgl.
JF
PoC of user interaction with 3 screen (clock, menu and app).
2020-02-10
Integration of lvgl : continued...
JF
2020-01-22
[WIP] Use IRQ in SPI driver to improve performances
JF
2020-01-18
Encapsulate the drawing of the screen into Screens classes.
JF