| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
touchevent. This allows to recognize gesture and handle them in Screens or in DisplayApp.
In Polling mode, X/Y positions are sent continuously to lvgl, allowing to scroll inside a dropdown menu for example.
|
|
|
|
Add firmware validation app.
|
|
|
|
|
|
type.
Integrate this new ScreenList in SystemInfo.
Add ApplicationList, which is a ScreenList of Tile. This allows to display a menu of more than 6 applications.
|
|
he's just OTA'ed.
Still need to find a way to display this screen when needed.
|
|
SystemTask can return a reference to the nimbleController
The nimbleController can return a reference to the musicService
The musicService get a connection handle from the nimbleController
The musicApp communicated directly with the musicService
|
|
|
|
|
|
|
|
|
|
|
|
icons are smaller in memory and quicker to draw.
BLE and battery icon replaced in Clock screen.
Added heartbeat and step icons in Clock screen.
Replace all labels in Menu by icons.
Add doc to generate new font.
|
|
LittleVgl during the initialization of LVGL.
|
|
|
|
|
|
|
|
from the host.
|
|
- 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.
|
|
DFUService (WIP)
|
|
|
|
saves ~60KB of flash!
|
|
static array of notifications to avoid dynamic allocation.
|
|
Work In Progress!!!
|
|
|
|
version, date/time, battery, brightness and resetreason. It contains placeholder for future use (like mac address, uptime,...).
|
|
A default action is taken if the current screen doesn't handle it.
|
|
Add a new app to configure the brightness.
|
|
|
|
avoid scrambled display on wake-up.
|
|
|
|
transition.
|
|
refresh. This makes the transition from one screen the another one smoother, even if the refresh rate is slow.
|
|
Make Cst816s, SpiMaster and St7789 not copiable and not movable
|
|
|
|
|
|
tile menu)
|
|
it as the default font.
|
|
|
|
Disable debug mode of lvgl.
|
|
not enough and caused perf issues)
|
|
|
|
|
|
|
|
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.
|