LED RGB3
![]() | ![]() |
3 Smart LED Module
- Overview
- Drivers
- Samples
- Projects
LED RGB3
Key features • 3 Smart LEDs | Resources |
Function | Description |
---|---|
LedColor(index,color) | index: set LED 0-2, color: hex value |
The Code!
Modules ship with this script preloaded. Use Console to reload or modify the drivers. Additionally, some languages, such as Python, include DUELink.Engine.Record()
for recording scripts directly from the host.
fn LedColor(i, c)
r = ((c>>16)&0xff)/255
g =((c>>8)&0xff)/255
b = (c&0xff)/255
if i = 0
pwrite(1,b)
pwrite(2,r)
pwrite(3,g)
end
if i = 1
pwrite(4,b)
pwrite(5,r)
pwrite(6,g)
end
if i = 2
pwrite(7,b)
pwrite(8,r)
pwrite(11,g)
end
fend
##### User Code Starts Here #####
- Script
- Python
- JavaScript
Use Console to modify the default driver by adding this sample.
# Append this code at the bottom of the script, right after the driver.
# You MUST keep the driver code!!
from DUELink.DUELinkController import DUELinkController
import time
availablePort = DUELinkController.GetConnectionPort()
duelink = DUELinkController(availablePort)
//code
These project samples will get you started.
- Arduino
- Standalone
This demo uses Arduino UNO R4 to read analog A0 and show value on screen.
image
Use the Standalone feature to create an analog clock.
image
The demo uses USB Hook to set the time (and load scripts.)
The Code!
Python Code
Ordering Info
Description | Part Number | Price |
---|---|---|
LED RGB3 | GDL-LLEDRGB3-A | $00.00 |