summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJean-François Milants <jf@codingfield.com>2022-09-11 16:22:28 +0200
committerJean-François Milants <jf@codingfield.com>2022-09-11 16:22:28 +0200
commit4cf73fc169ec1f95abd9d50d5cad08538f7b947c (patch)
treeffcd1041964430d8fe54c5800ee2147f016d70a5 /src/main.cpp
parentada2c09581d2d13acfa5ce9a97671c0ec17863f1 (diff)
Infineat : Add support for external resources, and read the images and fonts from the ilesystem
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 109971bc..ad7a07dc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -131,7 +131,8 @@ Pinetime::Applications::DisplayApp displayApp(lcd,
timerController,
alarmController,
brightnessController,
- touchHandler);
+ touchHandler,
+ fs);
Pinetime::System::SystemTask systemTask(spi,
lcd,