Hey all,
I’ve been able to use CRGBPalette16(uint32_t) to create a single-color palette however when I do palette.entries[0] and cast that to uint32_t I cannot find my initial value but always get “1”.
It seems like (uint32_t)(CRGB)255 != 255
I guess I’m missing something obvious here…
Thanks for your help