aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-09Merge pull request #235 from solhuebner/patch-2mrfaptastic
Added examples for compile time options (ESP-IDF)
2022-01-09Added examples for compile time options (ESP-IDF)Sol Huebner
Also added hint to fix 3rd party library requirements depending on how they are included
2022-01-09Merge pull request #234 from solhuebner/patch-1mrfaptastic
VirtualMatrixPanel NO_GFX fix
2022-01-09small explanation updateSol Huebner
2022-01-09VirtualMatrixPanel NO_GFX fixSol Huebner
getCoords can not access width() and height() with NO_GFX and setRotate is a GFX function so it needs to be part of the #ifndef NO_GFX check
2022-01-04Update esp32_i2s_parallel_dma.hmrfaptastic
2022-01-04Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2022-01-04Update esp32_i2s_parallel_dma.hmrfaptastic
Close #231
2022-01-04Merge pull request #230 from solhuebner/solhuebner-ESP-IDFmrfaptastic
Add project as ESP-IDF component files
2022-01-04Add project as ESP-IDF component filesSol Huebner
This makes it possible to build ESP32-HUB75-MatrixPanel-I2S-DMA as an ESP-IDF component :)
2022-01-03Update esp32_i2s_parallel_dma.hmrfaptastic
2022-01-03New Year Updatesmrfaptastic
Move ISR I2S device check to a compile time option.
2022-01-03Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2021-12-23Update README.mdmrfaptastic
2021-12-23Update README.mdmrfaptastic
2021-12-23Update ChainedPanelsScreenBuffer.inomrfaptastic
2021-12-23Update ChainedPanelsScreenBuffer.inomrfaptastic
2021-12-23Implement FastLED pixel buffer examplemrfaptastic
An extreme memory hog, but not too different to what is used with the Aurora demo's. https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA/discussions/225
2021-12-22CI runner testEmil Muratov
2021-12-22Updated AnimatedGIF Panelmrfaptastic
2021-12-21Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2021-12-21Christmas DMA core tweaksmrfaptastic
Bring back support to change the I2S_NUM_X as a define. Attempt to reduce buffer swap flicker with some additional checks.
2021-12-20Integrate 1/8 Scan Panel logic into VirtualMatrixPanel classmrfaptastic
2021-12-20Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2021-12-20Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2021-12-20Merge pull request #222 from mrfaptastic/cijobmrfaptastic
CI job to test examples builds
2021-12-20create a CI job to test examples buildsEmil Muratov
2021-12-07Update README.mdmrfaptastic
2021-11-22Update README.mdmrfaptastic
2021-11-22Update README.mdmrfaptastic
2021-11-22Update README.mdmrfaptastic
2021-11-22Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-11-221/8 Scan Panel Examplemrfaptastic
#154 #204 Also supports chaining.
2021-11-12Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2021-11-10Update README.mdmrfaptastic
2021-11-10Update README.mdmrfaptastic
2021-11-09Update README.mdmrfaptastic
2021-11-09Update README.mdmrfaptastic
2021-11-09Update README.mdmrfaptastic
2021-11-09Update README.mdmrfaptastic
2021-10-24Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-24Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-10-24Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-16Merge pull request #200 from mcauser/typosmrfaptastic
Fix some typos
2021-10-17Fix some typosMike Causer
2021-10-15Merge pull request #199 from mcauser/bouncing-squaresmrfaptastic
BouncingSquares were going offscreen
2021-10-16BouncingSquares were going offscreenMike Causer
Taken the square size into consideration when generating the initial x/y pos and when bouncing off the right and bottom walls.
2021-10-11Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic
2021-10-10Update OneEighthScanMatrixPanel.hmrfaptastic