Files
firmware/src/graphics/NomadStarLED.h
Clément Hampaï f6ed10f329 Added initial support for Texas Instruments LP5562 (#6381)
* Added initial support for Texas Instrument LP5562
* Added proper support for Ambient Lighting
* Code merge for all RBG_LED enabled devices
* Fixed forgotten log_info & added firstRGBLED()
2025-04-01 22:39:40 +02:00

5 lines
65 B
C

#ifdef HAS_LP5562
#include <LP5562.h>
extern LP5562 rgbw;
#endif