Commit graph

336 commits

Author SHA1 Message Date
mrfaptastic
482312b4a7 Create BouncingSquares.ino 2021-08-19 23:13:16 +01:00
mrfaptastic
849bc84129 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-08-19 20:47:36 +01:00
mrfaptastic
c1699bb8fc Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-08-19 20:44:15 +01:00
mrfaptastic
a2d3efc0f3 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-08-19 20:44:07 +01:00
mrfaptastic
f523f1371a
Update SmoothDoubleBuffer.ino 2021-08-19 20:09:43 +01:00
mrfaptastic
744e7354dc
Update SmoothDoubleBuffer.ino 2021-08-19 20:09:10 +01:00
mrfaptastic
20eea3c3d3
Update README.md 2021-08-19 20:05:48 +01:00
mrfaptastic
aa0c7785b2 Update SmoothDoubleBuffer.ino 2021-08-19 19:43:49 +01:00
mrfaptastic
8dd6bf51b8 Update double buffer example 2021-08-19 19:39:08 +01:00
mrfaptastic
055ff08fe5 Double buffer function reduction
Can't get rid of the wait while statement though...
2021-08-19 19:34:40 +01:00
mrfaptastic
d9e2f85f98 Revert "Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA"
This reverts commit b6cbfce5dd, reversing
changes made to c5227fd15e.
2021-08-19 19:22:29 +01:00
mrfaptastic
b6cbfce5dd Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-08-19 19:02:14 +01:00
mrfaptastic
c5227fd15e Update esp32_i2s_parallel_v2.c 2021-08-19 19:02:11 +01:00
mrfaptastic
7a20e501d2
Merge pull request #174 from mrfaptastic/dbuffmod
Double buff w/o delay
2021-08-19 18:57:51 +01:00
Emil Muratov
03d6594a1c Double buff w/o delay
- removed delay() from buffer swap
 - add new method to check if back buffer is safe to write to
 - obsolete showDMABuffer()
2021-08-19 19:43:39 +03:00
mrfaptastic
e12eaf15b5 Revert "Attempted clearScreen() syncronisation fix"
This reverts commit f6584dd321.
2021-08-18 16:33:59 +01:00
mrfaptastic
3b13645e7f Revert attempt to remove legacy begin 2021-08-18 15:28:56 +01:00
mrfaptastic
54ca0c4b2b Revert default latblank change
Causes noise on ICS panels if not '1'. Needs further investigation.
2021-08-18 15:20:43 +01:00
mrfaptastic
f6584dd321 Attempted clearScreen() syncronisation fix
No idea if this will work.
2021-08-18 14:32:51 +01:00
mrfaptastic
ab641b9642 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-08-18 14:19:08 +01:00
mrfaptastic
3fa92ff6a9 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-08-18 13:01:15 +01:00
mrfaptastic
6975f5f8a2 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-08-18 13:01:05 +01:00
mrfaptastic
9197707e5b
Update README.md 2021-08-17 15:13:50 +01:00
mrfaptastic
c6c33171ee Remove legacy examples 2021-08-17 15:13:28 +01:00
mrfaptastic
3ac0fa6f83 Remove last remaining legacy usage of the library 2021-08-17 15:13:11 +01:00
mrfaptastic
a7483a8b7d Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-08-17 11:47:59 +01:00
mrfaptastic
32696d1e54 Update DoubleBufferSwap.ino 2021-08-17 11:47:46 +01:00
mrfaptastic
f52907b91a
Update README.md 2021-08-17 11:28:51 +01:00
mrfaptastic
c050d541f3
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
Reset initialized to false on delete.
2021-08-17 10:51:24 +01:00
mrfaptastic
97308637b4
Delete ESP32-RGB64x32MatrixPanel-I2S-DMA.h
Remove legacy
2021-08-17 10:46:43 +01:00
mrfaptastic
00917150ff
Merge pull request #168 from mrfaptastic/SM5266P
Implement

    Sm5266 panels
    Increase default latch blanking
    Get rid of the legacy begin() usage of the library.
    Fix a minor bug with the DMA v and h line draw with out-of-bounds x/y/length params.
2021-08-17 10:45:20 +01:00
mrfaptastic
045cad9771
Merge pull request #157 from 2BECKHAM2/master
Updated this repository with AnimatedGIFPanel example.
2021-08-17 10:43:25 +01:00
mrfaptastic
bbb23c789d Default latch blanking to longer 2021-08-17 10:17:12 +01:00
Emil Muratov
32a02a5f0f Add proper destructor to the class
Closes #165
2021-08-17 00:39:19 +03:00
mrfaptastic
48c2b9c931 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2021-08-16 14:34:46 +01:00
mrfaptastic
1fa0b42480 Fix #163
Array out of bounds DMA change.
2021-08-16 14:18:36 +01:00
mrfaptastic
fd7629e52c Update 2021-08-16 13:29:44 +01:00
mrfaptastic
6527907ac5 Update esp32_i2s_parallel_v2.c 2021-08-16 12:52:22 +01:00
mrfaptastic
1d32228a5b Change DMA to I2S0
For ESP32-S2 compatability.
2021-08-16 12:18:14 +01:00
mrfaptastic
11eaf34d91 Update to include SM5266P
Attempt to resolve #164
2021-08-16 11:01:26 +01:00
mrfaptastic
971da05cac Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp"
This reverts commit 9f82254f03.
2021-08-13 11:17:17 +01:00
mrfaptastic
037e7d6da3
Update Layer.h 2021-08-12 16:00:12 +01:00
mrfaptastic
9f82254f03
Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2021-08-12 15:50:48 +01:00
2BECKHAM2
a12fed95e8 Updated this repository with AnimatedGIFPanel example. 2021-07-28 10:36:16 +05:30
mrfaptastic
e6aa0cbd80
Merge pull request #156 from 2BECKHAM2/master
Modified to use the new pointer based approach of this library with mxconfig
2021-07-27 17:35:47 +01:00
2BECKHAM2
51bcbfc8c6 Modified to use the new pointer based approach of this library with mxconfig. 2021-07-27 15:03:13 +05:30
mrfaptastic
e8f1c94ac6 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-06-24 20:05:34 +01:00
mrfaptastic
733c6c48eb Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2021-06-24 19:40:43 +01:00
mrfaptastic
d02eaa7ea5
Merge pull request #139 from mrfaptastic/donnersm
Fix noise if brightness too high.
2021-06-24 19:38:14 +01:00
mrfaptastic
2c3919ffcf Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp"
This reverts commit d339efac3c.
2021-06-24 19:36:32 +01:00