summaryrefslogtreecommitdiff
path: root/src/displayapp/DisplayAppRecovery.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-09Format header filesFinlay Davidson1-0/+3
In my PR updating clang-format, I forgot to also format the headers.
2022-09-11Fix recovery firmware : add FS in parameters of DisplayAppRecovery ctor.Jean-François Milants1-1/+3
2022-06-05Apply clang-format to all C++ filesFinlay Davidson1-1/+3
2022-02-19Provide reference to BrightnessController in DisplayAppReinhold Gschweicher1-0/+2
For the simulator I need a way to get to the brightnessController object and handle the set brightness-levels accoringly. This is done by the constructor expecting a brightnessController object instead of initializing one itself
2021-11-15Update includes to to be relative to src directoryReinhold Gschweicher1-4/+4
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-10-28Fix recovery firmware buildJames A. Jerkins1-1/+1
2021-10-14fix building of Recovery image.Quantum-cross1-0/+2
2021-09-18Fix DisplayAppRecovery : add AlarmController to ctor().Jean-François Milants1-0/+2
2021-09-13Fix DisplayAppRecovery : fix include error by forward declaring Controllers ↵Jean-François Milants1-13/+19
in header file.
2021-08-28Fix recovery firmware since last changes in DisplayApp.Jean-François Milants1-1/+5
2021-06-06Fix build for recovery firmware.Jean-François Milants1-1/+1
2021-05-21Fix recovery DisplayApp.Jean-François Milants1-2/+4
2021-05-02short vibration when enabling itpetter1-0/+2
2021-04-24Changed access modified indentationAvamander1-2/+2
2021-04-24Reformatted all the files according to clang-format styleAvamander1-11/+11
2021-04-04First integration of the motion sensor (bma 421) : step counting + wake on ↵Jean-François Milants1-1/+3
wrist rotation + app to see the value of the 3 axis in "real time".
2021-03-20Merge branch 'develop' of github.com:JF002/Pinetime into developJean-François Milants1-2/+4
# Conflicts: # src/main.cpp # src/systemtask/SystemTask.h
2021-03-07Merge branch 'develop' into recovery-firmwareJean-François Milants1-1/+0
# Conflicts: # src/CMakeLists.txt # src/displayapp/DisplayApp.h # src/systemtask/SystemTask.cpp # src/systemtask/SystemTask.h
2021-01-26Generate pinetime-recovery : a light version of InfiniTime design to be used ↵Jean-François Milants1-0/+72
as a recovery firmware : it only provides basic UI and BLE connectivity for OTA. This new FW is build on the same codebasse than the actual InfiniTime. Only the display task is different (this allows to remove lvgl from the recovery fw, which is very heavy). CMake builds and docker have been modified accordingly. Note than the fw is converted into an image and then into a DFU in the cmake build (previously, it was only done in the