18#include "../Camera/CameraManager/CameraManager.h"
19#include "../Camera/Pixels/PixelGroup.h"
Declares the Controller base class for managing lighting controllers.
Configuration file for SmartMatrix library with HUB75 panels and APA102 support.
Manages multiple CameraBase objects.
Base class for managing brightness and display operations of lighting controllers.
uint8_t maxAccentBrightness
Maximum allowed accent brightness level.
uint8_t maxBrightness
Maximum allowed brightness level.
CameraManager * cameras
Pointer to the CameraManager for managing camera data.
Manages HUB75 LED matrices and secondary LED displays or strips.
void SetBrightness(uint8_t maxBrightness)
Sets the maximum brightness of the main HUB75 LED matrix.
void Initialize() override
Initializes the HUB75ControllerSplit and sets up the displays.
void Display() override
Updates and displays the content on the main and secondary displays.
void SetAccentBrightness(uint8_t maxAccentBrightness)
Sets the maximum brightness of the secondary LED strip or display.