| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-18 | Changes to Virtual Display | mrcodetastic | |
| Templating based for performance and extendibility. | |||
| 2025-01-23 | fix compile error on espidf v4.4.8 with target esp32s3 | Edwin Eefting | |
| 2025-01-19 | Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp | Jan-Henrik Bruhn | |
| The esp32c6 DMA Parallel IO implementation includes Arduino.h in the second line, and then later on, with the correct ifdef-gates. This removes that first line because it causes issues when building with esp-idf also for other targets. | |||
| 2025-01-14 | Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0 | kroimon | |
| 2025-01-03 | Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp | Lukaswnd | |
| 2024-10-11 | esp32-S3 fix for crash in Bus_Parallel16::release() | Frank | |
| has crashed during "delete display" | |||
| 2024-08-07 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-26 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-22 | Update gdma_lcd_parallel16.cpp | mrcodetastic | |
| 2024-07-21 | Update esp32_i2s_parallel_dma.cpp | mrcodetastic | |
| 2024-07-21 | minor fixes | mrcodetastic | |
| 2024-07-21 | Update esp32_i2s_parallel_dma.cpp | mrcodetastic | |
| 2024-07-19 | revert | mrcodetastic | |
| 2024-07-17 | Update esp32_i2s_parallel_dma.cpp | mrcodetastic | |
| 2024-07-17 | Update esp32_i2s_parallel_dma.cpp | mrcodetastic | |
| 2024-07-17 | clock speed fixes | mrcodetastic | |
| 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 | |
| 2023-11-27 | espidf 5.1 vs 4.x fixes | 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 | |
| 2023-11-26 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-11-26 | Fix ESP_LOG statements | mrfaptastic | |
| Correct int width specifier | |||
| 2023-10-24 | Fix: compile errors on espidf v5 | Dorian Zedler | |
| 2023-05-09 | `esp-idf`: Add menuconfig option `ESP32_HUB75_USE_GFX`. | Avi | |
| This pull requests adds a menuconfig option named `ESP32_HUB75_USE_GFX` which is used to determine if the Adafruit GFX component should be required and used for the build. menuconfig options are the standard way to change behavior of components in `esp-idf`. [Commit b8367d9](https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/b8367d95d20da4edd149f207dd86665c3cc70588) introduced a backwards incompatible change that caused `idf-idf` to only require the Adafruit-GFX-Library component if `ARDUINO_ARCH_ESP32` was set. `ARDUINO_ARCH_ESP32` is set in platformIO, the arduino software but not in the standalone `esp-idf` installation. | |||
| 2023-04-19 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2023-04-19 | #442 #441 #435 | mrfaptastic | |
| 2023-04-18 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| 2023-04-03 | Update gdma_lcd_parallel16.cpp | 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-21 | Fix S2 compiling | mrfaptastic | |
| 2023-03-19 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-03-19 | Rowcan shuffling #338 | mrfaptastic | |
| 2023-03-18 | Reduce #338 | mrfaptastic | |
| 2023-03-10 | Update gdma_lcd_parallel16.cpp | mrfaptastic | |
| Bring S3 flip code in line with fix provided by @Lukaswnd for #402 | |||
| 2023-03-10 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-03-10 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-03-09 | fix: _dmadesc_ loop -> better Image quality | Lukas | |
| fix: min_refresh_rate to uint16_t -> higher min_refresh_rate possible fix: hlineDMA and vlineDMA when line starts off matrix it is now partially drawn instead of not at all -> used in Text when size > 1 and letter is scrolling out | |||
| 2023-02-19 | Further changes to see if there's a solution to #402 | mrfaptastic | |
| 2023-02-19 | Possible solution for #402 | mrfaptastic | |
| Don't have hardware to test however. | |||
| 2023-02-03 | Update esp32_i2s_parallel_dma.hpp | mrfaptastic | |
| Makes ESP32_I2S_DEVICE adjustable via compile time define on ESP32 (original) | |||
| 2023-02-01 | Another ESP_LOG formatting fix | Elliot Matson | |
| CI doesn't cover the S2 or S3 models, I might see if I can fix that soon | |||
| 2023-01-29 | Fix printf formatting | Elliot Matson | |
| These lines threw errors with Arduino as an ESP-IDF component, looks like Arduino might be automatically casting them? | |||
| 2023-01-25 | Use PLL_F160M_CLK as clock source on S3 | mrfaptastic | |
| 2023-01-22 | Fix #377 | mrfaptastic | |
| 2023-01-01 | Fix to compile issues for PlatformIO | mrfaptastic | |
