I want to be able to change the specific pixel and just the one.
In arduino I would use an array to choose the ppixel, or just select the one with the neopixel liberary.
color = string.char(r1,g1,b1,r2,g2,b2,r3,g3,b3)
ws2812.writergb(pixelPin, color)
I have been trying to use tabel as well but No luck.