You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually, the code is work, but how to set brightness? i saw the library just using setBrightness but my led turn on randomly color... how to use it? thanks
The text was updated successfully, but these errors were encountered:
Looks like I failed to implement that function, and its still got the adafruit code which uses a buffer which contains RGBRGBRGB style data, but my version encodes this into data that it can directly send via SPI DMA
So the setBrightness function needs to be re-written to unencode the buffer back to RGB, do the brightness modification and then re-encode
actually, the code is work, but how to set brightness? i saw the library just using setBrightness but my led turn on randomly color... how to use it? thanks
The text was updated successfully, but these errors were encountered: