Веб-документация библиотеки расширений PureData CEAMMC
доступно с версии: 0.9.8
Note: you should flush (with bang or [flush( message) after almost all pixel/color operations
clear
turn off all pixels
R red color component
тип: int
обязательно: True
G greed color component
тип: int
обязательно: True
B blue color component
тип: int
обязательно: True
flush
flush all pixels to the strip
NAME function name
тип: symbol
обязательно: True
[ARG] function param
тип: float
[BEGIN] range start
тип: int
[LENGTH] range length
тип: int
R red color component
тип: int
обязательно: True
G greed color component
тип: int
обязательно: True
B blue color component
тип: int
обязательно: True
BEGIN range start
тип: int
обязательно: True
LENGTH range length
тип: int
обязательно: True
R red color component
тип: int
обязательно: True
G greed color component
тип: int
обязательно: True
B blue color component
тип: int
обязательно: True
BEGIN range start
тип: int
обязательно: True
END range end
тип: int
обязательно: True
STEP slice step
тип: int
обязательно: True
R red color component
тип: int
обязательно: True
G greed color component
тип: int
обязательно: True
B blue color component
тип: int
обязательно: True
@clear
Запросить/установить turn off all pixels when the object is deleted
тип: bool
по умолчанию: 1
@size (initonly)
Запросить/установить number of leds in the strip
тип: int
диапазон: 1..4096
по умолчанию: 16
@spi_bus (initonly)
Запросить/установить spi bus number
тип: int
диапазон: 0..6
по умолчанию: 0
@spi_cs (initonly)
Запросить/установить spi CS (chip select/enable). In most cases you don't need to set this property,
because LED strips are not using CS pin.
тип: int
диапазон: 0..3
по умолчанию: 0
display neopixel rpi ws2812 led
Авторы: Serge Poltavsky
Лицензия: GPL3 or later