32blit-tools
32blit-tools copied to clipboard
32blit asset management and upload tool
Appends the names after the tile/transform data if generating a struct. Thought about adding the offset to the header, but there's code out there using a customised header struct that...
By adding an "index" to an entry in asset.yml, we can remove the need to manually register files with add_buffer_file. The intent is that File::open would call the generated `get_asset_by_name`...
Should roughly use the setup provided here: https://github.com/pimoroni/boilerplate-python This includes some changes to how linting/tests are handled and some other "improvements" that would be nice here.
I am using WSL following the setup guide here: https://github.com/32blit/32blit-sdk/blob/master/docs/Windows-WSL.md While following the instructions and troubleshooting section of this page: https://github.com/32blit/32blit-sdk/blob/master/docs/32blit.md#flasher-cant-find-32blit-port I was unable to determine how to find which...
1. Check version on blit 2. Fetch releases from GitHub 3. compare 4. do an "install" of firmware-update.blit if it's out of date
``` phil@StarLite:~/Development/32blit$ 32blit setup Project name: platforms Author name: gadgetoid 32Blit SDK path [/home/phil/32blit-sdk]: /home/phil/Development/32blit/32blit-sdk Initialise a Git repository? [Y/n]: y Create VS Code configuration? [Y/n]: y Create Visual Studio...
... resulting in an error about the variable not being declared later. Bit of a minor issue, but managed to confuse me for a bit when I typo'd a filename...
Configure ~.travis.yml~ GitHub Actions to release packages to pypi and GitHub for tagged releases.
Fixes `dfu-util: Error: File ID 0483:0000 does not match device (0483:df11 or 0483:df11)`. I also made sure this doesn't mess up the windows thing somehow.