![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
#include <Arduino.h>
#include <OctoWS2811.h>
#include "Controller.h"
#include "Render/Camera.h"
#include "Flash/PixelGroups/KaiborgV1Pixels.h"
Go to the source code of this file.
Classes | |
class | GammaControllerFront |
Functions | |
OctoWS2811 | leds (ledsPerStrip, displayMemory, drawingMemory, config) |
Variables | |
const int | ledsPerStrip = 346 |
DMAMEM int | displayMemory [346 *6] |
int | drawingMemory [346 *6] |
const int | config = WS2811_GRB | WS2811_800kHz |
OctoWS2811 leds | ( | ledsPerStrip | , |
displayMemory | , | ||
drawingMemory | , | ||
config | |||
) |
const int config = WS2811_GRB | WS2811_800kHz |
Definition at line 11 of file GammaControllerFront.h.
Definition at line 9 of file GammaControllerFront.h.
int drawingMemory[346 *6] |
Definition at line 10 of file GammaControllerFront.h.
Definition at line 8 of file GammaControllerFront.h.