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

Changing from HSPI to FSPI

This commit is contained in:
norbert-walter
2024-09-15 23:49:54 +02:00
parent 91f8ba0e4d
commit 1b7c0f6f11
2 changed files with 6 additions and 6 deletions

View File

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