EmulatedWS281x

A NativeLEDStrip that doesn't attempt to send data to any LEDs.

Constructors

Link copied to clipboard
constructor(numLEDs: Int)
constructor(stripInfo: StripInfo)

Properties

Link copied to clipboard
open override val numLEDs: Int

Number of LEDs in the strip

Functions

Link copied to clipboard
open override fun close()

Empty override for close()

Link copied to clipboard
fun getPixelColor(pixel: Int): Int

Get the color of a pixel in the strip

Link copied to clipboard
open override fun render()

Empty override for render()

Link copied to clipboard
open override fun setPixelColor(pixel: Int, color: Int)

Set the color of a pixel in the strip