Closed veryalien closed 6 years ago
The new matrix documentation seems to be wrong about setting individual matrix pixel brightness. set_pixel takes x and y coordinates and a state (0 or 1). set_brightness from 0 to 255 can only be set for the complete matrix, not for each pixel.
D'oh! that'll teach me to write stuff up in a hurry! Thank you for pointing it out.
Is there any chance to set pixel brightness individually? Would be great to draw 🖼
The new matrix documentation seems to be wrong about setting individual matrix pixel brightness. set_pixel takes x and y coordinates and a state (0 or 1). set_brightness from 0 to 255 can only be set for the complete matrix, not for each pixel.