Sol Huebner
4cb2de0921
Fix VirtualMatrixPanel scan rates
...
New PR to include changes made by #305
Fixes #286 and related single display issues
I tried to avoid "fixing" the formatting but it was all over the place so I had to ;)
Would be great if we could get some QC tests, especially for single display VirtualMatrixPanel usage.
2022-08-07 23:51:41 +02:00
mrfaptastic
00307a8fbd
Merge pull request #305 from lols/patch-1
...
fix use USE_GFX_ROOT compile error
2022-07-31 21:06:59 +01:00
lols
b6aabeff93
fix use GFX_ROOT compile error
...
for VirtualMatrixPanel
issue#304
2022-07-23 18:16:05 +08:00
mrfaptastic
38eaea7596
Merge pull request #294 from jnthas/master
...
Add another cool use of the library
2022-07-04 06:13:11 +01:00
Jonathas Barbosa
5dbe55935c
Update README.md
2022-07-03 19:12:17 -03:00
mrfaptastic
eb052d0d35
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
2022-05-26 22:03:20 +01:00
mrfaptastic
dca1cd5629
Update library.properties
2022-02-27 21:40:46 +00:00
mrfaptastic
26745acded
Update library.json
2022-02-27 21:40:30 +00:00
mrfaptastic
2526ca0d2d
Merge pull request #254 from solhuebner/patch-2
...
Fix watchdog doublebuff issue
2022-02-06 17:23:27 +00:00
mrfaptastic
534a36f5fb
Merge pull request #252 from solhuebner/patch-1
...
Include Adafruit-GFX-Library in CMake build by default
2022-02-06 17:23:18 +00:00
Sol Huebner
4636054509
Fix watchdog doublebuff issue
...
Fix for #253
2022-02-01 11:20:04 -05:00
Sol Huebner
9d34d1acd1
Include Adafruit-GFX-Library in CMake build by default
2022-01-30 04:56:14 -05:00
mrfaptastic
c682a7e5e3
Merge pull request #240 from solhuebner/patch-3
...
Fix boundary check of VirtualMatrixPanel getCoords
2022-01-13 15:32:24 +00:00
mrfaptastic
fa2ae18313
Merge pull request #239 from solhuebner/patch-1
...
Added missing fillScreenRGB888 to VirtualMatrixPanel
2022-01-13 15:32:11 +00:00
mrfaptastic
3487a3565d
Merge pull request #237 from mrfaptastic/dev
...
Better CI checks
2022-01-13 15:31:58 +00:00
Sol Huebner
e5d7940879
Fix boundary check of VirtualMatrixPanel getCoords
...
Oversight from last NO_GFX PR as width() and height() were returning already rotated values.
So we need to rotate first and then check if we are still within the boundaries of the virtual panel.
2022-01-10 18:09:06 -05:00
Sol Huebner
5b54b56a14
Added missing fillScreenRGB888 to VirtualMatrixPanel
...
Fixes #238
2022-01-10 17:31:22 -05: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
mrfaptastic
c4129bf0bd
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
...
Implemented changes as proposed by @danieldecesaro in #204
2022-01-10 19:26:01 +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
e15aab6813
Merge pull request #235 from solhuebner/patch-2
...
Added examples for compile time options (ESP-IDF)
2022-01-09 21:55:55 +00:00
Sol Huebner
4994279f75
Added examples for compile time options (ESP-IDF)
...
Also added hint to fix 3rd party library requirements depending on how they are included
2022-01-09 12:26:56 -05:00
mrfaptastic
185cb22893
Merge pull request #234 from solhuebner/patch-1
...
VirtualMatrixPanel NO_GFX fix
2022-01-09 17:04:02 +00:00
Sol Huebner
a42dcb458b
small explanation update
2022-01-09 05:21:33 -05:00
Sol Huebner
3dd4103d71
VirtualMatrixPanel NO_GFX fix
...
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-09 05:20:14 -05:00
mrfaptastic
04b319dd86
Update esp32_i2s_parallel_dma.h
2022-01-04 11:06:40 +00:00
mrfaptastic
833ce513b7
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2022-01-04 11:03:48 +00:00
mrfaptastic
92f31c32a8
Update esp32_i2s_parallel_dma.h
...
Close #231
2022-01-04 11:03:34 +00:00
mrfaptastic
99908f203d
Merge pull request #230 from solhuebner/solhuebner-ESP-IDF
...
Add project as ESP-IDF component files
2022-01-04 10:35:30 +00:00
Sol Huebner
5f3e7e3e51
Add project as ESP-IDF component files
...
This makes it possible to build ESP32-HUB75-MatrixPanel-I2S-DMA as an ESP-IDF component :)
2022-01-04 05:31:44 -05:00
mrfaptastic
2fe19b0cbe
Update esp32_i2s_parallel_dma.h
2022-01-03 19:12:30 +00:00
mrfaptastic
62deac6c48
New Year Updates
...
Move ISR I2S device check to a compile time option.
2022-01-03 18:43:52 +00:00
mrfaptastic
41e5901805
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
2022-01-03 14:32:13 +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
3bd87dcfd6
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
2021-12-21 22:21:06 +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
mrfaptastic
239de3a5eb
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2021-12-20 20:58:55 +00:00
mrfaptastic
57f51a8b95
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2021-12-20 20:56:14 +00:00
mrfaptastic
6aa4e8a070
Merge pull request #222 from mrfaptastic/cijob
...
CI job to test examples builds
2021-12-20 06:42:36 +00:00
Emil Muratov
364fc4bb14
create a CI job to test examples builds
2021-12-20 00:15:41 +03:00
mrfaptastic
f8e1de00c7
Update README.md
2021-12-07 21:12:39 +00:00