mrfaptastic
05fe7eb7d1
Update library.json
2022-10-06 23:10:54 +01:00
mrfaptastic
cd2430b158
Update library.properties
2022-10-06 23:10:33 +01:00
mrfaptastic
4772d1d643
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp
2022-10-05 22:04:41 +01:00
mrfaptastic
69e75cde12
Cleanup
...
Consistent spelling of 'colour', double buffering works technically on S3.
2022-10-05 21:47:16 +01:00
mrfaptastic
f0a5d1ad54
Update gdma_lcd_parallel16.cpp
2022-09-30 11:56:17 +01:00
mrfaptastic
30f0014b0c
Enable double buffering
...
Doesn't work though with new refactored code on S3 device - do not use...
2022-09-30 11:31:53 +01:00
mrfaptastic
2db8f26659
Minor update.
2022-09-30 11:13:05 +01:00
mrfaptastic
b490699eab
Delete esp32_i2s_parallel_mcu_def.h.txt
2022-09-30 03:25:13 +01:00
mrfaptastic
ebe75dcaba
Update to include S3 support.
...
Refactor tonnes of code. Double buffering not yet fully tested. PSRAM support doesn't work at all - garbled mess.
Enable in platformIO using:
build_flags =
-DSPIRAM_FRAMEBUFFER=1
2022-09-30 03:17:19 +01:00
mrfaptastic
86063fe594
Update README.md
2022-08-16 21:01:06 +01:00
mrfaptastic
b0f5c6063d
Merge pull request #307 from solhuebner/patch-4
...
Fix VirtualMatrixPanel scan rates
2022-08-16 20:43:20 +01:00
mrfaptastic
5a03453479
Merge pull request #306 from abrender/patch-1
...
Update `B` pin in #define to match the table.
2022-08-16 20:42:06 +01:00
mrfaptastic
efd64b68bb
Update README.md
2022-08-16 20:39:35 +01:00
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
Avi B
5a0693b2f4
Update B
pin in #define to match the table.
...
The table shown under "Wiring ESP32 with the LED Matrix Panel" lists `B` pin as connected to IO19. The section right under it has `#define B_PIN 22`. This is inconsistent, while the rest of the pins match exactly.
2022-08-07 12:09:36 -04: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