LPC176x NeoPixel Support (#13322)
This commit is contained in:
parent
893ee68b52
commit
8d95019442
|
@ -13,7 +13,10 @@ exec_test $1 $2 "Build Re-ARM Default Configuration"
|
||||||
restore_configs
|
restore_configs
|
||||||
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
|
opt_set MOTHERBOARD BOARD_RAMPS_14_RE_ARM_EFB
|
||||||
opt_enable VIKI2 SDSUPPORT
|
opt_enable VIKI2 SDSUPPORT
|
||||||
exec_test $1 $2 "ReARM EFB VIKI2 and SDSUPPORT"
|
opt_enable SERIAL_PORT2
|
||||||
|
opt_enable NEOPIXEL_LED
|
||||||
|
opt_set NEOPIXEL_PIN P1_16
|
||||||
|
exec_test $1 $2 "ReARM EFB VIKI2, SDSUPPORT, 2 Serial ports (USB CDC + UART0), NeoPixel"
|
||||||
|
|
||||||
restore_configs
|
restore_configs
|
||||||
use_example_configs Mks/Sbase
|
use_example_configs Mks/Sbase
|
||||||
|
|
|
@ -166,6 +166,7 @@ lib_deps = Servo
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
TMCStepper@<1.0.0
|
TMCStepper@<1.0.0
|
||||||
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
||||||
|
|
||||||
[env:LPC1769]
|
[env:LPC1769]
|
||||||
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
|
platform = https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip
|
||||||
|
@ -184,6 +185,7 @@ lib_deps = Servo
|
||||||
LiquidCrystal
|
LiquidCrystal
|
||||||
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
U8glib-HAL=https://github.com/MarlinFirmware/U8glib-HAL/archive/dev.zip
|
||||||
TMCStepper@<1.0.0
|
TMCStepper@<1.0.0
|
||||||
|
Adafruit NeoPixel=https://github.com/p3p/Adafruit_NeoPixel/archive/master.zip
|
||||||
|
|
||||||
#
|
#
|
||||||
# Melzi and clones (ATmega1284p)
|
# Melzi and clones (ATmega1284p)
|
||||||
|
|
Loading…
Reference in a new issue