Commit graph

755 commits

Author SHA1 Message Date
mrfaptastic
f0929dc135
Update README.md
Include additional commentary on using SPIRAM/PSRAM
2023-01-31 21:23:55 +00:00
mrfaptastic
fbce0fdcbc
Document SPIRAM_DMA_BUFFER compile option
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-31 21:14:52 +00:00
mrfaptastic
c23e887818
Merge pull request #385 from elliotmatson/master
Move CI to a matrix, add ESP-IDF coverage
2023-01-30 04:20:07 +00:00
mrfaptastic
fd5aba7054 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2023-01-30 04:19:29 +00:00
mrfaptastic
572e310fc4 Update BuildOptions.md 2023-01-30 04:19:26 +00:00
Elliot Matson
a85b0e649f A bit of cleanup and re-ordering 2023-01-29 22:02:30 -06:00
Elliot Matson
fda92b77af Add final switch to IDF 2023-01-29 21:53:57 -06:00
Elliot Matson
9901c2352d verbose 2023-01-29 21:39:05 -06:00
Elliot Matson
2c86ceee73 does CI work now? 2023-01-29 21:25:24 -06:00
Elliot Matson
6378731cbc Fix sdkconfig 2023-01-29 21:20:47 -06:00
Elliot Matson
0f62898bae fix includes 2023-01-29 21:09:10 -06:00
Elliot Matson
9b706f9599 test esp-idf 2023-01-29 21:07:24 -06:00
Elliot Matson
035e0e0d2f restructure for esp-idf 2023-01-29 21:03:19 -06:00
Elliot Matson
a775b3a62e testing time with cache 2023-01-29 20:54:37 -06:00
Elliot Matson
28acbea6d3 Clean up older PIO actions 2023-01-29 20:52:35 -06:00
Elliot Matson
1ca5ee92c8 Add exclusions 2023-01-29 20:49:18 -06:00
Elliot Matson
15a5aa4ec1 update 2023-01-29 20:44:02 -06:00
Elliot Matson
420f653552
Merge pull request #1 from elliotmatson/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2023-01-29 20:43:05 -06:00
Elliot Matson
21109b74ee
Merge pull request #2 from elliotmatson/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2023-01-29 20:42:56 -06:00
Elliot Matson
cc68027d0d
Merge pull request #3 from elliotmatson/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2023-01-29 20:42:45 -06:00
dependabot[bot]
fe1ebbe40f
Bump actions/cache from 2 to 3
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-30 02:42:23 +00:00
dependabot[bot]
ab13f2692d
Bump actions/setup-python from 2 to 4
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-30 02:42:20 +00:00
dependabot[bot]
960e7b1768
Bump actions/checkout from 2 to 3
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-30 02:42:17 +00:00
Elliot Matson
bc3f2ce5c0
Create dependabot.yml 2023-01-29 20:41:58 -06:00
Elliot Matson
84c2fbf755 continue jobs on error 2023-01-29 20:36:36 -06:00
Elliot Matson
2a85977eba fix flags 2023-01-29 20:33:37 -06:00
Elliot Matson
e7f2ac6805 Just to be sure 2023-01-29 20:30:47 -06:00
Elliot Matson
0323b728ae Fix env's 2023-01-29 20:28:31 -06:00
Elliot Matson
51e44ce4b8 Github copilot lied to me 2023-01-29 20:26:47 -06:00
Elliot Matson
f6ac9357c9 Use proper ci matrix 2023-01-29 20:25:59 -06:00
Elliot Matson
734816f5f3 test with new deps 2023-01-29 20:11:02 -06:00
mrfaptastic
946206f050
Merge pull request #382 from elliotmatson/patch-1
Fix printf formatting
2023-01-30 01:59:48 +00:00
Elliot Matson
a367a055c9
Fix printf formatting
These lines threw errors with Arduino as an ESP-IDF component, looks like Arduino might be automatically casting them?
2023-01-29 10:18:23 -06:00
mrfaptastic
c66b592e9f It's 'COLOR' 2023-01-28 21:54:09 +00:00
mrfaptastic
ace8d938ee Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2023-01-25 23:46:34 +00:00
mrfaptastic
8337c7cf7e Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2023-01-25 22:37:57 +00:00
mrfaptastic
58757c1975 Use PLL_F160M_CLK as clock source on S3 2023-01-25 22:37:52 +00:00
mrfaptastic
9d4d12a43b
Update library.properties 2023-01-23 10:58:33 +00:00
mrfaptastic
f074b03e7d
Update library.json 2023-01-23 10:58:24 +00:00
mrfaptastic
dcdd3e8cad Fix #377 2023-01-22 13:22:36 +00:00
mrfaptastic
9c5737ddf1 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2023-01-21 18:19:43 +00:00
mrfaptastic
76a69e9f84 Increase default speed 2023-01-21 18:17:20 +00:00
mrfaptastic
71a584fb52 Fix compile error on Arduino 2023-01-21 17:21:33 +00:00
mrfaptastic
9eacd9a656 Cleanup 2023-01-21 11:37:28 +00:00
mrfaptastic
ff5d69a4fd
Merge pull request #376 from Kouzeru/master
Add Hue Spectrum Example
2023-01-21 11:23:05 +00:00
Kouzerumatsu / Bananafox
655b198a78 Add Hue Spectrum Example
and to elaborate how the BCM correction works
2023-01-21 02:40:42 +08:00
mrfaptastic
6687ee7d82
Merge pull request #374 from Kouzeru/master
BCM accumulation correction
2023-01-20 07:24:59 +00:00
Kouzerumatsu / Bananafox
ffd196d9e5
BCM accumulation correction 2023-01-20 13:32:51 +08:00
mrfaptastic
c1d85fad42
Merge pull request #372 from drvkmr/master
Fixed setBrightness in ChainedPanelsAuroraDemo
2023-01-19 07:11:42 +00:00
Dhruv Kumar
4d0cbe437d Fixed setBrightness in ChainedPanelsAuroraDemo
setBrightness was called before matrix->begin which didn't work.
2023-01-19 01:19:03 +00:00