![]() |
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"#include "Flash/PixelGroups/ProtoDRMini.h"
Go to the source code of this file.
Classes | |
| class | BetaProtoController |
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 | |||
| ) |
Referenced by BetaProtoController::Display(), and BetaProtoController::Initialize().
| const int config = WS2811_GRB | WS2811_800kHz |
Definition at line 12 of file BetaProtoController.h.
Definition at line 10 of file BetaProtoController.h.
| int drawingMemory[346 *6] |
Definition at line 11 of file BetaProtoController.h.
Definition at line 9 of file BetaProtoController.h.