@p.kaczmarek2 Hi, is there something new to test in the driver?
@p.kaczmarek2 Hi, is there something new to test in the driver?
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
// start driver
startDriver SM16703P
// use channel 10 as variable to store number of LEDs
setChannel 10 9
// initialize the driver
SM16703P_Init $CH10
// set iteration variable (channel 11)
setChannel 11 0
// loop setting R G B
again:
SM16703P_SetPixel $CH11 0 255 0
addChannel 11 1
SM16703P_SetPixel $CH11 0 0 255
addChannel 11 1
SM16703P_SetPixel $CH11 255 0 0
addChannel 11 1
if $CH11<$CH10 then goto again
// apply changes
SM16703P_Start
- Mutiple SM16703P chipsets, each controlling 6 RGB plugged in parallel
- SM16703P chipsets are plugged in serial and controled by P16
divadiow wrote:- your original device boots into OpenBeken and you can access the web gui?
divadiow wrote:- pixelanim and SM16703P drivers are showing as running on the main page?
divadiow wrote:- does toggling the power button and/or the animations buttons turn them green from red or do they stay red?