export function beforeRender(delta) {
t1 = time(.1)
}
export function render2D(index, x, y) {
v = x + y < 1.1
hsv(0.3, 1, v)
}
Map, set to Fill:
function (pixelCount) {
width = 8
var map = []
for (i = 0; i < pixelCount; i++) {
y = Math.floor(i / width)
x = i % width
x = y % 2 == 1 ? width - 1 - x : x //zigzag
map.push([x, y])
}
return map
}
Settings:
LEDs: 64
Type: WS2812
Data wire is in the right place, and soldered well to DIN.
Hi @paulwb ,
That is an RGBW panel. You can tell because half of the LED has a yellow phosphor coating for the white LED.
You need to pick one of the color order settings with a W in it, like GRBW.
That might be a problem with the panel. It’s strange to me that it seems to be the same green level that is flashing on the other LEDs. Does that stay consistent with other colors/patterns?