-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading pattern broken? #35
Comments
Near as I can tell, there's nothing wrong with what you're attempting and a cursory check over the code doesn't yield any obvious problems. I'll try and run a debug build and see if I can replicate. |
But to clarify, it's supposed to be |
Ooof, lack of documentation hurts here- it should be:
The A quick local test shows this is at least not failing. Whereas if I try to load
|
Hi both! This is my minimal working version:
It seemed like Two quick Qs
|
Clearly we need some comprehensive documentation on this functionality-
|
Thanks for confirming! Is the C code that the lua code calls around anywhere? It would be interesting to see what |
Absolutely- all the C source is here to browse: https://github.com/pimoroni/keybow-firmware/tree/master/keybow Here's what keybow-firmware/keybow/lua-config.c Lines 358 to 374 in 7f359e5
Which, in turn, calls keybow-firmware/keybow/lights.c Lines 19 to 84 in fd7b19a
And keybow-firmware/keybow/lua-config.c Lines 301 to 307 in 7f359e5
|
Hey there! Maybe I'm missing something but trying the following on a Keybow mini didn't load the patterns as expected:
Could someone explain what the correct syntax is for this please?
The text was updated successfully, but these errors were encountered: