aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-13Add SDCard AnimatedGIF examplemrfaptastic
2023-03-12Updatemrfaptastic
2023-03-12Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12VirtualMatrixPanel test programmrfaptastic
For library development validation purposes.
2023-03-12Update pio_build.ymlmrfaptastic
2023-03-12Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12Update ESP32-HUB75-MatrixPanel-I2S-DMA.hmrfaptastic
2023-03-12Update main.cppmrfaptastic
2023-03-12Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12Update Panel_Chaining_Types.odsmrfaptastic
2023-03-12Update README.mdmrfaptastic
2023-03-12Update README.mdmrfaptastic
2023-03-12Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-03-12Fix arduino compile issue introduced in commit f970b78mrfaptastic
2023-03-12Update README.mdmrfaptastic
2023-03-12Rewrite of VirtualMatrixPanelmrfaptastic
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-11Merge pull request #413 from Lukaswnd/mastermrfaptastic
Bugs with config and default constructor
2023-03-11remove matrix_rows_in_parallel from configLukas
2023-03-11fix: bugs of ROWS_PER_FRAME and PIXELS_PER_ROW when using default constructorLukas
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-10Update gdma_lcd_parallel16.cppmrfaptastic
Bring S3 flip code in line with fix provided by @Lukaswnd for #402
2023-03-10Merge pull request #410 from Lukaswnd/mastermrfaptastic
PIXEL_COLOR_DEPTH_BITS as part of HUB75_I2S_CFG
2023-03-10Make PIXEL_COLOR_DEPTH_BITS part of HUB75_I2S_CFG (able to set at runtime)Lukas
2023-03-10Update AnimatedGIFPanel.inomrfaptastic
2023-03-10Delete examples/ChainedPanelsScreenBuffer directorymrfaptastic
2023-03-10Delete examples/SmoothDoubleBuffer directorymrfaptastic
2023-03-10Update esp32_i2s_parallel_dma.cppmrfaptastic
2023-03-10Update esp32_i2s_parallel_dma.cppmrfaptastic
2023-03-09Merge pull request #408 from Lukaswnd/mastermrfaptastic
fix: _dmadesc_ loopc
2023-03-09fix: _dmadesc_ loop -> better Image qualityLukas
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-21Update README.mdmrfaptastic
2023-02-21Merge pull request #404 from LostInCompilation/fix_readmemrfaptastic
Fixed README Table Of Contents
2023-02-20Fixed README TOCLostInCompilation
2023-02-20Merge pull request #403 from Kouzeru/mastermrfaptastic
New demo: Julia Set Demo
2023-02-20Create Julia_Set_Demo.inoKouzerumatsu / Bananafox
2023-02-19Further changes to see if there's a solution to #402mrfaptastic
2023-02-19Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2023-02-19Possible solution for #402mrfaptastic
Don't have hardware to test however.
2023-02-19Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2023-02-11Merge pull request #398 from Kouzeru/mastermrfaptastic
Fix compilation fail with NO_GFX
2023-02-11Merge branch 'mrfaptastic:master' into masterKouzerumatsu / Bananafox
2023-02-11Update ESP32-HUB75-MatrixPanel-I2S-DMA.hKouzerumatsu / Bananafox
2023-02-11Merge pull request #397 from Kouzeru/mastermrfaptastic
add support for setRotation()
2023-02-11Merge branch 'mrfaptastic:master' into masterKouzerumatsu / Bananafox
2023-02-11Update ESP32-HUB75-MatrixPanel-I2S-DMA.hKouzerumatsu / Bananafox
2023-02-10Merge pull request #394 from Kouzeru/mastermrfaptastic
Slight fix to catch the least bits
2023-02-09Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppKouzerumatsu / Bananafox
2023-02-09Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
Fix bracketing for CI
2023-02-09Merge pull request #393 from Kouzeru/mastermrfaptastic
Add support for color depth beyond 8-bits
2023-02-08Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppKouzerumatsu / Bananafox
2023-02-08Merge branch 'master' of https://github.com/Kouzeru/ESP32-HUB75-MatrixPanel-DMAKouzerumatsu / Bananafox