Watch face selection with CMake

Move displayapp/Apps.h into a header only library (to make the integration easier in InfiniSim.
This commit is contained in:
Jean-François Milants
2023-12-19 17:53:48 +01:00
committed by JF
parent 1ad7840072
commit f0e8bb26e9
21 changed files with 37 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
#include <task.h>
#include <memory>
#include <systemtask/Messages.h>
#include "displayapp/Apps.h"
#include "displayapp/apps/Apps.h"
#include "displayapp/LittleVgl.h"
#include "displayapp/TouchEvents.h"
#include "components/brightness/BrightnessController.h"