aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-28Merge pull request #735 from stef1949/patch-1mrcodetastic
Title spelling mistake in README.md
2025-01-24Title spelling mistake in README.mdSteph
Changed "Ohter" to "Other"
2025-01-23fix compile error on espidf v4.4.8 with target esp32s3Edwin Eefting
2025-01-19Merge pull request #731 from jhbruhn/patch-1mrcodetastic
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
2025-01-19Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cppJan-Henrik Bruhn
The esp32c6 DMA Parallel IO implementation includes Arduino.h in the second line, and then later on, with the correct ifdef-gates. This removes that first line because it causes issues when building with esp-idf also for other targets.
2025-01-14Merge pull request #728 from kroimon/guard_gdma_config_transfermrcodetastic
Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0
2025-01-14Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0kroimon
2025-01-06Update README.mdmrcodetastic
Add more chips that aren't supported.
2025-01-05Update README.mdmrcodetastic
2025-01-05Update README.mdmrcodetastic
2025-01-03Merge pull request #718 from Lukaswnd/mastermrcodetastic
Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp
2025-01-03Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cppLukaswnd
2024-12-08Update README.mdmrcodetastic
#704
2024-10-18Merge pull request #688 from softhack007/fix_dangling_pointermrcodetastic
esp32-S3 fix for crash in Bus_Parallel16::release()
2024-10-11esp32-S3 fix for crash in Bus_Parallel16::release()Frank
has crashed during "delete display"
2024-09-19Merge pull request #676 from DevxMike/mastermrcodetastic
fixed nullptr dereference
2024-09-19fixed nullptr dereference in example 3Michał Bazan
2024-09-19fixed nullptr dereference in simpletestshapesMichał Bazan
2024-08-29Update README.mdmrcodetastic
2024-08-14Update PatternStarfield.hppmrcodetastic
2024-08-07Add some more patternsmrcodetastic
2024-08-07Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-29Create README.mdmrcodetastic
2024-07-29Make AuroraDemo great againmrcodetastic
Add Julia set to Aurora as well. Remove as stand-alone.
2024-07-29Make AuroraDemo great again.mrcodetastic
And test out ChatGPT's attempt to create some effects as well.
2024-07-28Merge branch 'master' of ↵mrcodetastic
https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA
2024-07-28updatesmrcodetastic
2024-07-28Update library.jsonmrcodetastic
2024-07-28Update library.propertiesmrcodetastic
2024-07-28Clean-up and fix some examplesmrcodetastic
2024-07-26Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update library.jsonmrcodetastic
2024-07-22Update library.propertiesmrcodetastic
2024-07-22Update library.jsonmrcodetastic
2024-07-22Merge pull request #659 from mrcodetastic/devmrcodetastic
Dev
2024-07-22Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrcodetastic
2024-07-22Enhance GFX_LITE supportmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Update gdma_lcd_parallel16.cppmrcodetastic
2024-07-22Merge pull request #657 from mrcodetastic/devmrcodetastic
Better align clocks across SoCs
2024-07-21Update esp32_i2s_parallel_dma.cppmrcodetastic
2024-07-21minor fixesmrcodetastic
2024-07-21Update esp32_i2s_parallel_dma.cppmrcodetastic
2024-07-19revertmrcodetastic
2024-07-17Update esp32_i2s_parallel_dma.cppmrcodetastic
2024-07-17Update esp32_i2s_parallel_dma.cppmrcodetastic
2024-07-17clock speed fixesmrcodetastic
2024-07-04Merge pull request #640 from Lukaswnd/mastermrcodetastic
Add support for ESP32C6
2024-07-04Merge pull request #638 from board707/virtual_16px_highmrcodetastic
Fix incorrect getCoords() for 16px_high panels, as mentioned in issue #635