Skip to content

Commit

Permalink
Add build configuration for SP501A controller (Aircoookie#1303)
Browse files Browse the repository at this point in the history
This controller uses ESP8285 with 2MB built-in flash.
Features:
- LED string is connected to GPIO3,
- On/off button connected to GPIO1,
- Built-in transistors to drive non-addressable R-G-B-Wc-Ww strips
  (by default not connected, only pads are present).

Signed-off-by: Lech Perczak <[email protected]>
  • Loading branch information
Leo-PL authored Oct 31, 2020
1 parent f046abe commit 17b4ff7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,12 @@ lib_ignore =
ESPAsyncUDP
platform = [email protected]

[env:sp501a]
board = esp_wroom_02
platform = ${common.platform_wled_default}
board_build.ldscript = ${common.ldscript_2m1m}
build_flags = ${common.build_flags_esp8266} -D LEDPIN=3 -D BTNPIN=1

# ------------------------------------------------------------------------------
# travis test board configurations
# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 17b4ff7

Please sign in to comment.