https://github.com/dev-0x7c6/ledboard
Software for your ws2812b based skateboard, most of components are made with latest c++ standard in mind and concepts
https://github.com/dev-0x7c6/ledboard
animations arduino assembler avr cpp-templates cpp20 ledboard skateboard ws2812b
Last synced: 2 months ago
JSON representation
Software for your ws2812b based skateboard, most of components are made with latest c++ standard in mind and concepts
- Host: GitHub
- URL: https://github.com/dev-0x7c6/ledboard
- Owner: dev-0x7C6
- Created: 2018-09-25T09:59:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-17T20:42:48.000Z (about 5 years ago)
- Last Synced: 2025-02-06T07:47:02.502Z (4 months ago)
- Topics: animations, arduino, assembler, avr, cpp-templates, cpp20, ledboard, skateboard, ws2812b
- Language: C++
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cool, what is this about?
This is my own implementation of ws2812b led strip for avr microcontroller and animation framework. You can modify source and generate your own animations. In theory this should be easly portable to other architectures but build system is focused on avr for now.
### Techniques and C++20
This is also my playground for testing upcomming C++20 features and develop my metaprogramming skills. I'm aiming for very generic code and clever techniques to achieve very small code footprint (zero overhead abstraction). If you have some ideas how to improve code, please let me know.
### My use case
I'm using this project for driving my skateboard led strip, so skateboard unique features my come in future.
