mrfaptastic
5f13a3abff
Fix bug with clearScreen()
...
The use of clearFrameBuffer() internally was inadvertently blasting away the 'brightness' information via. the OE toggling. #366
2023-01-08 00:16:29 +00:00
mrfaptastic
9ca210d3ac
Fiddle with brightness
...
Add new function setBrightness()
#366
Takes a value of 0-255
2023-01-07 23:59:12 +00:00
chegewara
b8367d95d2
Add esp-idf standalone support,
...
tested with esp-idf v5.0
2022-12-17 12:54:54 +01:00
mrfaptastic
dd15dabf16
PSRAM works now on ESP32-S3
...
But it's pointless to use as the throughput can only be about 10Mhz.
2022-11-17 00:45:40 +00:00
mrfaptastic
84c250c668
Cleanup and a failed attempt to code a fix for #338
...
Didn't quite work however.
2022-11-07 00:56:44 +00:00
mrfaptastic
69686a3747
Fix hidden TX FIFO ordering bugs
...
On ESP32 original only. Turn byte ordering logic into a compiler macro.
2022-10-26 16:49:49 +01:00
mrfaptastic
1d29c7b520
Update ESP32-HUB75-MatrixPanel-I2S-DMA.h
2022-10-26 01:16:36 +01:00
mrfaptastic
99c2c569ef
PSRAM exploring
2022-10-23 16:32:29 +01:00
mrfaptastic
e9405a9ece
Fix CI issues
2022-10-23 12:41:45 +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
mrfaptastic
69e75cde12
Cleanup
...
Consistent spelling of 'colour', double buffering works technically on S3.
2022-10-05 21:47:16 +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