сколько не бился так и не получилось скомпилировать для LPD6803 диодов. даже с закоментированной строкой под клок. и на других диодах стоит раскоментировать строчку под Clk, нифига не компилится. фастлед переставлял 10 раз, толку нет.
6803 странная старая лента. китайские контроллеры работают но там ужасные эфекты.
In file included from C:\Arrr\ChristmasLights-master\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:10:0:
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/FastLED.h:14:21: note: #pragma message: FastLED version 3.004.000
# pragma message "FastLED version 3.004.000"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from C:\Users\beast\Documents\Arduino\libraries\FastLED\src/FastLED.h:48:0,
from C:\Arrr\ChristmasLights-master\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:10:
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/fastpin.h: In instantiation of 'class FastPin<66>':
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/fastspi_bitbang.h:23:50: required from 'class AVRSoftwareSPIOutput<2, 66, 1>'
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/fastspi.h:34:7: required from 'class SPIOutput<2, 66, 1>'
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/chipsets.h:158:6: required from 'class LPD6803Controller<2, 66, (EOrder)10, 1>'
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/FastLED.h:239:66: required from 'static CLEDController& CFastLED::addLeds(CRGB*, int, int) [with ESPIChipsets LPD6803 = (ESPIChipsets)0; unsigned char DATA_PIN = 2; unsigned char CLOCK_PIN = 66]'
C:\Arrr\ChristmasLights-master\ChristmasLights-master\firmware\notamesh4_gyver_v1.1\1main.ino:203:61: required from here
C:\Users\beast\Documents\Arduino\libraries\FastLED\src/fastpin.h:210:2: error: static assertion failed: Invalid pin specified
static_assert(validpin(), "Invalid pin specified");
^~~~~~~~~~~~~