I can’t spot anything in the python or java/processing API to adjust individual brightness () of LEDs although I can from the command line app. Is it possible?
I’d like to come up with animations using the APIs, hence the question.
Thanks
I can’t spot anything in the python or java/processing API to adjust individual brightness () of LEDs although I can from the command line app. Is it possible?
I’d like to come up with animations using the APIs, hence the question.
Thanks
Please take a look at this post:
Also Arvy added a brightness limit function for his android lib. Maybe you find something usefull here:
Thanks for the tips, I’ve got something cooking at blinkstick-java/Brightness.java at master · tobyweston/blinkstick-java · GitHub
Going to work improve the API but feeling good about it so far…