node-red / node-red-nodes

Extra nodes for Node-RED
Other
987 stars 593 forks source link

Unicorn Hat node RGB blues below 217 don't work #333

Closed tim-minter closed 6 years ago

tim-minter commented 7 years ago

Passing any RGB string it seems that at least one R,G or B must be above 216 otherwise the pixel goes out. Testing shows: This works "217,0,0" = red background. This gives blank background "216,0,0" This gives blank background "216,216,0" This gives green background "217,217,0"

dceejay commented 7 years ago

Hi - the underlying library got updated while we weren't looking... the node has now been updated - can you retry with the latest ? Thanks

dceejay commented 6 years ago

closing as no response