| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
value_str is a way to add text on a button without a separate label.
This saves having an extra label object, but uses more memory and is
removed in LVGL8
|
| | |
|
| |
|
|
|
|
|
|
| |
* Reset timer by long pressing on the button
* Consider press_lost as released
Otherwise the bar would keep increasing if the finger slid off the
button
|
| | |
|
| | |
|
| |\
| |
| |
| |
| |
| |
| |
| | |
https://github.com/Riksu9000/InfiniTime into Riksu9000-lvgl_use_system_tick
# Conflicts:
# src/displayapp/screens/BatteryInfo.cpp
# src/displayapp/screens/BatteryInfo.h
|
| | | |
|
| |/
|
|
|
|
|
|
|
| |
* add submodule littlefs
* base fs
* Save settings using littlefs
* Small fixes and suggestions from PR
* More small fixes from PR suggestions
* Code clean up
* Change SpiNorFlash functions to be private in FS
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* PineTimeStyle
* Move GPL license header
* Add step count gauge - replaces heartrate in sidebar
* Enable 12/24h functionality
* Set step gauge outer to be white when step goal is reached
* Add font source file
* Move static needle_colors array to member variable
* Add documentation on generating a font
* Replace .ttf with Google version, add link to font page
Co-authored-by: JF002 <JF002@users.noreply.github.com>
|
| |
|
|
|
|
| |
Settings to set the steps goal
More detail in Motion app
New 42px Font
|
| |\
| |
| | |
Fix music app
|
| | |
| |
| |
| |
| | |
- Enable LVGL animation (and disable groups, which were not used), and set the speed.
- Fix disc animation and progress display by initializing lastIncrement at 0 (a random value will be used otherwise, in release build)
|
| | |
| |
| |
| | |
battery nonblocking read
|
| |/
|
|
|
|
|
|
|
|
|
| |
new navigation
add some color to the apps
redesign menus
new settings menu
new quick settings
code clean up
size reduction by converting navigation images to font
and more...
|
| | |
|
| |
|
|
| |
saves ~60KB of flash!
|
| | |
|
| |
|
|
| |
Disable debug mode of lvgl.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
| |
PoC of user interaction with 3 screen (clock, menu and app).
|
| | |
|
| |
|