Skip to content

Commit

Permalink
WS2812 not working on RA4M1
Browse files Browse the repository at this point in the history
  • Loading branch information
vickash committed Jul 15, 2023
1 parent ebf32af commit 2669f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/denko_cli/targets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class DenkoCLI::Generator
# No EEPROM on SAMD / Zero.
samd: STANDARD_PACKAGES - [:eeprom],

# Everything except infrared compiles on UNO R4.
ra4m1: STANDARD_PACKAGES - [:ir_out],
# No IR out and WS2812 on the UNO R4. WS2812 compiles but doesn't work.
ra4m1: STANDARD_PACKAGES - [:ir_out, :led_array],

# ESP8266 + ESP32 use a different IR library.
esp8266: STANDARD_PACKAGES - [:ir_out] + [:ir_out_esp],
Expand Down

0 comments on commit 2669f66

Please sign in to comment.