Include OctoWS2811.h if USE_OCTOWS2811 is defined

This is a convenience in the style of the library already including
SmartMatrix and DmxSimple, and DMXSerial. It avoids having to include
the header every time FastLED.h is included; this can get tedious for
a larger project.
This commit is contained in:
Shawn Silverman 2023-06-20 17:59:31 -07:00
parent 23c67b720d
commit 0b092422c2

View File

@ -43,6 +43,10 @@
#include <DMXSerial.h>
#endif
#ifdef USE_OCTOWS2811
#include <OctoWS2811.h>
#endif
#include <stdint.h>
#include "cpp_compat.h"