Anna Prosvetova e9e76e144c RPC: Implement storage_stat_request (#800) há 4 anos atrás
..
compiled e9e76e144c RPC: Implement storage_stat_request (#800) há 4 anos atrás
icons 63fe452746 [FL-1854] NEC42ext displaying (#796) há 4 anos atrás
protobuf @ 0e6d374ab1 e9e76e144c RPC: Implement storage_stat_request (#800) há 4 anos atrás
resources 22a4bac448 [FL-1934] Core: wipe memory after free. SubGhz: key encryption tool. (#797) há 4 anos atrás
.gitignore 665f6d7d9c Assets, Icons, UI toolkit. Part 1. (#202) há 5 anos atrás
Makefile 943fb1bced [FL-1721] Bluetooth refactoring (#747) há 4 anos atrás
ReadMe.md ac5c1cb4a0 Fix readme consistency issues (#652) há 4 anos atrás
assets.mk b85a50f912 [FL-1792] RPC service (#698) há 4 anos atrás

ReadMe.md

Requirements

  • Python3
  • ImageMagic
  • Make

Compiling

make all

Asset naming rules

Images and Animations

NAME_VARIANT_SIZE

  • NAME - mandatory - Asset name in CamelCase. [A-Za-z0-9], special symbols not allowed
  • VARIANT - optional - icon variant: can relate to state or rendering conditions. Examples: active, inactive, inverted.
  • SIZE - mandatory - size in px. Example squere 10, 20, 24, etc. Example rectangular: 10x8, 19x5, etc.

Image names will be automatically prefixed with I_, animation names with A_. Icons and Animations will be gathered into icon.h and icon.c.

Important notes

Don't include assets that you are not using, compiller is not going to strip unusued assets.