mrfaptastic
7c2d527dd8
Cleanup
2023-04-02 13:12:53 +01:00
mrfaptastic
ab06cae02f
Update Four_Scan_Panel.ino
2023-03-18 11:41:38 +00:00
mrfaptastic
8c4d531db0
Update ChainedPanelsAuroraDemo.ino
2023-03-18 11:35:28 +00:00
mrfaptastic
326c9a0de7
Add SDCard AnimatedGIF example
2023-03-13 00:09:40 +00:00
mrfaptastic
efad4c1dfd
Update
2023-03-12 23:16:06 +00:00
mrfaptastic
9e133918cf
Update main.cpp
2023-03-12 10:13:01 +00:00
mrfaptastic
1849aadda6
Update README.md
2023-03-12 09:56:48 +00:00
mrfaptastic
a5a893e65b
Update README.md
2023-03-12 09:54:59 +00:00
mrfaptastic
5bd551f78d
Update README.md
2023-03-12 09:15:25 +00:00
mrfaptastic
edfadc7650
Rewrite of VirtualMatrixPanel
...
Fix chaining issue that was mentioned in #402
Compatibility breaking change to now explicitly define chaining type: CHAIN_TOP_LEFT_DOWN, CHAIN_TOP_RIGHT_DOWN, CHAIN_BOTTOM_LEFT_UP, CHAIN_BOTTOM_RIGHT_UP
2023-03-12 09:13:55 +00:00
mrfaptastic
5393f649fd
Update AnimatedGIFPanel.ino
2023-03-10 00:26:56 +00:00
mrfaptastic
cd47c77bb3
Delete examples/ChainedPanelsScreenBuffer directory
2023-03-10 00:23:22 +00:00
mrfaptastic
de27834976
Delete examples/SmoothDoubleBuffer directory
2023-03-10 00:22:55 +00:00
Kouzerumatsu / Bananafox
19739da67f
Create Julia_Set_Demo.ino
2023-02-20 02:32:54 +08:00
Kouzerumatsu / Bananafox
d87ffe3be4
Merge branch 'master' of https://github.com/Kouzeru/ESP32-HUB75-MatrixPanel-DMA
2023-02-08 22:37:12 +08:00
Kouzerumatsu / Bananafox
79e1897aed
Deeper color depth
2023-02-08 22:33:14 +08:00
mrfaptastic
ecc6ef169a
Update README.md
2023-02-01 21:15:06 +00:00
mrfaptastic
15763b12b1
Update documentation on higher scan rate panels
...
Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels.
2023-02-01 21:04:19 +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
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
035e0e0d2f
restructure for esp-idf
2023-01-29 21:03:19 -06:00
Elliot Matson
0323b728ae
Fix env's
2023-01-29 20:28:31 -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
76a69e9f84
Increase default speed
2023-01-21 18:17:20 +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
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
mrfaptastic
2760b0098a
Close #331
2022-11-09 00:18:49 +00:00
mrfaptastic
d58ae512b4
Minor updates
2022-10-23 12:30:26 +01:00
mrfaptastic
157077ab33
Updates
2022-10-06 23:51:25 +01:00
mrfaptastic
3487a3565d
Merge pull request #237 from mrfaptastic/dev
...
Better CI checks
2022-01-13 15:31:58 +00:00
Emil Muratov
411d474705
Update 'TestPatterns' example to cover more build flags and options
...
test patterns
- regular
- debug
- minimal
- vpane
- vpane_minimal
2022-01-11 00:10:40 +03:00
mrfaptastic
81af2a94ca
Update One_Eight_1_8_ScanPanel.ino
2022-01-10 19:27:50 +00:00
Emil Muratov
9cc68377bb
Merge branch 'master' into dev
2022-01-10 22:14:58 +03:00
mrfaptastic
4dd02329c8
Update README.md
2022-01-10 18:11:15 +00:00
mrfaptastic
09301f7562
Update README.md
2021-12-23 01:17:36 +00:00
mrfaptastic
526ac5c1bc
Update README.md
2021-12-23 01:16:53 +00:00
mrfaptastic
9f593bc415
Update ChainedPanelsScreenBuffer.ino
2021-12-23 01:13:01 +00:00
mrfaptastic
a4fd7803b6
Update ChainedPanelsScreenBuffer.ino
2021-12-23 01:10:40 +00:00
mrfaptastic
7ba611f81f
Implement FastLED pixel buffer example
...
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-23 01:03:24 +00:00
Emil Muratov
7f8050763f
CI runner test
2021-12-22 22:07:21 +03:00
mrfaptastic
887c60d57a
Updated AnimatedGIF Panel
2021-12-22 16:50:09 +00:00
mrfaptastic
4f5fcf0399
Christmas DMA core tweaks
...
Bring back support to change the I2S_NUM_X as a define.
Attempt to reduce buffer swap flicker with some additional checks.
2021-12-21 22:19:59 +00:00
mrfaptastic
229b0d874c
Integrate 1/8 Scan Panel logic into VirtualMatrixPanel class
2021-12-20 21:35:16 +00:00
Emil Muratov
364fc4bb14
create a CI job to test examples builds
2021-12-20 00:15:41 +03:00
mrfaptastic
dddf907a05
Update README.md
2021-11-22 07:51:45 +00:00
mrfaptastic
f85bfd7ba9
Update README.md
2021-11-22 07:51:34 +00:00