aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/FirmwareUpdate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-2/+1
|
* screens: Remove explicit Screen constructorsRiku Isokoski2023-02-251-1/+1
| | | | | This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
* displayapp: Make Ble references constRiku Isokoski2023-02-241-1/+1
|
* Force full screen refresh with a rounder functionRiku Isokoski2022-05-081-6/+0
| | | | | | When the screen switches, the full screen needs to be refreshed for the hardware scrolling to work. This was enforced with backgroundLabels, but is simpler to do with a rounder function.
* Firmware update screen fixesRiku Isokoski2022-04-251-11/+10
|
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-6/+5
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-2/+2
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Merge branch 'develop' into refresh_reworkRiku Isokoski2021-07-231-5/+24
|\
| * Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-6/+27
| | | | | | | | | | | | | | * Make firmware updating more foolproof and fix bugs * No need to manually handle overflow * Make startTime TickType_t * Don't process TouchEvents::None * Fix sleep getting re-enabled issue more directly
* | Refresh reworkRiku Isokoski2021-07-191-6/+9
|/
* Changed access modified indentationAvamander2021-04-241-1/+1
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-7/+6
|
* Fix a display glitch when an OTA is initiated while an app (other than ↵Jean-François Milants2021-04-181-0/+6
| | | | Clock) was open and while the device was in sleep mode.
* Big UI and navigation RewriteJoaquim2021-04-041-5/+0
| | | | | | | | | | | 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...
* LVGL v7.10.0Joaquim2021-01-281-2/+0
|
* Include cleanup: displayapp + screensokaestne2020-11-161-1/+2
|
* Switched from NULL to nullptrAvamander2020-10-041-5/+5
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+82