Merge pull request #69 from InfiniTimeOrg/displayapp-needs-fs
DisplayApp now takes the filesystem as ctor arguments
This commit is contained in:
commit
2cfd22c856
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit f53e75063b6ef618d65a1f287df52ba01c3351f5
|
Subproject commit 63932810d2707e6c530dae64b209ac240137dc17
|
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 a new issue