aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/DropDownDemo.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused and not compiling DropDownDemoReinhold Gschweicher2022-02-191-27/+0
| | | | | | For ease of use the simulator uses a globbing expression to get all screens source files. This one was picked up as well and lead to a compilation error.
* 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.
* Changed access modified indentationAvamander2021-04-241-2/+2
|
* Reformatted all the files according to clang-format styleAvamander2021-04-241-10/+10
|
* 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-4/+2
|
* Renamed displayapp/Screens to displayapp/screensAvamander2020-10-021-0/+29