aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-23Fix CI issuesmrfaptastic
2022-10-23Merge pull request #333 from abrender/patch-2mrfaptastic
Fix missing variable in ESP_LOGI call
2022-10-23Merge pull request #332 from abrender/patch-1mrfaptastic
Update CMakeLists.txt
2022-10-23Minor updatesmrfaptastic
2022-10-23Minor updatesmrfaptastic
2022-10-10Fix missing variable in ESP_LOGI callAvi B
This log line was broken in https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/7628be00c2a99f7189d2498f36e0e7857a371440 and causes a build error for esp-idf.
2022-10-10Update CMakeLists.txtAvi B
This pull request updates the src files to their new locations. The files were moved in https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/7628be00c2a99f7189d2498f36e0e7857a371440
2022-10-07Update Readme.mdmrfaptastic
2022-10-07Update README.mdmrfaptastic
2022-10-06Merge pull request #327 from mrfaptastic/3.0.0-betamrfaptastic
3.0.0 beta
2022-10-06Updatesmrfaptastic
2022-10-06Create LICENSE.txtmrfaptastic
2022-10-06Delete LICENSE.txtmrfaptastic
2022-10-06Delete WiringExample.jpgmrfaptastic
2022-10-06Update library.jsonmrfaptastic
2022-10-06Update library.propertiesmrfaptastic
2022-10-05Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2022-10-05Cleanupmrfaptastic
Consistent spelling of 'colour', double buffering works technically on S3.
2022-09-30Update gdma_lcd_parallel16.cppmrfaptastic
2022-09-30Enable double bufferingmrfaptastic
Doesn't work though with new refactored code on S3 device - do not use...
2022-09-30Minor update.mrfaptastic
2022-09-30Delete esp32_i2s_parallel_mcu_def.h.txtmrfaptastic
2022-09-30Update 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-16Update README.mdmrfaptastic
2022-08-16Merge pull request #307 from solhuebner/patch-4mrfaptastic
Fix VirtualMatrixPanel scan rates
2022-08-16Merge pull request #306 from abrender/patch-1mrfaptastic
Update `B` pin in #define to match the table.
2022-08-16Update README.mdmrfaptastic
2022-08-07Fix VirtualMatrixPanel scan ratesSol 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-08-07Update `B` pin in #define to match the table.Avi B
The table shown under "Wiring ESP32 with the LED Matrix Panel" lists `B` pin as connected to IO19. The section right under it has `#define B_PIN 22`. This is inconsistent, while the rest of the pins match exactly.
2022-07-31Merge pull request #305 from lols/patch-1mrfaptastic
fix use USE_GFX_ROOT compile error
2022-07-23fix use GFX_ROOT compile errorlols
for VirtualMatrixPanel issue#304
2022-07-04Merge pull request #294 from jnthas/mastermrfaptastic
Add another cool use of the library
2022-07-03Update README.mdJonathas Barbosa
2022-05-26Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2022-02-27Update library.propertiesmrfaptastic
2022-02-27Update library.jsonmrfaptastic
2022-02-06Merge pull request #254 from solhuebner/patch-2mrfaptastic
Fix watchdog doublebuff issue
2022-02-06Merge pull request #252 from solhuebner/patch-1mrfaptastic
Include Adafruit-GFX-Library in CMake build by default
2022-02-01Fix watchdog doublebuff issueSol Huebner
Fix for #253
2022-01-30Include Adafruit-GFX-Library in CMake build by defaultSol Huebner
2022-01-13Merge pull request #240 from solhuebner/patch-3mrfaptastic
Fix boundary check of VirtualMatrixPanel getCoords
2022-01-13Merge pull request #239 from solhuebner/patch-1mrfaptastic
Added missing fillScreenRGB888 to VirtualMatrixPanel
2022-01-13Merge pull request #237 from mrfaptastic/devmrfaptastic
Better CI checks
2022-01-10Fix boundary check of VirtualMatrixPanel getCoordsSol 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-10Added missing fillScreenRGB888 to VirtualMatrixPanelSol Huebner
Fixes #238
2022-01-11Update 'TestPatterns' example to cover more build flags and optionsEmil Muratov
test patterns - regular - debug - minimal - vpane - vpane_minimal
2022-01-10Update One_Eight_1_8_ScanPanel.inomrfaptastic
2022-01-10Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
Implemented changes as proposed by @danieldecesaro in #204
2022-01-10Merge branch 'master' into devEmil Muratov
2022-01-10Update README.mdmrfaptastic