aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/fonts/fonts.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/fonts/fonts.json')
-rw-r--r--src/displayapp/fonts/fonts.json32
1 files changed, 31 insertions, 1 deletions
diff --git a/src/displayapp/fonts/fonts.json b/src/displayapp/fonts/fonts.json
index abdb4512..b1593312 100644
--- a/src/displayapp/fonts/fonts.json
+++ b/src/displayapp/fonts/fonts.json
@@ -74,5 +74,35 @@
"bpp": 2,
"size": 80,
"compress": true
+ },
+ "lv_font_dots_40": {
+ "sources": [
+ {
+ "file": "repetitionscrolling.ttf",
+ "symbols": "0123456789-MONTUEWEDTHUFRISATSUN WK"
+ }
+ ],
+ "bpp": 1,
+ "size": 40
+ },
+ "lv_font_7segment_40": {
+ "sources": [
+ {
+ "file": "7segment.woff",
+ "symbols": "0123456789: -"
+ }
+ ],
+ "bpp": 1,
+ "size": 40
+ },
+ "lv_font_7segment_115": {
+ "sources": [
+ {
+ "file": "7segment.woff",
+ "symbols": "0123456789: -"
+ }
+ ],
+ "bpp": 1,
+ "size": 115
}
-}
+} \ No newline at end of file