John Robinson
43351ada7b
initial dds package & library specs
3年前
John Robinson
386d9aa68f
update includes for dep naming
3年前
John Robinson
993d0f2237
move source into src/ directory
3年前
John Robinson
fea119f39c
don't reorder pixel values
3年前
John Robinson
abb1c87600
allow passing DMAChannel in ctor
enables pre-alloc/pre-config
3年前
PaulStoffregen
5cd821c889
Pin 35 on Teensy 4.1 requires different mux setting
4年前
Paul Stoffregen
8c22c5a657
Merge pull request #11 from KurtE/teensy41
Add support for Teensy 4.1 specific pins
4年前
Kurt Eckhardt
c3a3c80d53
Add support for Teensy 4.1 specific pins
Mostly the same as T4, except
a few different alternate Uart pins, plus Serial8 was added.
4年前
PaulStoffregen
4918c3ec18
Update comments in example
4年前
PaulStoffregen
7566f982d8
Update keywords
4年前
PaulStoffregen
072fcd30a8
Add RGBW LED support
4年前
PaulStoffregen
194cfb55ef
update readme
4年前
PaulStoffregen
958edc97f6
Update pin numbers in examples
4年前
Paul Stoffregen
520b6bdc7f
Merge pull request #8 from KurtE/T4
T4 Support
5年前
Kurt Eckhardt
39931d0a2d
T4 Support - fix pin 17 update comments
I updated the comments in readme plus example apps, showing pin numbers.
I also fixed pin 17. So far I have only tried 1, 8, 14, 16, 20 as simply using breadboard version
5年前
Kurt Eckhardt
05a45c3650
T4 Support - Compiles needs changes to IMXRT.h
It is building now and I am getting outputs.
However, I had to fix IMXRT.h in core\teensy4 as the
DMAMUX_SOURCE_LPUARTx_TX and ....RX were reversed in numbers
DMAMUX_SOURCE_LPUART6_TX was 71 and supposed to be 70
5年前
PaulStoffregen
4f71dd15b8
Functions for compatibility with Adafruit NeoPixel
5年前
PaulStoffregen
48f911c52b
Opps, pin 20 was never an option. Remove from docs.
6年前
PaulStoffregen
732b6fadc1
Fall back to slower bitrate if hardware isn't fast enough
6年前
PaulStoffregen
62723b9c6f
Add issue template
6年前
Paul Stoffregen
cddcda8970
Merge pull request #2 from zirafa/zirafa-clear-all
Add function to clear all pixels
6年前
Farsheed
b3af52d517
Add function to clear all pixels
6年前
PaulStoffregen
1c8ddcf812
Update readme again
7年前
PaulStoffregen
9fcfcd97cd
Update readme
7年前
PaulStoffregen
3ad147de8b
Add FastLED example
7年前
PaulStoffregen
b217bce3c8
Add MIT license
7年前
PaulStoffregen
b8b11c2d12
Add readme
7年前
PaulStoffregen
abb72e07ec
Improve WS2812 waveform timing
7年前
PaulStoffregen
730050ec46
Teensy LC working :)
7年前
PaulStoffregen
467f93ca4e
Teensy LC - work in progress...
7年前
PaulStoffregen
319170dc21
Add BasicTest example
7年前
PaulStoffregen
566fa3a02d
Add keywords
7年前
PaulStoffregen
35e211410f
Wait WS2812 reset time (300us) between updates
7年前
PaulStoffregen
88e1012403
Support all TX pins on Teensy 3.x
7年前
PaulStoffregen
47638d1f00
Constructor using pin number rather than port name
7年前
PaulStoffregen
254be49085
Convert RGB drawing buffer to WS2812 frame buffer
7年前
PaulStoffregen
5e0f7ea9fb
Initial commit
7年前