connornishijima / Pixie_Chroma

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

Remove need for hardcoded "pix" extern in animation functions #25

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Remove need for hardcoded "pix" extern in animation functions

https://github.com/connornishijima/Pixie_Chroma/blob/05a6a0b2090fbd1832a76c2be8f598f15017da1f/src/utility/pixie_animations.cpp#L17


    // empty function with pix.set_animation(ANIMATION_NULL) to manually control color when you want
}

// TODO: Remove need for hardcoded "pix" extern in animation functions

void ANIMATION_STATIC(float delta){
    extern PixieChroma pix;

5dea0b5ec380789751c4ec4f6426fa5a12a1ce66

github-actions[bot] commented 2 years ago

Closed in 8bb1853d6fddad4f59c45308e8c339a04d25ac94