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
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…
Reference in New Issue
Block a user