aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-08Deeper color depthKouzerumatsu / Bananafox
2023-02-06Merge pull request #389 from elliotmatson/patch-2mrfaptastic
Prevent CI from running on README/docs updates
2023-02-03Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-02-03Update esp32_i2s_parallel_dma.hppmrfaptastic
Makes ESP32_I2S_DEVICE adjustable via compile time define on ESP32 (original)
2023-02-02Merge pull request #390 from elliotmatson/patch-3mrfaptastic
Another ESP_LOG formatting fix
2023-02-01Another ESP_LOG formatting fixElliot Matson
CI doesn't cover the S2 or S3 models, I might see if I can fix that soon
2023-02-01Prevent CI from running on README/docs updatesElliot Matson
2023-02-01Update README.mdmrfaptastic
2023-02-01Update README.mdmrfaptastic
#386
2023-02-01Update documentation on higher scan rate panelsmrfaptastic
Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels.
2023-01-31Update BuildOptions.mdmrfaptastic
2023-01-31Update README.mdmrfaptastic
Include additional commentary on using SPIRAM/PSRAM
2023-01-31Document SPIRAM_DMA_BUFFER compile optionmrfaptastic
Use SPIRAM/PSRAM for the HUB75 DMA buffer and not internal SRAM. ONLY SUPPORTED ON ESP32-S3 VARIANTS WITH OCTAL (not quad!) SPIRAM/PSRAM, as ony OCTAL PSRAM an provide the required data rate / bandwidth to drive the panels adequately.
2023-01-30Merge pull request #385 from elliotmatson/mastermrfaptastic
Move CI to a matrix, add ESP-IDF coverage
2023-01-30Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-01-30Update BuildOptions.mdmrfaptastic
2023-01-29A bit of cleanup and re-orderingElliot Matson
2023-01-29Add final switch to IDFElliot Matson
2023-01-29verboseElliot Matson
2023-01-29does CI work now?Elliot Matson
2023-01-29Fix sdkconfigElliot Matson
2023-01-29fix includesElliot Matson
2023-01-29test esp-idfElliot Matson
2023-01-29restructure for esp-idfElliot Matson
2023-01-29testing time with cacheElliot Matson
2023-01-29Clean up older PIO actionsElliot Matson
2023-01-29Add exclusionsElliot Matson
2023-01-29updateElliot Matson
2023-01-29Merge pull request #1 from ↵Elliot Matson
elliotmatson/dependabot/github_actions/actions/checkout-3 Bump actions/checkout from 2 to 3
2023-01-29Merge pull request #2 from ↵Elliot Matson
elliotmatson/dependabot/github_actions/actions/setup-python-4 Bump actions/setup-python from 2 to 4
2023-01-29Merge pull request #3 from ↵Elliot Matson
elliotmatson/dependabot/github_actions/actions/cache-3 Bump actions/cache from 2 to 3
2023-01-30Bump actions/cache from 2 to 3dependabot[bot]
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30Bump actions/setup-python from 2 to 4dependabot[bot]
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-29Create dependabot.ymlElliot Matson
2023-01-29continue jobs on errorElliot Matson
2023-01-29fix flagsElliot Matson
2023-01-29Just to be sureElliot Matson
2023-01-29Fix env'sElliot Matson
2023-01-29Github copilot lied to meElliot Matson
2023-01-29Use proper ci matrixElliot Matson
2023-01-29test with new depsElliot Matson
2023-01-30Merge pull request #382 from elliotmatson/patch-1mrfaptastic
Fix printf formatting
2023-01-29Fix printf formattingElliot Matson
These lines threw errors with Arduino as an ESP-IDF component, looks like Arduino might be automatically casting them?
2023-01-28It's 'COLOR'mrfaptastic
2023-01-25Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2023-01-25Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-01-25Use PLL_F160M_CLK as clock source on S3mrfaptastic
2023-01-23Update library.propertiesmrfaptastic
2023-01-23Update library.jsonmrfaptastic