aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-13Update README.mdmrfaptastic
2020-08-13Update README.mdmrfaptastic
2020-08-13drawPixel performance improvementmrfaptastic
It just keeps getting better.
2020-08-12'Final' changes.mrfaptastic
Allocate memory at the row level.
2020-08-11Adjust defaultsmrfaptastic
Minor amendment.
2020-08-11Update README.mdmrfaptastic
2020-08-11Fix bug with fillScreen and re-implement colour correctionmrfaptastic
Forgot to implement this two years ago... nobody noticed.
2020-08-11Update README.mdmrfaptastic
2020-08-10Update README.mdmrfaptastic
2020-08-10Updated GIF examplemrfaptastic
2020-08-10New GIF animation example based on AnimatedGIF library for better performance.mrfaptastic
2020-08-09Minor cleanupmrfaptastic
2020-08-09Remove random dotsmrfaptastic
2020-08-09Update README.mdmrfaptastic
2020-08-09Update README.mdmrfaptastic
2020-08-09Update README.mdmrfaptastic
2020-08-09Update ChainedPanels example, VirtualDisplay Class and Graphic. Thanks Brian ↵mrfaptastic
and Galaxy-Man for input.
2020-08-03Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
2020-08-03Update examplesmrfaptastic
2020-08-03Update README.mdmrfaptastic
2020-08-03Updatemrfaptastic
2020-08-03Updatemrfaptastic
2020-08-03Final graphic fix...mrfaptastic
2020-08-03Fix co-ordinate issuemrfaptastic
2020-08-03Update README.mdmrfaptastic
2020-08-03Update README.mdmrfaptastic
2020-08-03Update SPLIT_MEMORY_MODE.mdmrfaptastic
2020-08-03Update README.mdmrfaptastic
2020-08-03Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
2020-08-03Update display imagemrfaptastic
2020-08-03Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA
2020-08-03VirtualDisplay examplemrfaptastic
2020-08-03Update README.mdmrfaptastic
2020-08-02Update README.mdmrfaptastic
2020-08-02Update README.mdmrfaptastic
2020-08-02Update README.mdmrfaptastic
2020-08-02Added Chained Panels examplemrfaptastic
2020-08-02Minor cleanupmrfaptastic
2020-08-02Improvement to ensure DMA payload limit not hit.mrfaptastic
2020-07-30Minor wording fixesmrfaptastic
2020-07-30Clean up serial debugmrfaptastic
For final version 1.1.0
2020-07-30Minor cleanupmrfaptastic
2020-07-30Return to using Adafruit_GFXmrfaptastic
Actual testing has revealed that GFX_Root doesn't actually save any program or memory. Apparently uses more according to the compiler. Defaulting the library back to Adafruit GFX. With Adafruit GFX: Sketch uses 801298 bytes (61%) of program storage space. Maximum is 1310720 bytes. Global variables use 48992 bytes (14%) of dynamic memory, leaving 278688 bytes for local variables. Maximum is 327680 bytes. With GFX_Root: Sketch uses 804962 bytes (61%) of program storage space. Maximum is 1310720 bytes. Global variables use 49008 bytes (14%) of dynamic memory, leaving 278672 bytes for local variables. Maximum is 327680 bytes.
2020-07-29Fix examples for new versionmrfaptastic
2020-07-29Minor updatesmrfaptastic
2020-07-29Minor fixesmrfaptastic
2020-07-29Update README.mdmrfaptastic
2020-07-29Merge pull request #24 from mrfaptastic/developmentmrfaptastic
Development
2020-07-29Update ESP32-RGB64x32MatrixPanel-I2S-DMA.hmrfaptastic
2020-07-29Improved memory checksmrfaptastic