68 Commits

Author SHA1 Message Date
Brian Bulkowski
1565347f6f Recode another delay in an esp32 specific fashion that should be faster 2020-09-21 19:12:15 -07:00
Brian Bulkowski
22c7ada86f Update readme, fixed timing issue that was causing I2S to run into itself 2020-09-21 18:53:54 -07:00
Brian Bulkowski
fb775914f3 : 2020-09-21 18:53:14 -07:00
Brian Bulkowski
47f83d4689 Delay code written for Arduino was no longer quite right and prone to overflow
On ESP32 we can use 64bits and the native libraries and it's OK
2020-09-21 18:52:32 -07:00
Brian Bulkowski
162a962a02 Update readme slightly 2020-09-21 17:45:10 -07:00
Brian Bulkowski
544a86d817 Much better test code, test a lot more things 2020-09-21 14:28:58 -07:00
Brian Bulkowski
ad1bb2a9f3 Make a few little things easier to read 2020-09-21 14:28:40 -07:00
Brian Bulkowski
89a419b1c9 Change default to I2S driver, explain how to use RMT if you really want to 2020-09-15 18:22:39 -07:00
Brian Bulkowski
8f0da6ff4a Make I2S compile 2020-09-15 17:00:01 -07:00
Brian Bulkowski
750661abcd Add a slightly better test in the main.cpp 2020-09-15 01:01:15 -07:00
Brian Bulkowski
33f0f05ebb Extra info about the state of the port. The esp-idf driver now works. 2020-09-15 00:55:20 -07:00
Brian Bulkowski
67e2522016 Make ESP-IDF driver work. 2020-09-15 00:40:04 -07:00
Brian Bulkowski
95be9e8432 Further fix for channels, the done handler wasn't quite right 2020-09-15 00:03:37 -07:00
Brian Bulkowski
ba32cc36a0 Fix issue with multiple channels. Hadn't propigated use of mRMT_channels into the IRQ handler. 2020-09-14 23:38:35 -07:00
Brian Bulkowski
e63619eaab Update readme to current status of testing 2020-09-14 19:22:21 -07:00
Brian Bulkowski
220446e033 Fix issue with 4.1 ESP-IDF
Update multiple channels, so the RMT channel is correct for MEM_BLOCK
2020-09-14 18:28:58 -07:00
Brian Bulkowski
fa1fa56ef3 Warn about ESP-IDF 4.1 not working 2020-09-14 11:08:06 -07:00
Brian Bulkowski
b7f96a8b62 Fix for multiple channels and multiple MEM_BLOCKS, suggested by @samguyer
Should resolve issue #16 , checkin ahead of test because it can't get worse :-)
2020-09-14 11:06:23 -07:00
Brian Bulkowski
69c28ee3f5 Do the right thing with RTC pins regardless of ESP-IDF version. 2020-09-12 11:56:12 -07:00
Brian Bulkowski
81e041d255 Fix access for RTC pins like 19 to resolve issue 19 and issue 12. 2020-09-12 11:20:39 -07:00
Brian Bulkowski
62e078bbed Add the WS2812FX pattern library. 2020-09-11 17:59:14 -07:00
Brian Bulkowski
09f76c33c6 Tired of the compile error showing the version. The SPI one can stay for a bit 2020-09-11 17:52:51 -07:00
Brian Bulkowski
ea247d64fd Make the current code less specific to the version of ESP-IDF, this should
work for all versions 4.0 to master.
2020-09-11 17:51:59 -07:00
Brian Bulkowski
83c0736401 A major update that removes different kind of flashes. 2020-09-04 16:42:31 -07:00
Brian Bulkowski
cd08f93593 Updated to Sam Guyer's latest 2020-08-20 18:03:25 -07:00
Brian Bulkowski
df69632301 Remove unused hal files that were throwing warnings on platformio 2020-07-26 21:09:41 -07:00
Brian Bulkowski
a16df70c45 Updated for more recent 4.0 version 2020-07-26 20:32:03 -07:00
Brian Bulkowski
7a5045c3a4 Fix the bluetooth includes - that is, remove them 2020-07-26 17:29:59 -07:00
Brian Bulkowski
f7984498fe Update README.md 2020-07-18 19:36:31 -07:00
Brian Bulkowski
171dc8cc8e Function is used only when the esp-idf driver is used, thus unclear if it matters yet
wq
2020-07-18 19:28:59 -07:00
Brian Bulkowski
38d97dbca3 Update to sam guyer's FastLED fork. Should reduce or eliminate flashing. 2020-07-18 19:22:02 -07:00
Brian Bulkowski
463bb2145d Update to a better default test pattern 2020-06-29 19:14:56 -07:00
Brian Bulkowski
6fb2ce6fa1 Had broken the build for v4.0. Fixed now howpefully still testing 2020-06-29 11:17:33 -07:00
Brian Bulkowski
6f4910bf81 Update to talk about instability of RMT config 2020-06-28 13:05:47 -07:00
Brian Bulkowski
acff7025ba I notice the example code uses the default constructor, which
seems to also set a few different optional parameters. Let's
use that default constructor, it seems to make the code more stable.
2020-06-28 12:55:45 -07:00
Brian Bulkowski
85ea879365 Merge branch 'master' of github.com:bbulkow/FastLED-idf 2020-06-27 23:11:21 -07:00
Brian Bulkowski
4dd628d7d7 Works with various ESP-IDF versions 2020-06-27 23:10:57 -07:00
Brian Bulkowski
90a7b7a86b Update README.md 2020-03-28 15:17:31 -07:00
Brian Bulkowski
355c5d8fb0 Just made the makefile a bit more sightly 2020-03-08 23:41:42 -07:00
Brian Bulkowski
d532405e54 Update to include information about 4 wire LEDs. 2020-03-08 19:42:38 -07:00
Brian Bulkowski
98fafea81b Update README.md 2020-03-08 19:40:00 -07:00
Brian Bulkowski
99111b9a81 Make the 4-wire LEDs compile.
Had to pull in far more of the Arduino HAL.
2020-03-08 17:56:33 -07:00
Brian Bulkowski
17bffd84e6 Updated documentation about parallel use 2020-03-01 14:45:36 -08:00
Brian Bulkowski
4792d6cbe8 Description of how I think the threading is working in this module 2020-03-01 14:11:39 -08:00
Brian Bulkowski
e23eafd049 Shouldn't be using such old TLS versions. Glad they put in options
for this. Really want 1.3 only but not clear if disabling 1.2 means
1.3 can still run. Not using it at this point anyway, just came up when
reviewing all options for other reasons.
2020-03-01 11:21:10 -08:00
Brian Bulkowski
5b9c222025 Updted for most recent ESP-IDF 2020-02-29 23:50:47 -08:00
Brian Bulkowski
ab9065dcff Better example program. 2020-02-29 23:49:53 -08:00
Brian Bulkowski
e581f0319b Update about licencing 2020-02-29 23:49:35 -08:00
Brian Bulkowski
aacf37ce65 Removed the 8266 code, not germain.
Updated the clockless rmt simply for a compiler warning
2020-02-29 23:48:36 -08:00
Brian Bulkowski
2275e487e2 Merge branch 'master' of github.com:bbulkow/FastLED-idf 2020-02-29 11:57:49 -08:00