Arduino: 1.8.19 (Windows 10), Плата:"Generic ESP8266 Module, 80 MHz, Flash, Disabled (new can abort), All SSL ciphers (most compatible), dtr (aka nodemcu), 26 MHz, 40MHz, DOUT (compatible), 1MB (FS:64KB OTA:~470KB), 2, nonos-sdk 2.2.1+100 (190703), v2 Lower Memory, Disabled, None, All Flash Contents, 115200"
In file included from C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:80:0,
from D:\chous_home_3\chous_home_3.ino:17:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/fastspi.h:163:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
In file included from D:\chous_home_3\chous_home_3.ino:14:0:
D:\chous_home_3\module_WS2812_2D.ino: In function 'void setup_WS2812()':
_user.h:91:31: error: 'D3' was not declared in this scope
#define WS2812_PIN (D3) // D3
^
D:\chous_home_3\module_WS2812_2D.ino:253:25: note: in expansion of macro 'WS2812_PIN'
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
module_WS2812_2D:253:64: error: no matching function for call to 'CFastLED::addLeds(CRGB [625], unsigned int)'
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
D:\chous_home_3\module_WS2812_2D.ino:253:64: note: candidates are:
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:384:130: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned int SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)
template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER, uint32_t SPI_DATA_RATE > CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:384:130: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: template argument 2 is invalid
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:402:95: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
^
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:402:95: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: template argument 2 is invalid
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:420:113: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
template<ESPIChipsets CHIPSET, uint8_t DATA_PIN, uint8_t CLOCK_PIN, EOrder RGB_ORDER > static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
^
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:420:113: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: template argument 2 is invalid
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:477:25: note: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
^
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:477:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: template argument 2 is invalid
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:484:25: note: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
^
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:484:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: wrong number of template arguments (3, should be 2)
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
^
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:491:25: note: template<template<unsigned char DATA_PIN> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
^
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:491:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: wrong number of template arguments (3, should be 2)
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:539:25: note: template<template<EOrder RGB_ORDER> class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0)
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:539:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: wrong number of template arguments (3, should be 2)
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:546:25: note: template<template<EOrder RGB_ORDER> class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:546:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: wrong number of template arguments (3, should be 1)
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:629:25: note: template<EBlockChipsets CHIPSET, int NUM_LANES, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:629:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: template argument 2 is invalid
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
In file included from D:\chous_home_3\chous_home_3.ino:17:0:
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:671:25: note: template<EBlockChipsets CHIPSET, int NUM_LANES> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
static CLEDController &addLeds(struct CRGB *data, int nLedsOrOffset, int nLedsIfOffset = 0) {
C:\Users\Admin\Documents\Arduino\libraries\FastLED\src/FastLED.h:671:25: note: template argument deduction/substitution failed:
module_WS2812_2D:253:64: error: wrong number of template arguments (3, should be 2)
FastLED.addLeds<WS2812, WS2812_PIN, COLOR_ORDER>(leds, NUM_LEDS); // инициализация светодиодов (RGB,BRG - порядок цветов)
exit status 1
'D3' was not declared in this scope
Этот отчёт будет иметь больше информации с
включенной опцией Файл -> Настройки ->
"Показать подробный вывод во время компиляции"