| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-13 | Add SDCard AnimatedGIF example | mrfaptastic | |
| 2023-03-12 | Update | mrfaptastic | |
| 2023-03-12 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-03-12 | VirtualMatrixPanel test program | mrfaptastic | |
| For library development validation purposes. | |||
| 2023-03-12 | Update pio_build.yml | mrfaptastic | |
| 2023-03-12 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-03-12 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | mrfaptastic | |
| 2023-03-12 | Update main.cpp | mrfaptastic | |
| 2023-03-12 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-03-12 | Update Panel_Chaining_Types.ods | mrfaptastic | |
| 2023-03-12 | Update README.md | mrfaptastic | |
| 2023-03-12 | Update README.md | mrfaptastic | |
| 2023-03-12 | Merge branch 'master' of ↵ | mrfaptastic | |
| https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA | |||
| 2023-03-12 | Fix arduino compile issue introduced in commit f970b78 | mrfaptastic | |
| 2023-03-12 | Update README.md | 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 | Merge pull request #413 from Lukaswnd/master | mrfaptastic | |
| Bugs with config and default constructor | |||
| 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 AnimatedGIFPanel.ino | mrfaptastic | |
| 2023-03-10 | Delete examples/ChainedPanelsScreenBuffer directory | mrfaptastic | |
| 2023-03-10 | Delete examples/SmoothDoubleBuffer directory | mrfaptastic | |
| 2023-03-10 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-03-10 | Update esp32_i2s_parallel_dma.cpp | mrfaptastic | |
| 2023-03-09 | Merge pull request #408 from Lukaswnd/master | mrfaptastic | |
| fix: _dmadesc_ loopc | |||
| 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-21 | Update README.md | mrfaptastic | |
| 2023-02-21 | Merge pull request #404 from LostInCompilation/fix_readme | mrfaptastic | |
| Fixed README Table Of Contents | |||
| 2023-02-20 | Fixed README TOC | LostInCompilation | |
| 2023-02-20 | Merge pull request #403 from Kouzeru/master | mrfaptastic | |
| New demo: Julia Set Demo | |||
| 2023-02-20 | Create Julia_Set_Demo.ino | Kouzerumatsu / Bananafox | |
| 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 | Merge pull request #398 from Kouzeru/master | mrfaptastic | |
| Fix compilation fail with NO_GFX | |||
| 2023-02-11 | Merge branch 'mrfaptastic:master' into master | Kouzerumatsu / Bananafox | |
| 2023-02-11 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | Kouzerumatsu / Bananafox | |
| 2023-02-11 | Merge pull request #397 from Kouzeru/master | mrfaptastic | |
| add support for setRotation() | |||
| 2023-02-11 | Merge branch 'mrfaptastic:master' into master | Kouzerumatsu / Bananafox | |
| 2023-02-11 | Update ESP32-HUB75-MatrixPanel-I2S-DMA.h | Kouzerumatsu / Bananafox | |
| 2023-02-10 | Merge pull request #394 from Kouzeru/master | mrfaptastic | |
| Slight fix to catch the least bits | |||
| 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-09 | Merge pull request #393 from Kouzeru/master | mrfaptastic | |
| Add support for color depth beyond 8-bits | |||
| 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 | |
