![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
#include <MatrixHardware_Teensy4_ShieldV5.h>#include <SmartMatrix.h>

Go to the source code of this file.
Macros | |
| #define | SMARTMATRIXHUB75 |
| #define | COLOR_DEPTH 24 |
| Specifies the color depth used for storing pixels in the layers. | |
| #define | ENABLE_APA102_REFRESH 1 |
| Enables APA102 refresh support. | |
Variables | |
| const uint16_t | kApaMatrixWidth = 176 |
| Width of the APA matrix or strip. | |
| const uint16_t | kApaMatrixHeight = 1 |
| Height of the APA matrix. Set to 1 for strips. | |
| const uint8_t | kApaRefreshDepth = 36 |
| Not currently used for APA matrices. | |
| const uint8_t | kApaDmaBufferRows = 1 |
| Not currently used for APA matrices. | |
| const uint8_t | kApaPanelType = 0 |
| Not currently used for APA matrices. | |
| const uint32_t | kApaMatrixOptions = (SM_APA102_OPTIONS_COLOR_ORDER_BGR) |
| Options for APA matrices, including color order. | |
| const uint8_t | kApaBackgroundLayerOptions = (SM_BACKGROUND_OPTIONS_NONE) |
| Background layer options for APA matrices. | |
| #define COLOR_DEPTH 24 |
Specifies the color depth used for storing pixels in the layers.
Use 24 for most sketches. If the sketch uses type rgb24 directly, set COLOR_DEPTH to 24.
Definition at line 33 of file SmartMatrixAPA102.h.
| #define ENABLE_APA102_REFRESH 1 |
Enables APA102 refresh support.
Definition at line 39 of file SmartMatrixAPA102.h.
| #define SMARTMATRIXHUB75 |
Definition at line 17 of file SmartMatrixAPA102.h.
| kApaBackgroundLayerOptions = (SM_BACKGROUND_OPTIONS_NONE) |
Background layer options for APA matrices.
Definition at line 83 of file SmartMatrixAPA102.h.
| kApaDmaBufferRows = 1 |
Not currently used for APA matrices.
Definition at line 63 of file SmartMatrixAPA102.h.
| kApaMatrixHeight = 1 |
Height of the APA matrix. Set to 1 for strips.
Definition at line 51 of file SmartMatrixAPA102.h.
| kApaMatrixOptions = (SM_APA102_OPTIONS_COLOR_ORDER_BGR) |
Options for APA matrices, including color order.
The default color order is BGR. Adjust as needed to match your LEDs.
Definition at line 77 of file SmartMatrixAPA102.h.
| kApaMatrixWidth = 176 |
Width of the APA matrix or strip.
Definition at line 45 of file SmartMatrixAPA102.h.
Referenced by APA102Controller::Display(), HUB75Controller::Display(), and HUB75ControllerSplit::Display().
| kApaPanelType = 0 |
Not currently used for APA matrices.
Definition at line 69 of file SmartMatrixAPA102.h.
| kApaRefreshDepth = 36 |
Not currently used for APA matrices.
Definition at line 57 of file SmartMatrixAPA102.h.