mif
mif
Day 1 Tables and Badges
ah, wait, I tried 0,0,0 for all leds 🤦‍♂️ all good, thanks!
570 replies
Day 1 Tables and Badges
hmm, nope :/ tried with both ReleaseFast and Debug
570 replies
Day 1 Tables and Badges
I have somewhat corrupted lcd and no neopixels on master now. Is it a known issue?
570 replies
Day 1 Tables and Badges
https://github.com/ZigEmbeddedGroup/sycl-badge/pull/49 works for me with this on the latest master 🤷‍♂️ could someone check this please? Not sure if the memory layout described in the PR will be the same for optimized/debug builds.
570 replies
Day 1 Tables and Badges
Does neopixels actually work for anyone? I do
cart.neopixels.* = .{
.{ .r = 255, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
};
cart.neopixels.* = .{
.{ .r = 255, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
.{ .r = 0, .g = 0, .b = 0 },
};
and it's one green (not red) light in simulator and ~rainbow on the actual badge.
570 replies