1
0
Fork 0
BangleApps/apps/iconbits
Pavel Machek d85ec84ae3 iconbits: fix warnings. 2024-07-19 22:17:15 +02:00
..
ChangeLog iconbits: mark this as version 0.02. 2024-07-19 21:53:20 +02:00
README.md iconbits: cleanups, add documentation. 2024-07-19 21:53:20 +02:00
app-icon.js [] iconbits: initial import 2024-07-13 17:57:55 +02:00
app.png iconbits: update png icon 2024-07-19 21:53:20 +02:00
iconbits.app.js iconbits: fix warnings. 2024-07-19 22:17:15 +02:00
metadata.json iconbits: mark this as version 0.02. 2024-07-19 21:53:20 +02:00

README.md

Icon Bits

Bitmap editor suitable for creating icons and fonts for BangleJS2.

You'll want to run a copy of this in simulator, and another one on watch to view the results.

Draw using the provided tools, then press the button, and you'll get result on the console; you can also use "dump();" on command line. show_icon() takes same parameter as is used in app-icon.js files, you can just copy&paste it to get an icon. By using "for_screen();" command, then taking a screenshot, you can easily generate app.png file.

It is also possible to load existing icon into editor, using "load_icon("");" command. At the end of iconbits.app.js file there are more utility functions.