Albert van Osch

Results 13 comments of Albert van Osch

I got this working. A couple of things though: - I'm no coding guru. I can imagine a couple of changes need to be made. - I'm totally new to...

Have been reading through the WS2818FX user manual, and figured out why "Comet" (among other effects) don't use the second color as background. It needs an extra setting (FADE) when...

I totally re-wrote McLightingUI in plain Javascript: https://github.com/AvanOsch/McLightingHTML Apart from not knowing Vue.js, this made the file size about 10x smaller. I can also imagine some people (like myself) are...

@bojanul The autoplay command is supported as well (the interface is almost the same as McLightingUI v2, and has all it's features) I don't know what you mean by "more...

@bojanul Ah, I see. Well, autoplay seems to be supported (send "start" or "stop" over websocket) ~~I've not (yet) added 3 color support for saved autoplay patterns though.~~ --EDIT-- Added...

@toblum Thanks! Please also check out my modifications on [McLighting](https://github.com/AvanOsch/McLighting) for the 3 color support. Or should I do a pull request or something?

@toblum If you come around to testing my 3 color implementation, I'd like to get some feedback on my "convertColors()" function: 1) Somehow, I needed to add a delay. It...

@debsahu Thanks for your reply, but could you clarify a bit? I didn't make a global variable because after the function returns the color array, I thought it wasn't needed...

Thanks @toblum I didn't account for a missing uistate.json... Fixed a couple of other small bugs too, and added "Hide Autoplay" setting.

I found the relative css in the download that makes the 3D transformation. It's far from ideal, but works. No Javascript required. Find the file "docs/assets/css/main.css" Then just look for...