-
-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more icons and animations #39
Comments
if you open a pull-request and ensure the icon is drawn by yourself i think we can merge this. |
That is a nice one! |
It is obviously inspired by old arcade games, but I drew it myself from scratch pixel by pixel, so I guess copyright is not an issue (ianal though). Permission is hereby granted with the same license as the rest of the code, GPLv2. :-) It took me a while to figure out that it actually needs an image with 48x11 pixel frames, even though my display is 44x11. But one must not use the rightmost 4 columns, otherwise they "wrap around" to the left side of the display, it's a bit confusing at first. So I thought sharing an example would be nice for demo purposes. Image Magick is a useful tool by the way to split and merge the frames. |
I'd appreciate if that were to be mentioned in the README, as this is crucial information. |
Animations weren't mentioned in the README add all. Added b23c84a |
Can we add some more icons and animations to the gfx folder?
Attached is one I created, feel free to add it to the code, share and enjoy.
python3 ./led-badge-11x44.py -s4 -m5 :gfx/animated_alien_48x11.png:
The text was updated successfully, but these errors were encountered: