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
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", 255, 0, 255, 1)
UISlider scale("Scale", 4,.1, 4,.1)
@ RGB
Red, Green, Blue (0012)
Fast, efficient 8-bit math functions specifically designed for high-performance LED programming.
FASTLED_FORCE_INLINE void five_bit_hd_gamma_bitshift(CRGB colors, CRGB colors_scale, uint8_t global_brightness, CRGB *out_colors, uint8_t *out_power_5bit)
Representation of an RGB pixel (Red, Green, Blue)