mrfaptastic
99c2c569ef
PSRAM exploring
2022-10-23 16:32:29 +01:00
mrfaptastic
4a9160904a
Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2022-10-23 12:42:00 +01:00
mrfaptastic
e9405a9ece
Fix CI issues
2022-10-23 12:41:45 +01:00
mrfaptastic
f9c609b88a
Merge pull request #333 from abrender/patch-2
...
Fix missing variable in ESP_LOGI call
2022-10-23 12:37:25 +01:00
mrfaptastic
f8f28e8385
Merge pull request #332 from abrender/patch-1
...
Update CMakeLists.txt
2022-10-23 12:36:23 +01:00
mrfaptastic
0cba8a7345
Minor updates
2022-10-23 12:35:08 +01:00
mrfaptastic
d58ae512b4
Minor updates
2022-10-23 12:30:26 +01:00
Avi B
062154b4d8
Fix missing variable in ESP_LOGI call
...
This log line was broken in 7628be00c2
and causes a build error for esp-idf.
2022-10-10 22:37:38 -04:00
Avi B
067923a3eb
Update CMakeLists.txt
...
This pull request updates the src files to their new locations. The files were moved in 7628be00c2
2022-10-10 15:02:04 -04:00
mrfaptastic
e2b9b6db36
Update Readme.md
2022-10-07 00:20:51 +01:00
mrfaptastic
37c55c8708
Update README.md
2022-10-07 00:01:10 +01:00
mrfaptastic
7628be00c2
Merge pull request #327 from mrfaptastic/3.0.0-beta
...
3.0.0 beta
2022-10-06 23:52:22 +01:00
mrfaptastic
157077ab33
Updates
2022-10-06 23:51:25 +01:00
mrfaptastic
8b2e31b1c5
Create LICENSE.txt
2022-10-06 23:20:28 +01:00
mrfaptastic
2abb834f82
Delete LICENSE.txt
2022-10-06 23:15:25 +01:00
mrfaptastic
0744789b26
Delete WiringExample.jpg
2022-10-06 23:14:42 +01:00
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