aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-25Merge pull request #122 from vortigont/newclearmrfaptastic
clearScreen() now wipes only color data for current buffer
2021-05-22clearScreen() now wipes only color data for current bufferEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-05-16Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2021-04-13Update AnimatedGIFPanel.inomrfaptastic
2021-04-12Documentation updatesmrfaptastic
2021-04-07Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
Third time lucky.
2021-04-06Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2021-04-05Update ESP32-VirtualMatrixPanel-I2S-DMA.hmrfaptastic
2021-04-05Added setRotate() to VirtualDisplay classmrfaptastic
2021-03-31Bump versionmrfaptastic
Fix broken examples
2021-03-31Update QuarterScanMatrixPanel.hmrfaptastic
2021-03-31Update VirtualMatrixPanel classmrfaptastic
2021-03-28Enabled FastLED CRGB Supportmrfaptastic
2021-03-28Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-03-28Implement FastLED CRGB supportmrfaptastic
Remove legacy RGB24 struct, and overide drawPixel to support CRGB 24bit struct value passed as a colour. FastLED library required to be installed when FASTLED_CRGB_SUPPORT enabled.
2021-03-28Update README.mdmrfaptastic
2021-03-28Update library.jsonmrfaptastic
2021-03-28Update library.propertiesmrfaptastic
2021-03-25Update README.mdmrfaptastic
2021-03-25Update README.mdmrfaptastic
2021-03-25Update README.mdmrfaptastic
2021-03-25Update README.mdmrfaptastic
2021-03-08Update README.mdmrfaptastic
2021-03-08Update README.mdmrfaptastic
2021-03-08Update README.mdmrfaptastic
2021-02-28Fix compiler yells about reorderingEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-28Update README.mdmrfaptastic
2021-02-28Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-02-28Update BitmapIcons.inomrfaptastic
2021-02-28Update README.mdmrfaptastic
2021-02-28Clean up bitmap graphics examplemrfaptastic
2021-02-22move min_refresh_rate to core configmrfaptastic
Can only be setup on initisation of the library. Moving to a start-up configuration variable like the others.
2021-02-22Merge pull request #88 from mrfaptastic/clkphasemrfaptastic
Clock phase toggling option + DMA stop function
2021-02-20Update esp32_i2s_parallel_v2.cmrfaptastic
2021-02-20Add stopDMAtransfer functionmrfaptastic
2021-02-20Merge pull request #90 from mrfaptastic/docsmrfaptastic
Docs
2021-02-20Fixed brightness set to 75% in examplesEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20TOC for readmeEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20Updated documentionEmil Muratov
- more detailed build options description - added i2s calculator to estimate lib parameters Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-20Build-time flag to disable CIE1931 color correctionEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-19Make SimpleTestShapes great again.mrfaptastic
Long forgotten about.
2021-02-19Moved driver-specific code to a separate fileEmil Muratov
Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-19Clock phase toggling option, required to support MBI5124 chipsEmil Muratov
Closes #75 Signed-off-by: Emil Muratov <gpm@hotplug.ru>
2021-02-19Update esp32_i2s_parallel_v2.cmrfaptastic
2021-02-19Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA
2021-02-19Update esp32_i2s_parallel_v2.cmrfaptastic
2021-02-19Update README.mdmrfaptastic
2021-02-19Update esp32_i2s_parallel_v2.cmrfaptastic
2021-02-19Update esp32_i2s_parallel_v2.cmrfaptastic
2021-02-17Rewrite DMA driver setup code.mrfaptastic
Evolutionary, not revolutionary. Vast improvement in double buffer swap speeds.