aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-18Fix incorrect virtual Y coordinate for second and next rows of panelsboard707
2024-06-10final calculationsLukaswnd
2024-06-10test max sizesLukaswnd
2024-06-10Kinda worksLukaswnd
2024-06-10add first re-try of C6Lukaswnd
2024-06-04Fix incorrect getCoords() for 16px_high panelsboard707
2024-05-01Update library.propertiesmrcodetastic
2024-05-01Update library.jsonmrcodetastic
2024-05-01Merge pull request #626 from njh/patch-1mrcodetastic
Fix url in library.properties
2024-05-01Fix url in library.propertiesNicholas Humfrey
2024-04-22Merge pull request #621 from board707/virtual_getCoordsmrcodetastic
Make VirtualMatrixPanel::getCoords() public.
2024-04-20Make VirtualMatrixPanel::getCoords() public.board707
2024-03-22Merge pull request #606 from Lukaswnd/mastermrfaptastic
Update ESP32-VirtualMatrixPanel-I2S-DMA.h
2024-03-18Update README.mdLukaswnd
fix issue #593 Did not check, if this is right
2024-03-18Update ESP32-VirtualMatrixPanel-I2S-DMA.hLukaswnd
fix issue #594 did not check any further Problems
2024-03-06Merge pull request #600 from loganfin/mastermrfaptastic
Add esp_lcd dependency to build system
2024-03-05Add esp_lcd dependency to build systemloganfin
2024-02-15Merge pull request #586 from tomduncalf/patch-1mrfaptastic
Add a note on how to setup with Adafruit boards
2024-02-13Update README.mdTom Duncalf
2024-02-13Add a note on how to setup with Adafruit boardsTom 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-23Merge pull request #576 from mkalkbrenner/mkalkbrenner-zedmdmrfaptastic
Include ZeDMD as cool use-case
2024-01-23Include ZeDMD as cool use-caseMarkus Kalkbrenner
2024-01-22Merge pull request #575 from ↵mrfaptastic
mrfaptastic/dependabot/github_actions/actions/cache-4 Bump actions/cache from 3 to 4
2024-01-22Bump actions/cache from 3 to 4dependabot[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-18Merge pull request #572 from Lukaswnd/mastermrfaptastic
NO_GFX fixes for VirtualPanel and width/height
2024-01-18Add width() and height() for NO_GFXLukaswnd
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-18Fix VirtualMatrixPanel with NO_GFXLukaswnd
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-17Update library.propertiesmrfaptastic
2024-01-17Update library.jsonmrfaptastic
2023-12-16Merge pull request #543 from Lukaswnd/mastermrfaptastic
fix Adafruit_GFX override setRotation
2023-12-16fix Adafruit_GFX override setRotationLukaswnd
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-12Merge pull request #538 from ↵mrfaptastic
mrfaptastic/dependabot/github_actions/actions/setup-python-5 Bump actions/setup-python from 4 to 5
2023-12-11Bump actions/setup-python from 4 to 5dependabot[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-27Update README.mdmrfaptastic
2023-11-27Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-11-27espidf 5.1 vs 4.x fixesmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf-4.4.5_with-gfx.yml to esp-idf-5.1.2_with-gfx.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf-4.4.4_with-gfx.yml to esp-idf-4.4.5_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-11-27Update and rename esp-idf_with-gfx.yml to esp-idf-4.4.4_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf_with-gfx.ymlmrfaptastic
2023-11-27Update esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-11-27Rename pio_build.yml to pio_arduino_build.ymlmrfaptastic
2023-11-27Update and rename esp-idf_without-gfx.yml to esp-idf-5.1.2_without-gfx.ymlmrfaptastic
2023-11-27Fixes for IDF 5.1 & Arduino 3.0.0mrfaptastic
Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2
2023-11-27Remove warningsmrfaptastic