Commit graph

137 commits

Author SHA1 Message Date
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
mrfaptastic
6e0a7638f2 Update AnimatedGIFPanel.ino 2021-04-13 11:39:15 +01:00
mrfaptastic
18464e068e Documentation updates 2021-04-12 13:02:47 +01:00
mrfaptastic
1c060c8b28 Update QuarterScanMatrixPanel.h 2021-03-31 19:24:08 +01:00
mrfaptastic
ef23d93a08
Update README.md 2021-03-28 13:31:34 +01:00
mrfaptastic
67d1d45a67
Update README.md 2021-02-28 11:14:47 +00:00
mrfaptastic
23afac7673 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-02-28 11:12:33 +00:00
mrfaptastic
e70d085264 Update BitmapIcons.ino 2021-02-28 11:12:24 +00:00
mrfaptastic
becc93e691
Update README.md 2021-02-28 11:11:34 +00:00
mrfaptastic
25e8a224bd Clean up bitmap graphics example 2021-02-28 11:05:45 +00:00
mrfaptastic
f279d49103 move min_refresh_rate to core config
Can only be setup on initisation of the library. Moving to a start-up configuration variable like the others.
2021-02-22 12:13:31 +00:00
Emil Muratov
6176e1acb4 Fixed brightness set to 75% in examples
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20 21:03:06 +03:00
mrfaptastic
b1092495e9 Make SimpleTestShapes great again.
Long forgotten about.
2021-02-19 18:20:08 +00:00
mrfaptastic
cf8cb970e9 Minor changes 2021-02-16 20:20:09 +00:00
mrfaptastic
9dc00e35f1 Revert "Minor changes"
This reverts commit 3214cd643d.
2021-02-16 20:15:29 +00:00
Emil Muratov
4de6fea3f8 TestPatterns example updated
+ some corrections in read.me

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-16 23:03:56 +03:00
mrfaptastic
3214cd643d Minor changes
* Fix double buffer example
* Remove the I2S user clock config for simplicity - ESP32 turns out to be massively limited anyway to 20Mhz...
2021-02-15 15:36:20 +00:00
mrfaptastic
0749fa4193 Update to 2.0.0
Also known as the @vortigont release! Hooray!
2021-02-10 15:49:19 +00:00
mrfaptastic
3cea4eb14f Update examples
Remove #DEFINE MATRIX_WIDTH and #DEFINE MATRIX_HEIGHT from examples as this does NOT work.

Arduino compiles do not respect #defines in the .ino file within the library.
2021-01-10 17:32:24 +00:00
mrfaptastic
573d01b3d9 Get rid of this example 2020-12-22 19:29:52 +00:00
Emil Muratov
521e5b0a57 Merge branch 'master' into trials 2020-12-22 15:13:13 +03:00
Emil Muratov
33b95f534f ported changes from non-chained version of example.
Tested with 128x128 pane (four 64x64 panels)

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-19 20:28:47 +03:00
Emil Muratov
445c0424f4 spelling mistakes/readme corrections 2020-12-19 20:07:03 +03:00
mrfaptastic
23301be97b
Update ChainedPanels.ino 2020-12-16 17:47:56 +00:00
mrfaptastic
09dabb2e35 GraphicsLayer minor tweaks 2020-12-08 07:35:47 +00:00
mrfaptastic
82326230eb Updated GraphicsLayer example 2020-12-07 22:44:56 +00:00
mrfaptastic
76351960b8 Added GraphicsLayer example. 2020-12-07 22:42:37 +00:00
Emil Muratov
e8efa3d29d Updated some examples with fastmode/brightness controls
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-07 14:13:09 +03:00
Emil Muratov
2d38f96722 some more fixes for Aurora effects
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-02 22:39:03 +03:00
Emil Muratov
ba58902843 Aurora example adopted for 256+ matrixes
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-01 19:28:17 +03:00
mrfaptastic
460b823200 Update library class and name 2020-11-28 09:45:30 +00:00
mrfaptastic
6e9af82b88 Update VirtualDisplay.pdf 2020-11-28 09:02:37 +00:00
mrfaptastic
e6fd770023 Update 2020-11-28 09:00:10 +00:00
mrfaptastic
b7b41f71f8 Update references to new library 2020-11-28 08:58:56 +00:00
mrfaptastic
b6da8ea09a Change library name 2020-11-28 08:39:35 +00:00
Emil Muratov
10bbc4e73a FM6126 init procedure embeded into lib
- example updated
 - allow MATRIX params to be defined outside the lib during compilation time

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-11-28 03:19:20 +03:00
mrfaptastic
bf63aa0d7c Minor fix 2020-09-22 12:47:45 +01:00
mrfaptastic
c8635933e5 Update double buffer example 2020-09-20 16:23:48 +01:00
mrfaptastic
beb0c54cc6
Merge pull request #31 from kosso/chained-aurora-demos
Updated Aurora demo for chained virtual displays.
2020-09-14 10:32:11 +01:00
Kosso
6a00e8fa3e Remove commented-out junk palette. 2020-09-14 01:13:13 +01:00
Kosso
0e4e9738b6 Kosso: Updated Aurora demo for chained virtual displays. Added a better Fire demo. Removed some old Aurora demos which just didn't work and saves some memory. 2020-09-13 15:56:29 +01:00
mrfaptastic
9c7beb6f92
Update README.md 2020-09-07 14:47:38 +01:00
mrfaptastic
f1f3906fe1
Update README.md 2020-09-07 14:47:23 +01:00
mrfaptastic
d722dc142c
Update README.md 2020-09-07 14:35:16 +01:00
mrfaptastic
a3aedaefb1
Update README.md 2020-09-07 08:58:00 +01:00
mrfaptastic
98d89c7d61 New example for Glediator3 2020-08-31 20:13:18 +01:00
mrfaptastic
b504f6292d Minor update 2020-08-14 10:21:31 +01:00
mrfaptastic
7dd49d8b3c 'Final' changes.
Allocate memory at the row level.
2020-08-12 23:40:44 +01:00
mrfaptastic
9b2caddbed Fix bug with fillScreen and re-implement colour correction
Forgot to implement this two years ago... nobody noticed.
2020-08-11 20:44:47 +01:00
mrfaptastic
be8259d872
Update README.md 2020-08-10 21:48:47 +01:00
mrfaptastic
b973db14ee Updated GIF example 2020-08-10 21:47:13 +01:00
mrfaptastic
1ffce4e60c New GIF animation example based on AnimatedGIF library for better performance. 2020-08-10 21:44:25 +01:00
mrfaptastic
aa47366dd8 Remove random dots 2020-08-09 21:25:43 +01:00
mrfaptastic
5bd898d742
Update README.md 2020-08-09 19:34:22 +01:00
mrfaptastic
6983dd946f
Update README.md 2020-08-09 19:22:38 +01:00
mrfaptastic
df5d2882c1
Update README.md 2020-08-09 19:21:43 +01:00
mrfaptastic
3ff7155bf0 Update ChainedPanels example, VirtualDisplay Class and Graphic. Thanks Brian and Galaxy-Man for input. 2020-08-09 19:13:13 +01:00
mrfaptastic
fe086726ba Update examples 2020-08-03 19:21:08 +01:00
mrfaptastic
8fd4d7cd16 Update 2020-08-03 14:30:55 +01:00
mrfaptastic
e83adf8306 Update 2020-08-03 14:28:58 +01:00
mrfaptastic
020406197a Final graphic fix... 2020-08-03 14:27:50 +01:00
mrfaptastic
705512173e Fix co-ordinate issue 2020-08-03 14:24:00 +01:00
mrfaptastic
a1e127bf58 Update display image 2020-08-03 13:31:50 +01:00
mrfaptastic
7764911825 VirtualDisplay example 2020-08-03 12:40:19 +01:00
mrfaptastic
785401c3bb
Update README.md 2020-08-03 09:56:54 +01:00
mrfaptastic
fbf7827525
Update README.md 2020-08-02 22:50:55 +01:00
mrfaptastic
ec5477b4ed
Update README.md 2020-08-02 22:50:20 +01:00
mrfaptastic
fa88286984
Update README.md 2020-08-02 22:49:29 +01:00
mrfaptastic
a24c09560e Added Chained Panels example 2020-08-02 22:47:02 +01:00
mrfaptastic
d623f181a9 Fix examples for new version 2020-07-29 23:29:42 +01:00
mrfaptastic
d8ace56d6b New bitmap graphics example
Added Bitmap graphics example
2019-11-04 22:42:27 +00:00
mrfaptastic
de92e05c69 Make PatternPlasma great again 2019-07-29 17:57:24 +01:00
mrfaptastic
85d0d44891 Added new demo
Based on Aurora code.
2019-05-11 15:20:53 +01:00
mrfaptastic
95dd8aa339 Update Buffer_Swap_Test.ino 2019-01-12 17:22:13 +00:00
mrfaptastic
5f8388eac9 Added double buffering / back buffer example
Current implementation simply write to the active DMA buffer, but you might want to use both buffers and do off-screen writes.
2019-01-12 17:20:49 +00:00
Marc MERLIN
df631432f3 Port Panel GFX demo. 2018-12-25 02:54:55 -08:00
Marc MERLIN
137da49f80 Initial version from git@github.com:marcmerlin/RGB-matrix-Panel.git . 2018-12-25 02:06:20 -08:00
Marc MERLIN
c8eefd7ca7 Fix RGB to actually be RGB
Also aligned text to avoid overwriting.
2018-12-25 01:43:59 -08:00
mrfaptastic
0564945c74 Added PatternWave demo sketch
New Sketch
2018-10-31 22:09:38 +00:00
mrfaptastic
7f9fd475ac Fixed co-ordinate check bug in updateMatrixDMABuffer
Thanks to @FrenchLab47 for finding this one.

Co-Authored-By: Patrick BESSE <pbe33@free.fr>
2018-10-29 22:48:57 +00:00
mrfaptastic
528c8ed561 Animated GIF example added 2018-10-25 23:49:41 +01:00
mrfaptastic
3bd07bdb74 Updated Library Properties 2018-10-24 00:21:37 +01:00