mirror of
https://github.com/google/pebble.git
synced 2025-03-15 08:41:21 +00:00
.. | ||
board | ||
README.md |
The files in this directory are used to override the generated 'resource_ids.auto.h' (etc.) so that we can use 'fixtures/font_compression/system_resources.pbpack'.
'fixtures/font_compression/system_resources.pbpack' was generated by adding the following stanza to resources/normal/base/resource_map.json:
{
"type": "font",
"name": "GOTHIC_18_COMPRESSED",
"file": "normal/base/ttf/18Cond.ttf",
"compatibility": "2.7",
"extended": true,
"compress": "RLE4"
},
and then rebuilding system_resources.pbpack. See tools/update_test_system_pbpack.sh for which files need to be updated.