1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

SPI for FastLED

This commit is contained in:
norbert-walter
2024-09-13 17:41:02 +02:00
parent 185bf91a7a
commit 91f8ba0e4d
4 changed files with 27 additions and 17 deletions

View File

@@ -3,6 +3,9 @@
#include <Arduino.h>
#include "OBP60Hardware.h"
#define FASTLED_ALL_PINS_HARDWARE_SPI
#define FASTLED_ESP32_SPI_BUS HSPI
#define FASTLED_ESP32_FLASH_LOCK 1
#include <FastLED.h> // Driver for WS2812 RGB LED
#include <GxEPD2_BW.h> // E-paper lib V2