aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Error.cpp
Commit message (Collapse)AuthorAgeFilesLines
* screens: Remove unused DisplayApp parametersRiku Isokoski2023-02-251-1/+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.
* Disable value_strRiku Isokoski2022-09-171-1/+2
| | | | | | 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
* Apply clang-format to all C++ filesFinlay Davidson2022-06-051-2/+1
|
* 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.
* Fix Error screen and optimize GetTouchInfoRiku Isokoski2021-09-151-4/+0
|
* Automatic error detectionRiku Isokoski2021-08-181-0/+54