![]() |
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/ProtoDR.h"#include "Flash/PixelGroups/ProtoDRMini.h"
Go to the source code of this file.
Classes | |
| class | ProtoDRController |
Functions | |
| OctoWS2811 | leds (ledsPerStrip, displayMemory, drawingMemory, config) |
Variables | |
| const int | ledsPerStrip = 306 |
| DMAMEM int | displayMemory [306 *6] |
| int | drawingMemory [306 *6] |
| const int | config = WS2811_GRB | WS2811_800kHz |
| OctoWS2811 leds | ( | ledsPerStrip | , |
| displayMemory | , | ||
| drawingMemory | , | ||
| config | |||
| ) |
Referenced by ProtoDRController::Display(), and ProtoDRController::Initialize().
| const int config = WS2811_GRB | WS2811_800kHz |
Definition at line 13 of file ProtoDRController.h.
Definition at line 11 of file ProtoDRController.h.
| int drawingMemory[306 *6] |
Definition at line 12 of file ProtoDRController.h.
Definition at line 10 of file ProtoDRController.h.