aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-10-26Clean up clock logicmrfaptastic
2022-10-24Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2022-10-23PSRAM exploringmrfaptastic
2022-10-23Merge branch 'master' of ↵mrfaptastic
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
2022-10-23Fix CI issuesmrfaptastic
2022-10-23Merge pull request #333 from abrender/patch-2mrfaptastic
Fix missing variable in ESP_LOGI call
2022-10-23Minor updatesmrfaptastic
2022-10-23Minor updatesmrfaptastic
2022-10-10Fix missing variable in ESP_LOGI callAvi B
This log line was broken in https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA/commit/7628be00c2a99f7189d2498f36e0e7857a371440 and causes a build error for esp-idf.
2022-10-07Update Readme.mdmrfaptastic
2022-10-05Update ESP32-HUB75-MatrixPanel-I2S-DMA.cppmrfaptastic
2022-10-05Cleanupmrfaptastic
Consistent spelling of 'colour', double buffering works technically on S3.
2022-09-30Update gdma_lcd_parallel16.cppmrfaptastic
2022-09-30Enable double bufferingmrfaptastic
Doesn't work though with new refactored code on S3 device - do not use...
2022-09-30Delete esp32_i2s_parallel_mcu_def.h.txtmrfaptastic
2022-09-30Update to include S3 support.mrfaptastic
Refactor tonnes of code. Double buffering not yet fully tested. PSRAM support doesn't work at all - garbled mess. Enable in platformIO using: build_flags = -DSPIRAM_FRAMEBUFFER=1