summaryrefslogtreecommitdiff
path: root/src/graphics/CMakeLists.txt
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
commit7f2d56e29ad41e13888828d2d58b17c327a94e36 (patch)
treea36fde2a4c7fccc0ca16758c30f3f99ee34b3181 /src/graphics/CMakeLists.txt
parent5086ab96ea648cd842addb02b188f29bff7bbadd (diff)
downloadtangara-fw-7f2d56e29ad41e13888828d2d58b17c327a94e36.tar.gz
Load fonts dynamically from /lua
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
Diffstat (limited to 'src/graphics/CMakeLists.txt')
-rw-r--r--src/graphics/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/graphics/CMakeLists.txt b/src/graphics/CMakeLists.txt
index 5b2c5d58..af0b62cc 100644
--- a/src/graphics/CMakeLists.txt
+++ b/src/graphics/CMakeLists.txt
@@ -2,6 +2,4 @@
#
# SPDX-License-Identifier: GPL-3.0-only
-idf_component_register(
- SRCS "font_fusion_10.c" "font_fusion_12.c" "splash.c"
- REQUIRES "lvgl")
+idf_component_register(SRCS "splash.c" REQUIRES "lvgl")