summaryrefslogtreecommitdiff
path: root/src/components/settings/Settings.cpp
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-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.
2021-07-11Using littlefs (#438)joaquim.org1-82/+18
* add submodule littlefs * base fs * Save settings using littlefs * Small fixes and suggestions from PR * More small fixes from PR suggestions * Code clean up * Change SpiNorFlash functions to be private in FS
2021-04-24Reformatted all the files according to clang-format styleAvamander1-65/+62
2021-04-04Big UI and navigation RewriteJoaquim1-6/+104
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...
2021-03-06Update from JF comments to PRJoaquim1-2/+0
2021-02-24Multi face support, analog clock, 12/24 configJoaquim1-0/+18