Hi,
I’m wondering if there is any way to draw icons on the 8x8 Led Matrix with 3 bytes colors.
I2C_CMD_DISP_CUSTOM only allows pixels coded on one byte. However displayColorBlock() (I2C_CMD_DISP_COLOR_BLOCK) accepts colors on 3 bytes. Others build-in features also show some 3 bytes colors such as “the fire” in the animations package (I2C_CMD_DISP_COLOR_ANIMATION, (254, 254)).
It’s a pity that users have not direct access to 3 bytes colors whereas it seems handled by the matrix.
The possibilities of the matrix are great but very limited with that 1 byte color.
May you give me a way to draw 3 bytes colors customs icons ?
Or is there a way to overload the preregistered 1 byte color map ? Like white is not really white but more blue, I founded that 0xff3525 is much closer to a true white.