ref: fc5424cb72e477c5f1bbfaeddb5c50b851a965ae
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/" } } |