Merge pull request #264 from gyengus/m5stamps3-rgb-led
Setting up RGB LED for M5 StampS3 device
This commit is contained in:
commit
a36f88166a
@ -434,6 +434,7 @@ lib_deps =
|
|||||||
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
https://github.com/tzapu/WiFiManager.git#v2.0.16-rc.2
|
||||||
mathertel/OneButton @ ^2.0.3
|
mathertel/OneButton @ ^2.0.3
|
||||||
arduino-libraries/NTPClient
|
arduino-libraries/NTPClient
|
||||||
|
https://github.com/FastLED/FastLED
|
||||||
lib_ignore =
|
lib_ignore =
|
||||||
TFT_eSPI
|
TFT_eSPI
|
||||||
SD
|
SD
|
||||||
|
@ -2,8 +2,9 @@
|
|||||||
#define _M5_STAMP_S3_H
|
#define _M5_STAMP_S3_H
|
||||||
|
|
||||||
#define PIN_BUTTON_1 0
|
#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
|
Loading…
Reference in New Issue
Block a user