curuvar commented on PR #6528:
URL: https://github.com/apache/incubator-nuttx/pull/6528#issuecomment-1166844133

   I agree that it would be better to use the more generic name.   I didn't try 
to work with the existing ws2812 as it is so closely wedded to SPI and I cannot 
use SPI to drive the on-board pixels on the Adafruit RP2040 boards.
   
   Also, I choose a slightly different model for mine.  Instead of the driver 
buffering the pixel data I just let the user write whatever string of pixels 
needed.  That seemed more straightforward, but I can see the utility in having 
a the driver maintain a single buffer that different apps could update.
   
   Anyone care to suggest a new name for mine (ws2812b ?) so the two can exist 
in parallel so as not to break existing code.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to