ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
UserConfiguration.h File Reference

User-configurable settings for the project. More...

This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ DEBUG

#define DEBUG

Define this macro to enable debug information output.

Definition at line 39 of file UserConfiguration.h.

◆ HUB75_RBG

#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.

◆ MORSEBUTTON

#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.

◆ NEOTRELLISMENU

#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.

◆ PRINTINFO [1/2]

#define PRINTINFO

Define this macro to enable printing live stats, such as FPS and other information.

Definition at line 28 of file UserConfiguration.h.

◆ PRINTINFO [2/2]

#define PRINTINFO

Define this macro to enable printing live stats, such as FPS and other information.

Definition at line 28 of file UserConfiguration.h.