ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
KaiborgV1Controller.h File Reference
#include <Arduino.h>
#include <OctoWS2811.h>
#include "Controller.h"
#include "Render/Camera.h"
#include "Flash/PixelGroups/KaiborgV1Pixels.h"
Include dependency graph for KaiborgV1Controller.h:

Go to the source code of this file.

Classes

class  KaiborgV1Controller
 

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
 

Function Documentation

◆ leds()

Variable Documentation

◆ config

Definition at line 11 of file KaiborgV1Controller.h.

◆ displayMemory

DMAMEM int displayMemory[346 *6]

Definition at line 9 of file KaiborgV1Controller.h.

◆ drawingMemory

int drawingMemory[346 *6]

Definition at line 10 of file KaiborgV1Controller.h.

◆ ledsPerStrip

const int ledsPerStrip = 346

Definition at line 8 of file KaiborgV1Controller.h.