Commit graph

515 commits

Author SHA1 Message Date
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
mrfaptastic
4ee9223394
Merge pull request #85 from mrfaptastic/examples
TestPatterns example updated
2021-02-16 20:08:43 +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
58abc5f2fb Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
Crash fix. Shouldn't actually be less than two.
2021-02-14 16:35:22 +00:00
mrfaptastic
889ed51fe1 Improve colour performance if compile-time PIXEL_COLOR_DEPTH_BITS is less than 8
Refer to the code.
2021-02-14 14:12:45 +00:00
mrfaptastic
77e0abff90 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2021-02-13 07:27:16 +00:00
mrfaptastic
42f4ce959d Fix backward compatability
oops.
2021-02-10 23:28:40 +00:00
mrfaptastic
0cf0ac9631
Update README.md 2021-02-10 16:05:09 +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
6ea2280ff3
Update library.properties 2021-01-18 17:46:01 +00:00
mrfaptastic
ee45e231a3
Update library.json 2021-01-18 17:45:53 +00:00
mrfaptastic
365e323f26 Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp"
This reverts commit f3302c9f87.
2021-01-17 13:28:42 +00:00
mrfaptastic
9511e9973c
Update README.md 2021-01-11 09:25:40 +00:00
mrfaptastic
80e134fc1f
Update README.md 2021-01-11 09:24:36 +00:00
mrfaptastic
b0e1273fad
Update README.md 2021-01-11 09:24:02 +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
7a056791d4 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2021-01-09 20:13:48 +00:00
mrfaptastic
f3302c9f87 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2021-01-09 20:13:42 +00:00
mrfaptastic
56d5fd504b
Update README.md 2020-12-27 13:53:12 +00:00
mrfaptastic
573d01b3d9 Get rid of this example 2020-12-22 19:29:52 +00:00
mrfaptastic
25b5f4c89d
Merge pull request #51 from vortigont/trials
Aurora demo changes for virtual panel
2020-12-22 13:41:43 +00:00
Emil Muratov
521e5b0a57 Merge branch 'master' into trials 2020-12-22 15:13:13 +03:00
Emil Muratov
05d196d188 minor fixes and comments
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-21 02:42:55 +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
f32c46e746
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2020-12-16 17:52:11 +00:00
mrfaptastic
23301be97b
Update ChainedPanels.ino 2020-12-16 17:47:56 +00:00
mrfaptastic
6e02b76997
Update README.md 2020-12-12 12:30:56 +00:00
mrfaptastic
496f042cdb Adding ICN2038S as apparently it's a clone of FM6126A as well. 2020-12-12 12:30:06 +00:00
mrfaptastic
c425b9caa7 Minor cleanup
Minor cleanup to the contribution made by @vortigont . Move some of the special constants into specific #defined constants.
2020-12-08 08:10:35 +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
mrfaptastic
7683b1d8f3 Remove layer 2020-12-07 21:50:48 +00:00
mrfaptastic
5108c945cd Backwards compatability cleanup 2020-12-07 18:39:39 +00:00
mrfaptastic
d446d1195c
Update README.md 2020-12-07 18:29:51 +00:00
mrfaptastic
3cda03ab83
Merge pull request #44 from vortigont/brtctrl
FastMode with brightness control + various other code optimisations.
2020-12-07 18:19:31 +00:00
mrfaptastic
fd46940464 Mintor change to remove reference.
Caused compile issues with PatternPlasma on Arduino compiler.
2020-12-07 18:15:38 +00:00
Emil Muratov
f92de5e81e fillrate.md with some test details
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-07 16:41:33 +03: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
0d8fe4aeff GO_FORPEED now 'FAST-mode'
- ability to change between fast/full refresh modes in runtime
 - optimized bitlogic/loops
 - brigtness control via uint8_t adjusted to matrix width
 - brightnes-control considers fastmode
 - clearScreen() always does full buffer refrash

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-07 12:25:29 +03:00
mrfaptastic
c72dbb1360 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA 2020-12-05 19:15:04 +00:00
mrfaptastic
f31f6e1db3 Layer Class 2020-12-05 19:14:32 +00:00
Emil Muratov
7d5f445629 FM6126A init function optimized
some research on brightness control noted in FM6126A.md

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-05 03:18:25 +03:00
mrfaptastic
32f5cbab73
Merge pull request #42 from vortigont/featured
Aurora demos refactored to fit 256+ pixels wide matrixes
2020-12-02 20:21:37 +00: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
adaf7c8081 Backwards compatability include 2020-11-28 10:03:17 +00:00