connornishijima / Pixie_Chroma

Arduino library and documentation for Pixie Chroma displays!
https://lixielabs.com/chroma/
MIT License
53 stars 9 forks source link

Fix "first led" being on in the mask upon initialization #41

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Fix "first led" being on in the mask upon initialization

This is most visible using begin_quad(). (The color of the erroneous

LED is from the color map.)

https://github.com/connornishijima/Pixie_Chroma/blob/7636f8fbe0ed947c8b214a584b0bfe319643731d/src/pixie_chroma_internal.cpp#L34


        pix.print( "Hello!" );
*///............................................................................
PixieChroma::PixieChroma(){}
// TODO: Fix "first led" being on in the mask upon initialization
// This is most visible using begin_quad(). (The color of the erroneous
// LED is from the color map.)  

/*! ############################################################################

7bd971b8cde3dec45c9b56ed46e91abb53f20206

github-actions[bot] commented 2 years ago

Closed in 8747be4298c7acde0cf8ce0542b161d4dff804f3