Setting up RGB LED for M5 StampS3 device

This commit is contained in:
gyengus 2023-12-10 18:18:16 +01:00
parent 6d29381754
commit 4d4902069a
No known key found for this signature in database
GPG Key ID: A2721717BEA0BE26
2 changed files with 5 additions and 3 deletions

View File

@ -372,6 +372,7 @@ lib_deps =
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
mathertel/OneButton @ ^2.0.3
arduino-libraries/NTPClient
https://github.com/FastLED/FastLED
lib_ignore =
TFT_eSPI
SD

View File

@ -2,8 +2,9 @@
#define _M5_STAMP_S3_H
#define PIN_BUTTON_1 0
#define LED_PIN 9
#define RGB_LED_PIN 21
#define NO_DISPLAY
#define LED_DISPLAY
#define USE_LED
#endif
#endif