diff options
| author | JF <JF002@users.noreply.github.com> | 2022-09-27 21:27:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-27 21:27:36 +0200 |
| commit | 63932810d2707e6c530dae64b209ac240137dc17 (patch) | |
| tree | c6b6b10268726781ce6ee9ef8b64c99680e11ae5 /src/resources/images.json | |
| parent | f699261ca326c76b72a864cb9576cf4c69bd5474 (diff) | |
| parent | 58586d0ad1ebeefd7a6f269089f467ccba2f468c (diff) | |
Merge pull request #1024 from dmlls/infineat-pr
Infineat Watchface + support for external resources.
Diffstat (limited to 'src/resources/images.json')
| -rw-r--r-- | src/resources/images.json | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |
