Commit graph

11 commits

Author SHA1 Message Date
mrfaptastic
be2102c3bc Clean up clock logic 2022-10-26 00:50:32 +01:00
mrfaptastic
23dd196013 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2022-10-24 07:53:39 +01:00
mrfaptastic
99c2c569ef PSRAM exploring 2022-10-23 16:32:29 +01:00
mrfaptastic
f9c609b88a
Merge pull request #333 from abrender/patch-2
Fix missing variable in ESP_LOGI call
2022-10-23 12:37:25 +01:00
mrfaptastic
0cba8a7345 Minor updates 2022-10-23 12:35:08 +01:00
mrfaptastic
d58ae512b4 Minor updates 2022-10-23 12:30:26 +01:00
Avi B
062154b4d8
Fix missing variable in ESP_LOGI call
This log line was broken in 7628be00c2 and causes a build error for esp-idf.
2022-10-10 22:37:38 -04:00
mrfaptastic
4772d1d643 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2022-10-05 22:04:41 +01:00
mrfaptastic
69e75cde12 Cleanup
Consistent spelling of 'colour', double buffering works technically on S3.
2022-10-05 21:47:16 +01:00
mrfaptastic
30f0014b0c Enable double buffering
Doesn't work though with new refactored code on S3 device - do not use...
2022-09-30 11:31:53 +01:00
mrfaptastic
ebe75dcaba Update to include S3 support.
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
2022-09-30 03:17:19 +01:00
Renamed from ESP32-HUB75-MatrixPanel-I2S-DMA.cpp (Browse further)