mirror of
https://github.com/brmlab/ledbar.git
synced 2025-06-10 05:44:01 +02:00
arduino: Change cmin[] semantics - pwm level of channel level 1, not 0
Should eliminate dim red light for black pixels.
This commit is contained in:
parent
ac8e6cd3a9
commit
b809208b60
3 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "../ledbar.h"
|
||||
|
||||
/* FIXME: cmin[] is not handled properly here, it's the level of 1, not 0. */
|
||||
|
||||
class Ledbar lb[NUM_TLCS];
|
||||
int c[cpinsets][CH];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue