-
Notifications
You must be signed in to change notification settings - Fork 63
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
The top row of buttons won't light up. #71
Comments
Do you mean the Mk1 Mini, the red/green one? Could you please share some code? Also, there indeed was something wrong with the top row buttons, I changed |
Hello, for red in range(2):
for pos in range(136):
if pos > 127:
lp.LedCtrlRaw(200+(pos-128), red + 1, 0 )
else:
lp.LedCtrlRaw( pos, red + 1, 0 )
time.wait( 15 ) LedCtrlAutomap() will make the entire top row orange (it's always orange). But that's it. Seems like it can't light up other buttons. Thanks! |
Ok, thanks, will check this. |
Thanks! |
I don't see any problems here, everything is working fine. Is it possible that you have an old version installed? |
I'm not sure how I installed launchpad.py but I think it's the latest version. Anyways, how can I update it to the latest version? (Ubuntu) Thanks! |
Hello,
I noticed that the top row of buttons on the Launchpad Mini simply won't light up.
(I mean the round buttons marked with numbers 1, 2, 3, 4, 5, 6, 7, 8). The A, B, C, D, E, F, G, H column works fine.
Thanks!
The text was updated successfully, but these errors were encountered: