This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Slider for dim lights java
#1
Hi, 

Does anyone know a code to write 4bit to localbus.lp with a slider in javascript?
Reply
#2
4-bit is not a slider but start/stop dimming. Usually only 3 values are used: 9 = up 100%, 1 = down 100%, 0 = stop.
For 1-byte dimmer slider you need to use HTML input range element: https://developer.mozilla.org/en-US/docs...nput/range
Reply
#3
(18.05.2021, 05:41)admin Wrote: 4-bit is not a slider but start/stop dimming. Usually only 3 values are used: 9 = up 100%, 1 = down 100%, 0 = stop.
For 1-byte dimmer slider you need to use HTML input range element: https://developer.mozilla.org/en-US/docs...nput/range

Ok, thank you Smile
Reply


Forum Jump: