| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-18 | Fix incorrect virtual Y coordinate for second and next rows of panels | board707 | |
| 2024-06-10 | final calculations | Lukaswnd | |
| 2024-06-10 | test max sizes | Lukaswnd | |
| 2024-06-10 | Kinda works | Lukaswnd | |
| 2024-06-10 | add first re-try of C6 | Lukaswnd | |
| 2024-06-04 | Fix incorrect getCoords() for 16px_high panels | board707 | |
| 2024-05-01 | Update library.properties | mrcodetastic | |
| 2024-05-01 | Update library.json | mrcodetastic | |
| 2024-05-01 | Merge pull request #626 from njh/patch-1 | mrcodetastic | |
| Fix url in library.properties | |||
| 2024-05-01 | Fix url in library.properties | Nicholas Humfrey | |
| 2024-04-22 | Merge pull request #621 from board707/virtual_getCoords | mrcodetastic | |
| Make VirtualMatrixPanel::getCoords() public. | |||
| 2024-04-20 | Make VirtualMatrixPanel::getCoords() public. | board707 | |
| 2024-03-22 | Merge pull request #606 from Lukaswnd/master | mrfaptastic | |
| Update ESP32-VirtualMatrixPanel-I2S-DMA.h | |||
| 2024-03-18 | Update README.md | Lukaswnd | |
| fix issue #593 Did not check, if this is right | |||
| 2024-03-18 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | Lukaswnd | |
| fix issue #594 did not check any further Problems | |||
| 2024-03-06 | Merge pull request #600 from loganfin/master | mrfaptastic | |
| Add esp_lcd dependency to build system | |||
| 2024-03-05 | Add esp_lcd dependency to build system | loganfin | |
| 2024-02-15 | Merge pull request #586 from tomduncalf/patch-1 | mrfaptastic | |
| Add a note on how to setup with Adafruit boards | |||
| 2024-02-13 | Update README.md | Tom Duncalf | |
| 2024-02-13 | Add a note on how to setup with Adafruit boards | Tom Duncalf | |
| Hey, amazing library! I struggled for a while to work with my Adafruit MatrixPortal S3, I'm totally new to this so I had no idea where to find the pinouts. Adding something like this to the README would have saved me an hour :) I'm not sure if there's a better canonical source for the pinout info than the Adafruit example source code? Happy to change! Thanks :) | |||
| 2024-01-23 | Merge pull request #576 from mkalkbrenner/mkalkbrenner-zedmd | mrfaptastic | |
| Include ZeDMD as cool use-case | |||
| 2024-01-23 | Include ZeDMD as cool use-case | Markus Kalkbrenner | |
| 2024-01-22 | Merge pull request #575 from ↵ | mrfaptastic | |
| mrfaptastic/dependabot/github_actions/actions/cache-4 Bump actions/cache from 3 to 4 | |||
| 2024-01-22 | Bump actions/cache from 3 to 4 | dependabot[bot] | |
| Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2024-01-18 | Merge pull request #572 from Lukaswnd/master | mrfaptastic | |
| NO_GFX fixes for VirtualPanel and width/height | |||
| 2024-01-18 | Add width() and height() for NO_GFX | Lukaswnd | |
| add int16_t width() and int16_t height(), when NO_GFX is enabled. you also could get the dimesions the following way height = matrix.getCfg().mx_height; width = matrix.getCfg().mx_width * matrix.getCfg().chain_length; but I think the new funktions are simpler | |||
| 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 | |||
| 2024-01-17 | Update library.properties | mrfaptastic | |
| 2024-01-17 | Update library.json | mrfaptastic | |
| 2023-12-16 | Merge pull request #543 from Lukaswnd/master | mrfaptastic | |
| fix Adafruit_GFX override setRotation | |||
| 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-12-12 | Merge pull request #538 from ↵ | mrfaptastic | |
| mrfaptastic/dependabot/github_actions/actions/setup-python-5 Bump actions/setup-python from 4 to 5 | |||
| 2023-12-11 | Bump actions/setup-python from 4 to 5 | dependabot[bot] | |
| Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2023-11-27 | Update README.md | mrfaptastic | |
| 2023-11-27 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-11-27 | espidf 5.1 vs 4.x fixes | mrfaptastic | |
| 2023-11-27 | Update pio_arduino_build.yml | mrfaptastic | |
| 2023-11-27 | Update and rename esp-idf-4.4.5_with-gfx.yml to esp-idf-5.1.2_with-gfx.yml | mrfaptastic | |
| 2023-11-27 | Update pio_arduino_build.yml | mrfaptastic | |
| 2023-11-27 | Update pio_arduino_build.yml | mrfaptastic | |
| 2023-11-27 | Update pio_arduino_build.yml | mrfaptastic | |
| 2023-11-27 | Update and rename esp-idf-4.4.4_with-gfx.yml to esp-idf-4.4.5_with-gfx.yml | mrfaptastic | |
| 2023-11-27 | Update esp-idf-5.1.2_without-gfx.yml | mrfaptastic | |
| 2023-11-27 | Update and rename esp-idf_with-gfx.yml to esp-idf-4.4.4_with-gfx.yml | mrfaptastic | |
| 2023-11-27 | Update esp-idf_with-gfx.yml | mrfaptastic | |
| 2023-11-27 | Update esp-idf-5.1.2_without-gfx.yml | mrfaptastic | |
| 2023-11-27 | Rename pio_build.yml to pio_arduino_build.yml | mrfaptastic | |
| 2023-11-27 | Update and rename esp-idf_without-gfx.yml to esp-idf-5.1.2_without-gfx.yml | mrfaptastic | |
| 2023-11-27 | Fixes for IDF 5.1 & Arduino 3.0.0 | mrfaptastic | |
| Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2 | |||
| 2023-11-27 | Remove warnings | mrfaptastic | |
