| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-19 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrcodetastic | |
| 2025-02-19 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrcodetastic | |
| 2025-02-18 | Changes to Virtual Display | mrcodetastic | |
| Templating based for performance and extendibility. | |||
| 2025-02-08 | Use uint8_t for panel_pixel_base | Jagoda Estera Ślązak | |
| 2025-02-08 | Merge branch 'use_uint8_t_for_panel_resolutions' of ↵ | Jagoda Estera Ślązak | |
| https://github.com/j-g00da/ESP32-HUB75-MatrixPanel-DMA into scan_rate_pixel_base # Conflicts: # src/ESP32-VirtualMatrixPanel-I2S-DMA.h | |||
| 2025-02-08 | Use 8-bit integers, where larger don't make sense | Jagoda Estera Ślązak | |
| 2025-02-08 | Use unsigned integers where negative values doesn't make sense | Jagoda Estera Ślązak | |
| 2025-02-08 | Add ability to set pixel_base without overriding VirtualMatrixPanel | Jagoda Estera Ślązak | |
| 2025-02-03 | Add support for common 40px-high four-scan displays | Jagoda Ślązak | |
| 2025-02-02 | Reformat pixel-mapping code for four-scan screens. | Jagoda Ślązak | |
| 2024-07-22 | Enhance GFX_LITE support | mrcodetastic | |
| 2024-06-18 | Fix incorrect virtual Y coordinate for second and next rows of panels | board707 | |
| 2024-06-04 | Fix incorrect getCoords() for 16px_high panels | board707 | |
| 2024-04-20 | Make VirtualMatrixPanel::getCoords() public. | board707 | |
| 2024-03-18 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | Lukaswnd | |
| fix issue #594 did not check any further Problems | |||
| 2024-01-18 | Fix VirtualMatrixPanel with NO_GFX | Lukaswnd | |
| fix Compile error, 'rotate' in void VirtualMatrixPanel::setRotation is not defined, when using NO_GFX add int16_t width() and int16_t height(), when using NO_GFX Otherwise you cant get the dimensions of the virtual panel | |||
| 2023-12-16 | fix Adafruit_GFX override setRotation | Lukaswnd | |
| The Adafruit_GFX uses setRotation(uint8_t), while the virtual matrix display uses setRotation(int). Therefore there is no implicit override and if you call the function either with an uint8_t or from an Adafruit_GFX* the overloaded funtion is not called | |||
| 2023-04-17 | Support for 1/16 64px high outdoor panels driven by ICN2037BP chip ↵ | yv | |
| (https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/issues/345#issuecomment-1510401192) | |||
| 2023-04-16 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| #354 @rigorka contribution | |||
| 2023-04-03 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-04-01 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-04-01 | Close #432 #430 | mrfaptastic | |
| Implement VirtualDisplayClass rotation (and let AdaFruit_GFX) be aware of it as well for font printing. Ability to 'scale' up (zoom) display as a quick and dirty magnification mode. | |||
| 2023-03-22 | setRotate renamed to setRotation | Dhruv Kumar | |
| Keeping it same as Adafruit_GFX | |||
| 2023-03-22 | setRotate implementation changed | Dhruv Kumar | |
| setRotate(bool) has been replaced by setRotate(int). 0, 1, 2, 3 int inputs are translated to 0, 90, 180 and 270 degrees rotation. Documentation not updated. | |||
| 2023-03-18 | #421 | mrfaptastic | |
| 2023-03-18 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-03-17 | Serpent-less arrangements added | Dhruv Kumar | |
| 2023-03-15 | Add ZigZag options. Close #414 | mrfaptastic | |
| CHAIN_BOTTOM_RIGHT_UP_ZZ CHAIN_TOP_RIGHT_DOWN_ZZ | |||
| 2023-03-15 | Add CHAIN_TOP_RIGHT_DOWN_ZZ | mrfaptastic | |
| 2023-03-13 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-03-12 | Fix arduino compile issue introduced in commit f970b78 | mrfaptastic | |
| 2023-03-12 | Rewrite of VirtualMatrixPanel | mrfaptastic | |
| Fix chaining issue that was mentioned in #402 Compatibility breaking change to now explicitly define chaining type: CHAIN_TOP_LEFT_DOWN, CHAIN_TOP_RIGHT_DOWN, CHAIN_BOTTOM_LEFT_UP, CHAIN_BOTTOM_RIGHT_UP | |||
| 2023-02-19 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-02-03 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-02-01 | Update documentation on higher scan rate panels | mrfaptastic | |
| Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels. | |||
| 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 | |||
