Since #1324 (https://github.com/InfiniTimeOrg/InfiniTime/pull/1324) / #1024 (https://github.com/InfiniTimeOrg/InfiniTime/pull/1024) DisplayApp needs the FileSystem as parameter to the constructor.
This commit is contained in:
parent
8460a5207a
commit
4e60d77270
1 changed files with 2 additions and 1 deletions
3
main.cpp
3
main.cpp
|
|
@ -360,7 +360,8 @@ Pinetime::Applications::DisplayApp displayApp(lcd,
|
||||||
timerController,
|
timerController,
|
||||||
alarmController,
|
alarmController,
|
||||||
brightnessController,
|
brightnessController,
|
||||||
touchHandler);
|
touchHandler,
|
||||||
|
fs);
|
||||||
|
|
||||||
Pinetime::System::SystemTask systemTask(spi,
|
Pinetime::System::SystemTask systemTask(spi,
|
||||||
lcd,
|
lcd,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue