![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
User-configurable settings for the project. More...
Go to the source code of this file.
Macros | |
#define | HUB75_RBG |
Define this macro to use a modified Matrix Hardware file for panels with RBG color order. | |
#define | PRINTINFO |
Define this macro to enable printing live stats, such as FPS and other information. | |
#define | PRINTINFO |
Define this macro to enable printing live stats, such as FPS and other information. | |
#define | DEBUG |
Define this macro to enable debug information output. | |
#define | NEOTRELLISMENU |
Define this macro to enable the NeoTrellis controller for menu navigation. | |
#define | MORSEBUTTON |
Define this macro to enable Morse code input using a button. | |
User-configurable settings for the project.
This file defines compile-time macros and settings that enable or disable various features and behaviors of the project. Adjust the definitions below to customize the functionality as needed.
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file UserConfiguration.h.
#define DEBUG |
Define this macro to enable debug information output.
Definition at line 39 of file UserConfiguration.h.
#define HUB75_RBG |
Define this macro to use a modified Matrix Hardware file for panels with RBG color order.
Definition at line 21 of file UserConfiguration.h.
#define MORSEBUTTON |
Define this macro to enable Morse code input using a button.
Note: This feature cannot be used simultaneously with NEOTRELLISMENU.
Definition at line 61 of file UserConfiguration.h.
#define NEOTRELLISMENU |
Define this macro to enable the NeoTrellis controller for menu navigation.
If this macro is undefined, the button controller is used instead.
Definition at line 50 of file UserConfiguration.h.
#define PRINTINFO |
Define this macro to enable printing live stats, such as FPS and other information.
Definition at line 28 of file UserConfiguration.h.
#define PRINTINFO |
Define this macro to enable printing live stats, such as FPS and other information.
Definition at line 28 of file UserConfiguration.h.