InfiniTime.git

ref: e5b73212f6addcfdb5e306df63d7135e543c4f8d

src/resources/images.json


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
   "pine_small" : {
      "sources": "images/pine_logo.png",
      "color_format": "CF_TRUE_COLOR_ALPHA",
      "output_format": "bin",
      "binary_format": "ARGB8565_RBSWAP",
      "target_path": "/images/"
   },
   "navigation0" : {
      "sources": "images/navigation0.png",
      "color_format": "CF_INDEXED_1_BIT",
      "output_format": "bin",
      "binary_format": "ARGB8565_RBSWAP",
      "target_path": "/images/"
   },
   "navigation1" : {
      "sources": "images/navigation1.png",
      "color_format": "CF_INDEXED_1_BIT",
      "output_format": "bin",
      "binary_format": "ARGB8565_RBSWAP",
      "target_path": "/images/"
   }
}