| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-30 | Update to include S3 support. | mrfaptastic | |
| Refactor tonnes of code. Double buffering not yet fully tested. PSRAM support doesn't work at all - garbled mess. Enable in platformIO using: build_flags = -DSPIRAM_FRAMEBUFFER=1 | |||
| 2022-08-07 | Fix VirtualMatrixPanel scan rates | Sol Huebner | |
| New PR to include changes made by #305 Fixes #286 and related single display issues I tried to avoid "fixing" the formatting but it was all over the place so I had to ;) Would be great if we could get some QC tests, especially for single display VirtualMatrixPanel usage. | |||
| 2022-07-23 | fix use GFX_ROOT compile error | lols | |
| for VirtualMatrixPanel issue#304 | |||
| 2022-01-13 | Merge pull request #240 from solhuebner/patch-3 | mrfaptastic | |
| Fix boundary check of VirtualMatrixPanel getCoords | |||
| 2022-01-10 | Fix boundary check of VirtualMatrixPanel getCoords | Sol Huebner | |
| Oversight from last NO_GFX PR as width() and height() were returning already rotated values. So we need to rotate first and then check if we are still within the boundaries of the virtual panel. | |||
| 2022-01-10 | Added missing fillScreenRGB888 to VirtualMatrixPanel | Sol Huebner | |
| Fixes #238 | |||
| 2022-01-10 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| Implemented changes as proposed by @danieldecesaro in #204 | |||
| 2022-01-09 | small explanation update | Sol Huebner | |
| 2022-01-09 | VirtualMatrixPanel NO_GFX fix | Sol Huebner | |
| getCoords can not access width() and height() with NO_GFX and setRotate is a GFX function so it needs to be part of the #ifndef NO_GFX check | |||
| 2021-12-20 | Integrate 1/8 Scan Panel logic into VirtualMatrixPanel class | mrfaptastic | |
| 2021-12-20 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-12-20 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-11-22 | 1/8 Scan Panel Example | mrfaptastic | |
| #154 #204 Also supports chaining. | |||
| 2021-10-17 | Fix some typos | Mike Causer | |
| 2021-08-28 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-08-19 | Revert "Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA" This reverts commit b6cbfce5dd3c99969eee8d506a6f9ecabbd81910, reversing changes made to c5227fd15eb6138ed6dce9a3504110eed04cb938. | |||
| 2021-08-19 | Double buff w/o delay | Emil Muratov | |
| - removed delay() from buffer swap - add new method to check if back buffer is safe to write to - obsolete showDMABuffer() | |||
| 2021-06-12 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| Minor optimisations and readability clean-up. | |||
| 2021-06-10 | Various fixes | mrfaptastic | |
| * Default to inverted clock phase because it's the second time this has happened, and it doesn't impact older panels. * Fix an issue with the Virtual Display Class | |||
| 2021-06-09 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-05-22 | clearScreen() now wipes only color data for current buffer | Emil Muratov | |
| Signed-off-by: Emil Muratov <gpm@hotplug.ru> | |||
| 2021-05-16 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-04-07 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| Third time lucky. | |||
| 2021-04-06 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-04-05 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2021-04-05 | Added setRotate() to VirtualDisplay class | mrfaptastic | |
| 2021-03-31 | Update VirtualMatrixPanel class | mrfaptastic | |
| 2021-02-10 | Update to 2.0.0 | mrfaptastic | |
| Also known as the @vortigont release! Hooray! | |||
| 2020-11-28 | Update library class and name | mrfaptastic | |
| 2020-11-28 | Change library name | mrfaptastic | |
| 2020-09-20 | Expose flip/show dma buffer to underlying dma_display instance | mrfaptastic | |
| To avoid confusion / issues. | |||
| 2020-08-24 | Fixes | mrfaptastic | |
| 2020-08-09 | Minor cleanup | mrfaptastic | |
| 2020-08-09 | Update ChainedPanels example, VirtualDisplay Class and Graphic. Thanks Brian ↵ | mrfaptastic | |
| and Galaxy-Man for input. | |||
| 2020-08-02 | Improvement to ensure DMA payload limit not hit. | mrfaptastic | |
