Serial Wombat Arduino Library
Loading...
Searching...
No Matches
SerialWombatWS2812.h File Reference
#include <stdint.h>
#include "SerialWombat.h"
Include dependency graph for SerialWombatWS2812.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SerialWombatWS2812
 A Class representing a WS2812 or compatible RGB LED string connected to a Serial Wombat pin. More...
 

Enumerations

enum  SWWS2812Mode { ws2812ModeBuffered = 0 , ws2812ModeAnimation = 1 , ws2812ModeChase = 2 }
 

Enumeration Type Documentation

◆ SWWS2812Mode

Enumerator
ws2812ModeBuffered 

Standard buffered mode. Colors are uploaded by the host.

ws2812ModeAnimation 

Multiple arrays with delays are uploaded by the host and displayed over time by the Serial Wombat chip.

ws2812ModeChase 

A single lit LED cycles through all of the LEDs.

Definition at line 27 of file SerialWombatWS2812.h.