summaryrefslogtreecommitdiffstats
path: root/drivers/avr/ws2812.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify RGB and RGBW commands (#7297)Drashna Jaelre2019-11-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | * Fix unicode in comments Co-Authored-By: fauxpark <fauxpark@gmail.com> * Remove separate RGBW implementation for a unified function * Set White to 0 in RGBW LEDs This is just to get this working, later, proper brightness can be handled elsewhere. * Use us instead of nanoseconds(?) since it renders correctly on web * Remove RGBW function from arm/ws2812.h * Remove RGBW function from arm/ws2812.c * Formatting changes * Add doc info
* Reduce duplication for ARM/AVR ws2812 RGB Matrix driver (#7180)Joel Challis2019-10-291-34/+1
| | | | | | * Reduce duplication for ARM/AVR ws2812 rgb_matrix driver * Reduce duplication for ARM/AVR ws2812 rgb_matrix driver - Fix setled_all use of r,g,b
* clang-format changesskullY2019-08-301-9/+8
|
* Moving rgb typedefs into a single location (#5978)XScorpion22019-06-041-1/+1
| | | | | Because someone named the define poorly Using full relative path as handwired/promethium has a color.h file
* Features/ws2812 matrix driver (#5418)XScorpion22019-04-141-1/+4
| | | | | | * WS2812 driver implementation for RGB Matrix * Added driver configuration docs
* Remove all of the deprecated RGB definesDrashna Jaelre2018-10-221-3/+0
| | | | Fixes #3641
* update to driver separationJack Humbert2017-09-151-17/+1
|
* Start mvoing hardware drivers to /drivers/ (#1433)Jack Humbert2017-07-101-0/+91
* start driver isolation * update nyquist and orthodox boards * update atreus62 * move drivers to avr * update avr conditional