aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/FirmwareUpdate.h
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+1
|
* displayapp: Make Ble references constRiku Isokoski2023-02-241-2/+2
|
* Format header filesFinlay Davidson2023-01-091-0/+1
| | | | In my PR updating clang-format, I forgot to also format the headers.
* Replace lv_label_set_text where possibleRiku Isokoski2022-04-181-1/+0
|
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | 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-1/+5
|\
| * Make firmware updating more foolproof (#469)Riku Isokoski2021-07-221-2/+7
| | | | | | | | | | | | | | * 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-2/+4
|/
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-18/+17
|
* Big UI and navigation RewriteJoaquim2021-04-041-2/+2
| | | | | | | | | | | 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...
* Include cleanup: displayapp + screensokaestne2020-11-161-7/+4
|
* Fixed all the includes that were broken due to the renamesAvamander2020-10-021-1/+2
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+41