17#include "../Camera/CameraManager/CameraManager.h"
18#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 with camera integration.
void Initialize() override
Initializes the HUB75Controller and sets up the LED matrix.
void Display() override
Updates and displays the content on the LED matrix.
void SetAccentBrightness(uint8_t maxAccentBrightness) override
Sets the maximum accent brightness of the secondary display.
void SetBrightness(uint8_t maxBrightness) override
Sets the maximum brightness of the LED matrix.