Commit Graph

46 Commits

Author SHA1 Message Date
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
Brian Bulkowski
f88cc05748 Add correct license files for the espressif Arduino HAL. 2020-02-29 11:57:05 -08:00
Brian Bulkowski
7a679fc7a0 Update README.md 2020-02-29 11:46:38 -08:00
Brian Bulkowski
9818b86468 Update README.md 2020-02-28 12:29:16 -08:00
Brian Bulkowski
dacfb20f70 Cleaned up a warning. 2020-02-28 01:29:52 -08:00
Brian Bulkowski
63d966b6f5 Removing unnecessary files 2020-02-28 01:29:35 -08:00
Brian Bulkowski
818f0df116 Remove unneeded files 2020-02-28 01:13:22 -08:00
Brian Bulkowski
4fc13da23a Update including measured timing information. 2020-02-28 00:57:55 -08:00
Brian Bulkowski
d729ade249 Update test code, have three different interesting blinking patterns. 2020-02-28 00:57:35 -08:00
Brian Bulkowski
23e5fe03f4 More updates to the readme 2020-02-28 00:05:13 -08:00
Brian Bulkowski
9bc4e66df5 Update the readme 2020-02-27 23:59:54 -08:00
Brian Bulkowski
d9218fb922 Not sure which of these are necessary, we can try to cut it down
later. Probably don't need things like PSRAM.
2020-02-17 19:27:25 -08:00
Brian Bulkowski
2e70c9ef5a Getting very close to compiling.
Current next problem has to do with defining some pins to do different
things.
2020-02-17 19:25:09 -08:00
Brian Bulkowski
5b81ce6431 CMakeLists and Readme updates.
This version of the cmakelists includes a hal directory, but i haven't
yet figured out how to make that work, so this is fairly broken.
2020-02-16 13:25:56 -08:00
Brian Bulkowski
e64b06f03f Hacked a makefile issue ( Define ESP32 ) which should have been
done a better way.
2020-02-14 09:07:26 -08:00
Brian Bulkowski
3fa53e6d49 Renamed the component successfully, now tries to compile 2020-02-13 23:08:09 -08:00
Brian Bulkowski
a8262028ae Check in the current Arduino FastLED code, but nothing
compiles yet.
2020-02-13 22:56:04 -08:00
Brian Bulkowski
a05c32cce0 A better readme with some idea of the point of the project 2020-02-13 22:55:33 -08:00
Brian Bulkowski
4bb5609920 Initial commit 2020-02-13 22:24:41 -08:00