summaryrefslogtreecommitdiff
path: root/src/displayapp/fonts/fonts.json
diff options
context:
space:
mode:
authorITCactus <n/a>2022-05-16 12:05:14 +0200
committerITCactus <n/a>2022-06-30 15:15:32 +0200
commit917e46c684a590f708b12458dc5f197cc9bee0fc (patch)
tree96d9ba9b07894b79fbb633b99930753017d827f8 /src/displayapp/fonts/fonts.json
parent319dfd23e7dd1ecfedea113e49dfe30b5a814c67 (diff)
post rebase fixes
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