aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/Navigation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Navigation app: reduce memory usage (#362)JF0022021-06-011-23/+114
| | | | | | | * Navigation app: - Renaming and reformatting according to coding conventions - declare iconMap as constexpr and use char* instead of std::string This reduces the flash usage from 424644B to 419344B (-5300B)!
* Merge pull request #275 from panos/navigation-textJF0022021-05-021-1/+1
|\ | | | | Changed text in Navigation
| * Changed text in NavigationPanagiotis Vasilopoulos2021-04-171-1/+1
| |
* | Reformatted all the files according to clang-format styleAvamander2021-04-241-10/+10
|/
* Big UI and navigation RewriteJoaquim2021-04-041-43/+34
| | | | | | | | | | | 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-3/+0
|
* Merge branch piggz/nav into develop:Jean-François Milants2021-01-201-0/+120
- fix conflict - add a icon for the navigation app.