Dana Sniezko
Dana Sniezko
document the hardware and software build process so it can be reproduced
I opened this issue to discuss long term ideas for this application! Some day, in the future, if we were to refactor to remove Zulip code from the core and...
It could be really fun to integrate the LEDs with Doorbot, when someone successfully opens the door it enqueues and displays a message, [Greeting] [Person]
This one is for the systems programmers / C hackers out there! Andrew pointed out that Open Pixel Control is communicating over a TCP socket, which is really unnecessary for...
Currently you need to type: `led-bot show-text ` `led-bot show-image ` To display things. Marcus and I discussed simplifying things. Perhaps we could do something like: `led-bot image ` `led-bot...
Implement directional scrolling, display at center, etc for images
Let users customize text color and background. Maybe look at Brian's [Memebot](https://github.com/bruslim/zulip-meme-bot/blob/master/memebot.py), which parse parameters from Zulip messages
Images often appear too bright or with low contrast. Pillow has a bunch of image filtering methods, lets try to find some parameters that work better on the screen!
This bot monopolizes the connection to the Open Pixel Control socket. At some point I imagine folks will want to stream cool Processing sketches, Canvas games and other visualizations to...
Add a command to kill the current item, or everything, in the queue (in case of spammer take-over, emergencies, overflows, or other unpredictable circumstances)