pimoroni / blinkt

Python Library for Blinkt; 8 APA102 LEDs for your Raspberry Pi
https://shop.pimoroni.com/products/blinkt
MIT License
313 stars 103 forks source link

add kitt.py to examples #94

Closed MisterZeus closed 2 years ago

MisterZeus commented 2 years ago

an attempt at a simple and accurate homage to the KITT smart car :-)

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1769520375


Totals Coverage Status
Change from base Build 799146889: 0.0%
Covered Lines: 57
Relevant Lines: 77

💛 - Coveralls
Gadgetoid commented 2 years ago

Thank you. This achieves a similar thing to the larson scanner example (https://github.com/pimoroni/blinkt/blob/master/examples/larson.py), but it's different enough to be interesting.

MisterZeus commented 2 years ago

Thanks Gadgetoid, I was inspired by the larson lights, and wanted to try coding the specific KITT effect by myself as a learning exercise. Tried to code an array approach, but had an aha moment with the decay idea :-)