| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-12 | Fix arduino compile issue introduced in commit f970b78 | mrfaptastic | |
| 2023-03-12 | Rewrite of VirtualMatrixPanel | mrfaptastic | |
| Fix chaining issue that was mentioned in #402 Compatibility breaking change to now explicitly define chaining type: CHAIN_TOP_LEFT_DOWN, CHAIN_TOP_RIGHT_DOWN, CHAIN_BOTTOM_LEFT_UP, CHAIN_BOTTOM_RIGHT_UP | |||
| 2023-03-11 | remove matrix_rows_in_parallel from config | Lukas | |
| 2023-03-11 | fix: bugs of ROWS_PER_FRAME and PIXELS_PER_ROW when using default constructor | Lukas | |
| fix: bus noconfig set when using default constructor fix: options to set config after construction, to enable use of default Constructor - begin(HUB75_I2S_CFG), setCfg(HUB75_I2S_CFG) fix: second call of begin({pins}) would bug the pin between config and dma usage fix: reorder attributes of HUB75_I2S_CFG and MatrixPanel_I2S_DMA to reduce object size (at least in debug mode) | |||
| 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 | Merge pull request #410 from Lukaswnd/master | mrfaptastic | |
| PIXEL_COLOR_DEPTH_BITS as part of HUB75_I2S_CFG | |||
| 2023-03-10 | Make PIXEL_COLOR_DEPTH_BITS part of HUB75_I2S_CFG (able to set at runtime) | Lukas | |
| 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 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-02-19 | Possible solution for #402 | mrfaptastic | |
| Don't have hardware to test however. | |||
| 2023-02-19 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-02-11 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | Kouzerumatsu / Bananafox | |
| 2023-02-11 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | Kouzerumatsu / Bananafox | |
| 2023-02-09 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | Kouzerumatsu / Bananafox | |
| 2023-02-09 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | mrfaptastic | |
| Fix bracketing for CI | |||
| 2023-02-08 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | Kouzerumatsu / Bananafox | |
| 2023-02-08 | Merge branch 'master' of https://github.com/Kouzeru/ESP32-HUB75-MatrixPanel-DMA | Kouzerumatsu / Bananafox | |
| 2023-02-08 | Deeper color depth | Kouzerumatsu / Bananafox | |
| 2023-02-03 | Update ESP32-VirtualMatrixPanel-I2S-DMA.h | mrfaptastic | |
| 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-02-01 | Update documentation on higher scan rate panels | mrfaptastic | |
| Also breaks the VirtualMatrixPanel backward compatibility for 1/4 scan panels. | |||
| 2023-01-30 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 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-28 | It's 'COLOR' | mrfaptastic | |
| 2023-01-25 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-01-25 | Use PLL_F160M_CLK as clock source on S3 | mrfaptastic | |
| 2023-01-22 | Fix #377 | mrfaptastic | |
| 2023-01-21 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-01-21 | Increase default speed | mrfaptastic | |
| 2023-01-21 | Fix compile error on Arduino | mrfaptastic | |
| 2023-01-21 | Cleanup | mrfaptastic | |
| 2023-01-21 | Add Hue Spectrum Example | Kouzerumatsu / Bananafox | |
| and to elaborate how the BCM correction works | |||
| 2023-01-20 | BCM accumulation correction | Kouzerumatsu / Bananafox | |
| 2023-01-08 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp | mrfaptastic | |
| 2023-01-08 | Fix bug with clearScreen() | mrfaptastic | |
| The use of clearFrameBuffer() internally was inadvertently blasting away the 'brightness' information via. the OE toggling. #366 | |||
| 2023-01-07 | Fiddle with brightness | mrfaptastic | |
| Add new function setBrightness() #366 Takes a value of 0-255 | |||
| 2023-01-01 | Fix to compile issues for PlatformIO | mrfaptastic | |
| 2023-01-01 | Fix compilation issues with Arduino IDE | mrfaptastic | |
| * Fix various compile errors / warnings when using Arduino 2.0 IDE (it compiles to a strict standard and errors out with unused variables etc.) * Fix issue with compiling for ESP32-S2 using Arduino IDE | |||
| 2022-12-26 | Fix compiler complaining about parentheses | Elliot Matson | |
| I was getting this error when using Arduino as an ESP-IDF component, this fix cleared it up `suggest parentheses around '-' in operand of '&' [-Werror=parentheses]` | |||
| 2022-12-17 | Add esp-idf standalone support, | chegewara | |
| tested with esp-idf v5.0 | |||
| 2022-11-17 | PSRAM works now on ESP32-S3 | mrfaptastic | |
| But it's pointless to use as the throughput can only be about 10Mhz. | |||
| 2022-11-11 | Update platform_detect.hpp | mrfaptastic | |
| 2022-11-07 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2022-11-07 | Cleanup and a failed attempt to code a fix for #338 | mrfaptastic | |
| Didn't quite work however. | |||
| 2022-10-26 | Fix hidden TX FIFO ordering bugs | mrfaptastic | |
| On ESP32 original only. Turn byte ordering logic into a compiler macro. | |||
| 2022-10-26 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
