| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-23 | Fix CI issues | mrfaptastic | |
| 2022-10-23 | Merge pull request #333 from abrender/patch-2 | mrfaptastic | |
| Fix missing variable in ESP_LOGI call | |||
| 2022-10-23 | Merge pull request #332 from abrender/patch-1 | mrfaptastic | |
| Update CMakeLists.txt | |||
| 2022-10-23 | Minor updates | mrfaptastic | |
| 2022-10-23 | Minor updates | mrfaptastic | |
| 2022-10-10 | Fix missing variable in ESP_LOGI call | Avi 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-10 | Update CMakeLists.txt | Avi 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-07 | Update Readme.md | mrfaptastic | |
| 2022-10-07 | Update README.md | mrfaptastic | |
| 2022-10-06 | Merge pull request #327 from mrfaptastic/3.0.0-beta | mrfaptastic | |
| 3.0.0 beta | |||
| 2022-10-06 | Updates | mrfaptastic | |
| 2022-10-06 | Create LICENSE.txt | mrfaptastic | |
| 2022-10-06 | Delete LICENSE.txt | mrfaptastic | |
| 2022-10-06 | Delete WiringExample.jpg | mrfaptastic | |
| 2022-10-06 | Update library.json | mrfaptastic | |
| 2022-10-06 | Update library.properties | mrfaptastic | |
| 2022-10-05 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | mrfaptastic | |
| 2022-10-05 | Cleanup | mrfaptastic | |
| Consistent spelling of 'colour', double buffering works technically on S3. | |||
| 2022-09-30 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2022-09-30 | Enable double buffering | mrfaptastic | |
| Doesn't work though with new refactored code on S3 device - do not use... | |||
| 2022-09-30 | Minor update. | mrfaptastic | |
| 2022-09-30 | Delete esp32_i2s_parallel_mcu_def.h.txt | mrfaptastic | |
| 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-16 | Update README.md | mrfaptastic | |
| 2022-08-16 | Merge pull request #307 from solhuebner/patch-4 | mrfaptastic | |
| Fix VirtualMatrixPanel scan rates | |||
| 2022-08-16 | Merge pull request #306 from abrender/patch-1 | mrfaptastic | |
| Update `B` pin in #define to match the table. | |||
| 2022-08-16 | Update README.md | mrfaptastic | |
| 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-08-07 | Update `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-31 | Merge pull request #305 from lols/patch-1 | mrfaptastic | |
| fix use USE_GFX_ROOT compile error | |||
| 2022-07-23 | fix use GFX_ROOT compile error | lols | |
| for VirtualMatrixPanel issue#304 | |||
| 2022-07-04 | Merge pull request #294 from jnthas/master | mrfaptastic | |
| Add another cool use of the library | |||
| 2022-07-03 | Update README.md | Jonathas Barbosa | |
| 2022-05-26 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2022-02-27 | Update library.properties | mrfaptastic | |
| 2022-02-27 | Update library.json | mrfaptastic | |
| 2022-02-06 | Merge pull request #254 from solhuebner/patch-2 | mrfaptastic | |
| Fix watchdog doublebuff issue | |||
| 2022-02-06 | Merge pull request #252 from solhuebner/patch-1 | mrfaptastic | |
| Include Adafruit-GFX-Library in CMake build by default | |||
| 2022-02-01 | Fix watchdog doublebuff issue | Sol Huebner | |
| Fix for #253 | |||
| 2022-01-30 | Include Adafruit-GFX-Library in CMake build by default | Sol Huebner | |
| 2022-01-13 | Merge pull request #240 from solhuebner/patch-3 | mrfaptastic | |
| Fix boundary check of VirtualMatrixPanel getCoords | |||
| 2022-01-13 | Merge pull request #239 from solhuebner/patch-1 | mrfaptastic | |
| Added missing fillScreenRGB888 to VirtualMatrixPanel | |||
| 2022-01-13 | Merge pull request #237 from mrfaptastic/dev | mrfaptastic | |
| Better CI checks | |||
| 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-11 | Update 'TestPatterns' example to cover more build flags and options | Emil Muratov | |
| test patterns - regular - debug - minimal - vpane - vpane_minimal | |||
| 2022-01-10 | Update One_Eight_1_8_ScanPanel.ino | mrfaptastic | |
| 2022-01-10 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| Implemented changes as proposed by @danieldecesaro in #204 | |||
| 2022-01-10 | Merge branch 'master' into dev | Emil Muratov | |
| 2022-01-10 | Update README.md | mrfaptastic | |
