Commit graph

131 commits

Author SHA1 Message Date
mrfaptastic
81af2a94ca
Update One_Eight_1_8_ScanPanel.ino 2022-01-10 19:27:50 +00: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
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
mrfaptastic
b810dca9d1 1/8 Scan Panel Example
#154 #204

Also supports chaining.
2021-11-22 07:43:07 +00:00
mrfaptastic
d952839a0d Update OneEighthScanMatrixPanel.h 2021-10-24 22:06:44 +01:00
mrfaptastic
3f511c9f6e Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-10-24 22:04:02 +01:00
mrfaptastic
e45a2ee5fa Update OneEighthScanMatrixPanel.h 2021-10-24 22:03:58 +01:00
mrfaptastic
39e85dd687
Merge pull request #200 from mcauser/typos
Fix some typos
2021-10-16 15:08:55 +01:00
Mike Causer
7ed06c1217 Fix some typos 2021-10-17 01:00:43 +11:00
Mike Causer
5ab429152e BouncingSquares were going offscreen
Taken the square size into consideration when generating the initial x/y pos and when bouncing off the right and bottom walls.
2021-10-16 03:02:11 +11:00
mrfaptastic
cf66382d75 Update OneEighthScanMatrixPanel.h 2021-10-11 17:43:46 +01:00
mrfaptastic
15cd0a7563 Update OneEighthScanMatrixPanel.h 2021-10-10 23:03:37 +01:00
mrfaptastic
27e49c2577 Update OneEighthScanMatrixPanel.h 2021-10-10 22:59:57 +01:00
mrfaptastic
7042631dda 4th time lucky 2021-10-10 22:39:28 +01:00
mrfaptastic
a6b178e29a Update OneEighthScanMatrixPanel.h 2021-10-10 22:18:57 +01:00
mrfaptastic
5bf4aa3069 Got my 1's and 0's the wrong way around 2021-10-10 22:15:57 +01:00
mrfaptastic
32f86bb870 Update OneEighthScanMatrixPanel.h 2021-10-10 22:03:49 +01:00
mrfaptastic
35b556d57f Update OneEighthScanMatrixPanel.h 2021-10-10 21:43:56 +01:00
mrfaptastic
90d1b74e58
Update OneEighthScanMatrixPanel.h 2021-10-10 21:32:39 +01:00
mrfaptastic
ad2cb3c976 Update OneEighthScanMatrixPanel.h 2021-10-10 19:52:32 +01:00
mrfaptastic
5764238656 Update README.md 2021-10-10 19:17:00 +01:00
mrfaptastic
3752c67b8f Update One_Eighth_1_8_ScanPanel.ino 2021-10-10 19:13:30 +01:00
mrfaptastic
5bf538e348 1/8 Scan Panel Example 2021-10-10 19:06:11 +01:00
mrfaptastic
482312b4a7 Create BouncingSquares.ino 2021-08-19 23:13:16 +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
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
32696d1e54 Update DoubleBufferSwap.ino 2021-08-17 11:47:46 +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
fd7629e52c Update 2021-08-16 13:29:44 +01:00
mrfaptastic
1d32228a5b Change DMA to I2S0
For ESP32-S2 compatability.
2021-08-16 12:18:14 +01:00
mrfaptastic
037e7d6da3
Update Layer.h 2021-08-12 16:00:12 +01:00
2BECKHAM2
a12fed95e8 Updated this repository with AnimatedGIFPanel example. 2021-07-28 10:36:16 +05:30
2BECKHAM2
51bcbfc8c6 Modified to use the new pointer based approach of this library with mxconfig. 2021-07-27 15:03:13 +05:30