| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-29 | New Version | mrfaptastic | |
| 2020-07-05 | Update library.json | mrfaptastic | |
| 2020-07-05 | Update library.json | mrfaptastic | |
| 2020-07-04 | Update Version | mrfaptastic | |
| 2020-07-04 | Updated name | mrfaptastic | |
| 2020-07-04 | Update title for Arduino Library | mrfaptastic | |
| 2020-07-04 | Merge pull request #22 from adi961/master | mrfaptastic | |
| define MATRIX_HEIGHT, MATRIX_WIDTH and MATRIX_ROWS_IN_PARALLEL only i… | |||
| 2020-07-04 | Update library description for offical Arduino inclusion | mrfaptastic | |
| 2020-03-28 | define MATRIX_HEIGHT, MATRIX_WIDTH and MATRIX_ROWS_IN_PARALLEL only if not ↵ | Adrian Brennig | |
| defined previously | |||
| 2019-11-04 | New bitmap graphics example | mrfaptastic | |
| Added Bitmap graphics example | |||
| 2019-08-18 | Update README.md | mrfaptastic | |
| 2019-08-18 | Update README.md | mrfaptastic | |
| 2019-08-18 | Update README.md | mrfaptastic | |
| Remove confusing reference to the ESP32 bugs document. No longer relevant. | |||
| 2019-08-14 | Add drawIcon function | csloz | |
| Draws a C style Icon on the display using RGB565 color. | |||
| 2019-08-14 | Update ESP32-RGB64x32MatrixPanel-I2S-DMA.h | csloz | |
| 2019-08-14 | Add drawIcon code | csloz | |
| Add drawIcon functionality. Draws from a c bitmap icon. | |||
| 2019-07-30 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA | |||
| 2019-07-30 | added Color333 function | mrfaptastic | |
| #16 | |||
| 2019-07-30 | Update README.md | mrfaptastic | |
| 2019-07-30 | Adjust default library brightness and refresh rate (memory usage). | mrfaptastic | |
| To avoid it being so crashy for people testing this on setups with no caps. | |||
| 2019-07-29 | Make PatternPlasma great again | mrfaptastic | |
| 2019-07-29 | Cleanup | mrfaptastic | |
| 2019-07-29 | Update README.md | mrfaptastic | |
| 2019-07-29 | Update README.md | mrfaptastic | |
| 2019-07-29 | Update re brightness level | mrfaptastic | |
| 2019-07-29 | rename setBrightness to setPanelBrightness | mrfaptastic | |
| For some strange reason it causes a panic. Some other arduino function must be conflicting. | |||
| 2019-07-29 | Updated readme regarding ghosting | mrfaptastic | |
| 2019-07-29 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA | |||
| 2019-07-29 | Reduce / Remove Ghosting | mrfaptastic | |
| After a lot of trial and error, I believe I've found the resolution to the ghosting, and it's as simple as reducing the brightness level to 60. The actual brightness doesn't change it seems, but the timing of the OE pin being set HIGH is performed earlier which can work better on some panels. Closes: #14 #12 | |||
| 2019-07-13 | Update README.md | mrfaptastic | |
| Update README per #15 | |||
| 2019-05-11 | Added new demo | mrfaptastic | |
| Based on Aurora code. | |||
| 2019-01-12 | Update Buffer_Swap_Test.ino | mrfaptastic | |
| 2019-01-12 | Added double buffering / back buffer example | mrfaptastic | |
| Current implementation simply write to the active DMA buffer, but you might want to use both buffers and do off-screen writes. | |||
| 2019-01-09 | Disable auto back-buffer switch logic. | mrfaptastic | |
| No point changing to the back-buffer automatically, should be for advanced/manual uses of the library. | |||
| 2019-01-03 | Memory allocation changes | mrfaptastic | |
| Move malloc from static class constructor to begin(). Possible fix for #3 | |||
| 2019-01-03 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA | |||
| 2019-01-03 | Updated images | mrfaptastic | |
| 2019-01-03 | Updated README for new custom pin mapping | mrfaptastic | |
| 2019-01-03 | Added ability to define custom pin mappings | mrfaptastic | |
| Closes issue #4 Use something like: ' display.begin(R1_PIN, G1_PIN, B1_PIN, R2_PIN, G2_PIN, B2_PIN, A_PIN, B_PIN, C_PIN, D_PIN, E_PIN, LAT_PIN, OE_PIN, CLK_PIN ); // setup the LED matrix' with R1_PIN etc. referring to your own define or constant variables | |||
| 2019-01-02 | Addition of faster fillScreen function | mrfaptastic | |
| Addition of a function to wipe the entire DMA buffer / screen with a single color in a quicker manner. | |||
| 2018-12-31 | Merge pull request #5 from marcmerlin/master | mrfaptastic | |
| Updated demo text. Merging changes from @marcmerlin. Thanks | |||
| 2018-12-25 | Port Panel GFX demo. | Marc MERLIN | |
| 2018-12-25 | Initial version from git@github.com:marcmerlin/RGB-matrix-Panel.git . | Marc MERLIN | |
| 2018-12-25 | Update demo screen (less blurry, no overwrite and proper colors). | Marc MERLIN | |
| 2018-12-25 | Fix RGB to actually be RGB | Marc MERLIN | |
| Also aligned text to avoid overwriting. | |||
| 2018-10-31 | Added PatternWave demo sketch | mrfaptastic | |
| New Sketch | |||
| 2018-10-29 | Brightness re-enabled. | mrfaptastic | |
| Brightness code was commented out, uncommented. Default the library so that panels display max brightness. | |||
| 2018-10-29 | Minor wording changes. | mrfaptastic | |
| 2018-10-29 | Fixed co-ordinate check bug in updateMatrixDMABuffer | mrfaptastic | |
| Thanks to @FrenchLab47 for finding this one. Co-Authored-By: Patrick BESSE <pbe33@free.fr> | |||
| 2018-10-25 | Animated GIF example added | mrfaptastic | |
