Commit Graph
341 Commits
Author SHA1 Message Date
Michael Miller fff81b9a15 functional (#643) 2023-02-08 14:37:33 -08:00
Michael Miller 7822ea975e Fix Break Timing (#642) 2023-02-05 13:08:32 -08:00
Michael Miller f863fafbc6 idf version check (#640) 2023-02-04 12:52:19 -08:00
Michael Miller 332fce28ed fixes (#639)
improper copy amounts not accounting for size of the copy (non byte copy)
Some documenting comments
2023-02-04 11:34:17 -08:00
Michael Miller b8a7f55914 Update NeoEsp8266I2sDmx512Method.h (#636) 2023-02-03 11:43:04 -08:00
Michael Miller 2a41ec13ad cleanup and version (#634) 2.7.2 2023-02-02 18:08:56 -08:00
Michael Miller e0d7f6e84a Lgt8f328p (#633)
* 32Mhz 800Kbps
* 32Mhz 400Kbps
* Tuned and Tested
2023-02-02 13:00:59 -08:00
Michael MillerandAwawa d3bc27b9f0 Esp32 i2s x (#630)
ESP32 x8 and X16 parallel support

---------

Co-authored-by: Awawa <69086569+awawa-dev@users.noreply.github.com>
2023-01-27 10:12:48 -08:00
Michael Miller baf3b6b918 Conversion and promotion fixes (#626) 2023-01-22 11:28:46 -08:00
Michael Miller 7d3a02919a promote to int32_t (#623) 2023-01-21 15:48:11 -08:00
Shlomo Zippel d2199451c1 Revamp ESP32 SPI DMA support (#608)
* Renamed all of the SPI buses and provided classes for all of the valid combinations of bus and bit width

* Updated dotstar dma spi example to use new names and to work on all 4 supported esp32 variants
2023-01-08 13:51:17 -08:00
Shlomo Zippel 827937d375 Add support for ESP32-S3 8 bit SPI DMA method (#607)
* Auto select DMA channel. This is a requirement for ESP32-S3 and optional for the other ESP32 variants

* Add support for 8 bit SPI for ESP32-S3

* Fixed

* CR style fix
2023-01-07 10:16:25 -08:00
berrak b8cd657cd7 fix-brightness-issue-375 (#594) 2022-12-03 09:02:40 -08:00
Michael Miller 231a7cf295 Update all-others.md 2022-12-02 10:48:42 -08:00
Michael Miller 8e869027f7 Increment Version (#600) 2.7.1 2022-11-27 07:00:57 -08:00
Michael Miller b32f719e95 funtional testing (#593)
functional optional moved to common location
topology signed warnings cleaned up
2022-08-12 10:44:05 -07:00
Michael Miller fe42327867 Ws2816 (#582)
* generic ws2816 methods

* methods
2022-06-13 13:49:35 -07:00
Michael Miller 65de521c2a GRB48 Color Feature (#581) 2022-06-13 10:46:10 -07:00
Michael Miller 20f2eeb535 S3 ifdefs (#580) 2022-06-12 13:20:11 -07:00
Michael Miller f90beb6fc2 Inc version and update library properties (#573) 2.7.0 2022-05-27 10:10:36 -07:00
Michael Miller 3661d983a4 Sm168xx settings refactoring (#570)
* refactor gains

* const refactoring
2022-05-12 15:22:08 -07:00
Michael Miller 7ae0cc31aa Gain order fixes (#569) 2022-05-11 10:07:23 -07:00
Michael Miller d66c04fb26 Sm168xx (#568)
* Update NeoSm168xxColorFeatures.h

* SM168xx settings improvements
2022-05-10 17:10:11 -07:00
Michael Miller d74f6ee237 Fix Warnings (#566) 2022-05-07 14:35:47 -07:00
Michael Miller 4fb6f9351a Dmx512 and Ws2821 for ESP8266 (#565)
* refactor esp8266 DMA core
* refactor NeoUtil
* DMX512
* WS2821
2022-05-07 13:49:03 -07:00
Michael Miller 083b8ab9f2 Sm168xx (#563)
* Base NeoSM168xxColorFeature support

* Fix warnings
2022-04-22 12:35:14 -07:00
Michael Miller 7757b6f5b3 include data size for feature specific settings locations (#562)
locations of the data at the end of the stream can now be applied
2022-04-21 22:52:28 -07:00
s-hadinger 97364bfc24 Disable I2S for ESP32S3 and allow compilation (#558) 2022-02-05 09:50:41 -08:00
Paul Kendall 46299ffa4b Support for GPIO16 on ESP8266 (#557)
* Support for GPIO16 on ESP8266

* Seperate functions for pin16 on esp8266
2022-01-15 13:12:31 -08:00
schlammbad 4f377f72fd Letter case and punctuation changes for consistency. (#556) 2022-01-15 11:11:10 -08:00
xonestonex e31677ad32 Add support for TLC5947 24-Channel PWM driver. (#551)
* Add support for TLC5947 24-Channel PWM driver.

* Refactor code to match coding guidelines and better documentation.
2022-01-15 11:09:54 -08:00
Vasil-Pahomov 3060e4cd28 Added NeoBgrFeature to keywords list (#555)
* Add BGR color configuration

* Version up (to load correctly?)

* Revert "Version up (to load correctly?)"

This reverts commit 5f676ad47a.

* Added NeoBgrFeature to keywords list
2022-01-10 09:44:32 -08:00
Vasil-Pahomov 4085973edf Add BGR color feature (#553)
* Add BGR color configuration

* Version up (to load correctly?)

* Revert "Version up (to load correctly?)"

This reverts commit 5f676ad47a.
2022-01-09 11:23:46 -08:00
Michael Miller 269edf0317 Fix return cast (#554) 2022-01-07 11:53:02 -08:00
Michael Miller 1f109e9a24 Color gamma (#542)
* Fix math overflow

* support
2021-12-29 10:21:01 -08:00
Michael Miller bd7d5b43a0 driver install flag updates (#534) 2021-11-29 09:46:25 -08:00
Michael Miller 3919b61b3a Render incorrectly converts to color object when not needed (#528) 2021-10-21 10:46:15 -07:00
Michael Miller a561a8294e v2.6.9 (#522) 2.6.9 2021-10-12 13:20:24 -07:00
Michael Miller b1fac57687 Esp32 i2s cleanup (#521)
* ESP32 I2s deallocation

* NULL pointers
2021-10-12 13:17:09 -07:00
Michael Miller 9496b0ef15 inc version (#518) 2.6.8 2021-10-10 17:50:02 -07:00
Michael Miller 2040a4837d Ucs890x (#517) 2021-10-10 17:45:48 -07:00
Michael Miller 0913134003 reduce (#512) 2021-08-07 17:19:29 -07:00
Michael Miller 7ddd954973 Correct State Clearing (#511) 2021-08-07 17:05:33 -07:00
Michael Miller fbe11816da inc version (#509) 2.6.7 2021-08-03 12:47:56 -07:00
Drzony 35fafdc18e Fix initialization of RMT config (#508) 2021-08-03 12:44:43 -07:00
Christian Schwinne 7f1611d683 Restored compatibility with ESP8266 Arduino Core < 3.0.1 (#500) 2021-07-23 11:26:37 -07:00
Michael Miller 5aaa17f78a Reset Pin Matrix on destruction (#504) 2021-07-11 18:17:30 -07:00
Michael Miller bcac838a99 RingTopo (#502) 2021-07-11 10:26:20 -07:00
Michael Miller c626e9af4f v2.6.6 (#498) 2.6.6 2021-07-07 11:11:30 -07:00
Michael Miller 7c2f233820 Esp32 c3 (#495)
* NeoBusChannel update

* Fix copy error

* ESP32C3 only has two TX RMT channels
2021-07-05 14:36:42 -07:00