summaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorJF <JF002@users.noreply.github.com>2022-09-27 21:27:36 +0200
committerGitHub <noreply@github.com>2022-09-27 21:27:36 +0200
commit63932810d2707e6c530dae64b209ac240137dc17 (patch)
treec6b6b10268726781ce6ee9ef8b64c99680e11ae5 /src/resources
parentf699261ca326c76b72a864cb9576cf4c69bd5474 (diff)
parent58586d0ad1ebeefd7a6f269089f467ccba2f468c (diff)
Merge pull request #1024 from dmlls/infineat-pr
Infineat Watchface + support for external resources.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/fonts.json2
-rw-r--r--src/resources/images.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/fonts.json b/src/resources/fonts.json
index 55882c3d..a270e6a2 100644
--- a/src/resources/fonts.json
+++ b/src/resources/fonts.json
@@ -3,7 +3,7 @@
"sources": [
{
"file": "fonts/Teko-Light.ttf",
- "symbols": "0123456789:/amp"
+ "symbols": "0123456789:/ampMonTueWdhFriSt "
}
],
"bpp": 1,
diff --git a/src/resources/images.json b/src/resources/images.json
index 764747ca..db2ccab0 100644
--- a/src/resources/images.json
+++ b/src/resources/images.json
@@ -1,7 +1,7 @@
{
"pine_small" : {
"sources": "images/pine_logo.png",
- "color_format": "CF_TRUE_COLOR",
+ "color_format": "CF_TRUE_COLOR_ALPHA",
"output_format": "bin",
"binary_format": "ARGB8565_RBSWAP",
"target_path": "/images/"