machine.Neopixel
所属パッケージ
関数
HSBtoRGB
machine.Neopixel.HSBtoRGB()
HSBtoRGBint
machine.Neopixel.HSBtoRGBint()
RGBtoHSB
machine.Neopixel.RGBtoHSB()
brightness
machine.Neopixel.brightness()
clear
machine.Neopixel.clear()
color_order
machine.Neopixel.color_order()
deinit
machine.Neopixel.deinit()
get
machine.Neopixel.get()
info
machine.Neopixel.info()
rainbow
machine.Neopixel.rainbow()
set
machine.Neopixel.set()
setHSB
machine.Neopixel.setHSB()
setHSBint
machine.Neopixel.setHSBint()
setWhite
machine.Neopixel.setWhite()
show
machine.Neopixel.show()
timings
machine.Neopixel.timings()
定数
BLACK
machine.Neopixel.BLACK = int(0)
BLUE
machine.Neopixel.BLUE = int(255)
CYAN
machine.Neopixel.CYAN = int(65535)
GRAY
machine.Neopixel.GRAY = int(8421504)
GREEN
machine.Neopixel.GREEN = int(32768)
LIME
machine.Neopixel.LIME = int(65280)
MAGENTA
machine.Neopixel.MAGENTA = int(16711935)
MAROON
machine.Neopixel.MAROON = int(8388608)
NAVY
machine.Neopixel.NAVY = int(128)
OLIVE
machine.Neopixel.OLIVE = int(8421376)
PURPLE
machine.Neopixel.PURPLE = int(8388736)
RED
machine.Neopixel.RED = int(16711680)
SILVER
machine.Neopixel.SILVER = int(12632256)
TEAL
machine.Neopixel.TEAL = int(32896)
TYPE_RGB
machine.Neopixel.TYPE_RGB = int(0)
TYPE_RGBW
machine.Neopixel.TYPE_RGBW = int(1)
WHITE
machine.Neopixel.WHITE = int(16777215)
YELLOW
machine.Neopixel.YELLOW = int(16776960)
__bases__
machine.Neopixel.__bases__ = tuple((<class 'object'>,))
__name__
machine.Neopixel.__name__ = str('Neopixel')