| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-16 | Update README.md | mrfaptastic | |
| 2021-02-16 | Minor changes | mrfaptastic | |
| 2021-02-16 | Revert "Minor changes" | mrfaptastic | |
| This reverts commit 3214cd643d93a212247bae92e4e9ac4ed20e02e3. | |||
| 2021-02-16 | Merge pull request #85 from mrfaptastic/examples | mrfaptastic | |
| TestPatterns example updated | |||
| 2021-02-16 | TestPatterns example updated | Emil Muratov | |
| + some corrections in read.me Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2021-02-15 | Minor changes | mrfaptastic | |
| * Fix double buffer example * Remove the I2S user clock config for simplicity - ESP32 turns out to be massively limited anyway to 20Mhz... | |||
| 2021-02-14 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| Crash fix. Shouldn't actually be less than two. | |||
| 2021-02-14 | Improve colour performance if compile-time PIXEL_COLOR_DEPTH_BITS is less than 8 | mrfaptastic | |
| Refer to the code. | |||
| 2021-02-13 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-02-10 | Fix backward compatability | mrfaptastic | |
| oops. | |||
| 2021-02-10 | Update README.md | mrfaptastic | |
| 2021-02-10 | Update to 2.0.0 | mrfaptastic | |
| Also known as the @vortigont release! Hooray! | |||
| 2021-01-18 | Update library.properties | mrfaptastic | |
| 2021-01-18 | Update library.json | mrfaptastic | |
| 2021-01-17 | Revert "Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp" | mrfaptastic | |
| This reverts commit f3302c9f876fa6e9e0dae671311478e2a55324d6. | |||
| 2021-01-11 | Update README.md | mrfaptastic | |
| 2021-01-11 | Update README.md | mrfaptastic | |
| 2021-01-11 | Update README.md | mrfaptastic | |
| 2021-01-10 | Update examples | mrfaptastic | |
| 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-09 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA | |||
| 2021-01-09 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | mrfaptastic | |
| 2020-12-27 | Update README.md | mrfaptastic | |
| 2020-12-22 | Get rid of this example | mrfaptastic | |
| 2020-12-22 | Merge pull request #51 from vortigont/trials | mrfaptastic | |
| Aurora demo changes for virtual panel | |||
| 2020-12-22 | Merge branch 'master' into trials | Emil Muratov | |
| 2020-12-21 | minor fixes and comments | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2020-12-19 | ported 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-19 | spelling mistakes/readme corrections | Emil Muratov | |
| 2020-12-16 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2020-12-16 | Update ChainedPanels.ino | mrfaptastic | |
| 2020-12-12 | Update README.md | mrfaptastic | |
| 2020-12-12 | Adding ICN2038S as apparently it's a clone of FM6126A as well. | mrfaptastic | |
| 2020-12-08 | Minor cleanup | mrfaptastic | |
| Minor cleanup to the contribution made by @vortigont . Move some of the special constants into specific #defined constants. | |||
| 2020-12-08 | GraphicsLayer minor tweaks | mrfaptastic | |
| 2020-12-07 | Updated GraphicsLayer example | mrfaptastic | |
| 2020-12-07 | Added GraphicsLayer example. | mrfaptastic | |
| 2020-12-07 | Remove layer | mrfaptastic | |
| 2020-12-07 | Backwards compatability cleanup | mrfaptastic | |
| 2020-12-07 | Update README.md | mrfaptastic | |
| 2020-12-07 | Merge pull request #44 from vortigont/brtctrl | mrfaptastic | |
| FastMode with brightness control + various other code optimisations. | |||
| 2020-12-07 | Mintor change to remove reference. | mrfaptastic | |
| Caused compile issues with PatternPlasma on Arduino compiler. | |||
| 2020-12-07 | fillrate.md with some test details | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2020-12-07 | Updated some examples with fastmode/brightness controls | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2020-12-07 | GO_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-05 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA | |||
| 2020-12-05 | Layer Class | mrfaptastic | |
| 2020-12-05 | FM6126A init function optimized | Emil Muratov | |
| some research on brightness control noted in FM6126A.md Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2020-12-02 | Merge pull request #42 from vortigont/featured | mrfaptastic | |
| Aurora demos refactored to fit 256+ pixels wide matrixes | |||
| 2020-12-02 | some more fixes for Aurora effects | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2020-12-01 | Aurora example adopted for 256+ matrixes | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
