Page 1 of 1
Can a keyboard be us for adjusting brightness?
Posted: Fri Aug 13, 2021 11:05 pm
by balamsoto
Is there iakeyborad input to adjust the brightness of madlight, similar like OSC command do control the brightness of madlight ?
Thanks
Re: Can a keyboard be us for adjusting brightness?
Posted: Mon Aug 16, 2021 10:00 am
by Pierre Guilluy
According to the official MiniMad user-guide: In MiniMad Light, Up & Down keys allow for adjusting the luminosity
Re: Can a keyboard be us for adjusting brightness?
Posted: Wed Aug 18, 2021 6:43 pm
by balamsoto
Thanks Pierre, good to know! I am looking for a solution using the teensy 4.1. to control luminosity with a sensor.
touchOsc library might do the trick ( waiting for my teensy ethernet shield ) Having a way to control luminosity with a keyboard HID could be really usefull.
Re: Can a keyboard be us for adjusting brightness?
Posted: Fri Aug 20, 2021 10:46 am
by Pierre Guilluy
Just to make sure, I was talking about up and down on the computer keyboard, not the MiniMad buttons.
Your best shot will indeed to be using an OSC library on your Teensy.
FYI, prior to OSC controls, several MiniMad users were using an Arduino Leonardo to generate computer keyboard events for the MiniMAd through USB.