Ben Hencke

Results 19 comments of Ben Hencke

I can confirm the fix in https://github.com/lorol/LITTLEFS/pull/45 resolved a similar issue for me.

Thanks, will take a look. Jeff had posted some noise functions in PB a while ago, these are on the pattern site. APIs to a native implementation would be much...

Wow, that is pretty awesome! Thanks for the PR.

Hi @JonathanDCohen, This feature was graciously contributed in https://github.com/simap/Firestorm/pull/1 and enhanced in https://github.com/simap/Firestorm/pull/8 by community members. I won't have a chance to convert this to server side state myself, but...

Thanks! Pixelblaze itself can drive WS2801, and I did consider it for this board. It would need a new frame type, and the latch timing taken into account to prevent...

Yes! I have some NS108 on hand, and some WS2816s as well which are likewise 16-bits per element. I hope to support these new chipsets soon.

I usually eyeball whats in the live preview. The "An Intro to Pixelblaze Code" does walk you through color order. This pattern does many of the things you are looking...

For anyone looking: The source can give you hints here: https://github.com/simap/pixelblaze_output_expander/blob/master/firmware/Core/Src/app.c#L59 The apa102 data is very similar to WS2812 types. The apa102 clock frame has a frame header but no...

I've given it a shot, but the libraries I used hogged CPU and resources and kind of ruined the whole smooth LED thing so I dropped it and focused on...

Based on what @scruffynerf was demoing, I think they have a permanent (or semi-permanent) address code burned in to them. I'm guessing the data line is not regenerated, but connected...