aboutsummaryrefslogtreecommitdiff
path: root/src/ESP32-HUB75-MatrixPanel-leddrivers.cpp
AgeCommit message (Collapse)Author
2023-11-27Fixes for IDF 5.1 & Arduino 3.0.0mrfaptastic
Implement various tweaks such that it compiles with Arduino core 3.0.0-alpha2
2023-07-05Merge pull request #475 from oseiler2/bugfix/init-gpiomrfaptastic
Bugfix/init gpio
2023-07-05typoOliver Seiler
2023-07-05typoOliver Seiler
2023-07-05initialise GPIO pinsOliver Seiler
2023-07-05init gpio pinsOliver Seiler
2023-07-05Initial support for DP3246_SM5368Oliver Seiler
2022-12-17Add esp-idf standalone support,chegewara
tested with esp-idf v5.0
2022-10-05Cleanupmrfaptastic
Consistent spelling of 'colour', double buffering works technically on S3.
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