aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-22Fix #377mrfaptastic
2023-01-21Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2023-01-21Increase default speedmrfaptastic
2023-01-21Fix compile error on Arduinomrfaptastic
2023-01-21Cleanupmrfaptastic
2023-01-21Merge pull request #376 from Kouzeru/mastermrfaptastic
Add Hue Spectrum Example
2023-01-21Add Hue Spectrum ExampleKouzerumatsu / Bananafox
and to elaborate how the BCM correction works
2023-01-20Merge pull request #374 from Kouzeru/mastermrfaptastic
BCM accumulation correction
2023-01-20BCM accumulation correctionKouzerumatsu / Bananafox
2023-01-19Merge pull request #372 from drvkmr/mastermrfaptastic
Fixed setBrightness in ChainedPanelsAuroraDemo
2023-01-19Fixed setBrightness in ChainedPanelsAuroraDemoDhruv Kumar
setBrightness was called before matrix->begin which didn't work.
2023-01-08Update README.mdmrfaptastic
2023-01-08Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2023-01-08Fix bug with clearScreen()mrfaptastic
The use of clearFrameBuffer() internally was inadvertently blasting away the 'brightness' information via. the OE toggling. #366
2023-01-07Fiddle with brightnessmrfaptastic
Add new function setBrightness() #366 Takes a value of 0-255
2023-01-01Update library.jsonmrfaptastic
2023-01-01Update library.jsonmrfaptastic
2023-01-01Update library.jsonmrfaptastic
2023-01-01Update library.propertiesmrfaptastic
2023-01-01Update library.propertiesmrfaptastic
2023-01-01Fix to compile issues for PlatformIOmrfaptastic
2023-01-01Fix compilation issues with Arduino IDEmrfaptastic
* Fix various compile errors / warnings when using Arduino 2.0 IDE (it compiles to a strict standard and errors out with unused variables etc.) * Fix issue with compiling for ESP32-S2 using Arduino IDE
2023-01-01Update library.propertiesmrfaptastic
2023-01-01Update library.jsonmrfaptastic
2022-12-27Merge pull request #357 from elliotmatson/patch-1mrfaptastic
Fix compiler complaining about parentheses
2022-12-26Fix compiler complaining about parentheses Elliot Matson
I was getting this error when using Arduino as an ESP-IDF component, this fix cleared it up `suggest parentheses around '-' in operand of '&' [-Werror=parentheses]`
2022-12-20Merge pull request #353 from chegewara/support_esp_idfmrfaptastic
Update CMakeLists.txt
2022-12-20Update CMakeLists.txtchegewara
2022-12-17Merge pull request #352 from chegewara/support_esp_idfmrfaptastic
Add esp-idf standalone support
2022-12-17Add esp-idf standalone support,chegewara
tested with esp-idf v5.0
2022-12-05Update README.mdmrfaptastic
2022-11-17PSRAM works now on ESP32-S3mrfaptastic
But it's pointless to use as the throughput can only be about 10Mhz.
2022-11-11Update platform_detect.hppmrfaptastic
2022-11-09Close #331mrfaptastic
2022-11-07Update README.mdmrfaptastic
https://github.com/LAutour/ESP32-HUB75-MatrixPanel-DMA-ICN2053 reference
2022-11-07Update esp32_i2s_parallel_dma.cppmrfaptastic
2022-11-07Cleanup and a failed attempt to code a fix for #338mrfaptastic
Didn't quite work however.
2022-10-26Fix hidden TX FIFO ordering bugsmrfaptastic
On ESP32 original only. Turn byte ordering logic into a compiler macro.
2022-10-26Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2022-10-26Clean up clock logicmrfaptastic
2022-10-24Update README.mdmrfaptastic
2022-10-24Update memory calcmrfaptastic
2022-10-24Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2022-10-23Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2022-10-23PSRAM exploringmrfaptastic
2022-10-23Update README.mdmrfaptastic
2022-10-23Update BuildOptions.mdmrfaptastic
2022-10-23Update BuildOptions.mdmrfaptastic
2022-10-23Update README.mdmrfaptastic
2022-10-23Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA