aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-16Update README.mdmrfaptastic
2021-02-16Minor changesmrfaptastic
2021-02-16Revert "Minor changes"mrfaptastic
This reverts commit 3214cd643d93a212247bae92e4e9ac4ed20e02e3.
2021-02-16Merge pull request #85 from mrfaptastic/examplesmrfaptastic
TestPatterns example updated
2021-02-16TestPatterns example updatedEmil Muratov
+ some corrections in read.me Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-15Minor changesmrfaptastic
* Fix double buffer example * Remove the I2S user clock config for simplicity - ESP32 turns out to be massively limited anyway to 20Mhz...
2021-02-14Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
Crash fix. Shouldn't actually be less than two.
2021-02-14Improve colour performance if compile-time PIXEL_COLOR_DEPTH_BITS is less than 8mrfaptastic
Refer to the code.
2021-02-13Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2021-02-10Fix backward compatabilitymrfaptastic
oops.
2021-02-10Update README.mdmrfaptastic
2021-02-10Update to 2.0.0mrfaptastic
Also known as the @vortigont release! Hooray!
2021-01-18Update library.propertiesmrfaptastic
2021-01-18Update library.jsonmrfaptastic
2021-01-17Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp"mrfaptastic
This reverts commit f3302c9f876fa6e9e0dae671311478e2a55324d6.
2021-01-11Update README.mdmrfaptastic
2021-01-11Update README.mdmrfaptastic
2021-01-11Update README.mdmrfaptastic
2021-01-10Update examplesmrfaptastic
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-09Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-01-09Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2020-12-27Update README.mdmrfaptastic
2020-12-22Get rid of this examplemrfaptastic
2020-12-22Merge pull request #51 from vortigont/trialsmrfaptastic
Aurora demo changes for virtual panel
2020-12-22Merge branch 'master' into trialsEmil Muratov
2020-12-21minor fixes and commentsEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-19ported changes from non-chained version of example.Emil Muratov
Tested with 128x128 pane (four 64x64 panels) Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-19spelling mistakes/readme correctionsEmil Muratov
2020-12-16Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2020-12-16Update ChainedPanels.inomrfaptastic
2020-12-12Update README.mdmrfaptastic
2020-12-12Adding ICN2038S as apparently it's a clone of FM6126A as well.mrfaptastic
2020-12-08Minor cleanupmrfaptastic
Minor cleanup to the contribution made by @vortigont . Move some of the special constants into specific #defined constants.
2020-12-08GraphicsLayer minor tweaksmrfaptastic
2020-12-07Updated GraphicsLayer examplemrfaptastic
2020-12-07Added GraphicsLayer example.mrfaptastic
2020-12-07Remove layermrfaptastic
2020-12-07Backwards compatability cleanupmrfaptastic
2020-12-07Update README.mdmrfaptastic
2020-12-07Merge pull request #44 from vortigont/brtctrlmrfaptastic
FastMode with brightness control + various other code optimisations.
2020-12-07Mintor change to remove reference.mrfaptastic
Caused compile issues with PatternPlasma on Arduino compiler.
2020-12-07fillrate.md with some test detailsEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-07Updated some examples with fastmode/brightness controlsEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-07GO_FORPEED now 'FAST-mode'Emil Muratov
- 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-05Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2020-12-05Layer Classmrfaptastic
2020-12-05FM6126A init function optimizedEmil Muratov
some research on brightness control noted in FM6126A.md Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-02Merge pull request #42 from vortigont/featuredmrfaptastic
Aurora demos refactored to fit 256+ pixels wide matrixes
2020-12-02some more fixes for Aurora effectsEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2020-12-01Aurora example adopted for 256+ matrixesEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>