4#define FASTLED_FIVE_BIT_HD_BITSHIFT_FUNCTION_OVERRIDE 
   13#define STRIP_0_DATA_PIN 1 
   14#define STRIP_0_CLOCK_PIN 2 
   15#define STRIP_1_DATA_PIN 3 
   16#define STRIP_1_CLOCK_PIN 4 
   20                                    uint8_t global_brightness,
 
   22                                    uint8_t *out_power_5bit) {
 
   24    *out_colors = 
CRGB(0, 0, 0);
 
   26    Serial.println(
"Override function called");
 
#define STRIP_0_CLOCK_PIN
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
@ APA102HD
APA102 LED chipset with 5-bit gamma correction.
central include file for FastLED, defines the CFastLED class/object
UISlider brightness("Brightness", 128, 0, 255, 1)
@ RGB
Red, Green, Blue (0012)
Fast, efficient 8-bit math functions specifically designed for high-performance LED programming.
void five_bit_hd_gamma_bitshift(CRGB colors, CRGB colors_scale, fl::u8 global_brightness, CRGB *out_colors, fl::u8 *out_power_5bit)
Representation of an RGB pixel (Red, Green, Blue)