mrfaptastic
763aab6f09
Update gdma_lcd_parallel16.cpp
...
Bring S3 flip code in line with fix provided by @Lukaswnd for #402
2023-03-10 18:20:47 +00:00
mrfaptastic
862b4d2f22
Update esp32_i2s_parallel_dma.cpp
2023-03-10 00:20:17 +00:00
mrfaptastic
c083b94ac5
Update esp32_i2s_parallel_dma.cpp
2023-03-10 00:19:42 +00:00
Lukas
2abd685b7a
fix: _dmadesc_ loop -> better Image quality
...
fix: min_refresh_rate to uint16_t -> higher min_refresh_rate possible
fix: hlineDMA and vlineDMA when line starts off matrix it is now partially drawn instead of not at all -> used in Text when size > 1 and letter is scrolling out
2023-03-09 12:25:43 +01:00
mrfaptastic
e19898280a
Further changes to see if there's a solution to #402
2023-02-19 18:02:57 +10:00
mrfaptastic
9a83f26a6f
Possible solution for #402
...
Don't have hardware to test however.
2023-02-19 17:50:18 +10:00
mrfaptastic
0a44e210be
Update esp32_i2s_parallel_dma.hpp
...
Makes ESP32_I2S_DEVICE adjustable via compile time define on ESP32 (original)
2023-02-03 21:37:19 +00:00
Elliot Matson
62eafc3efb
Another ESP_LOG formatting fix
...
CI doesn't cover the S2 or S3 models, I might see if I can fix that soon
2023-02-01 19:10:26 -06:00
Elliot Matson
a367a055c9
Fix printf formatting
...
These lines threw errors with Arduino as an ESP-IDF component, looks like Arduino might be automatically casting them?
2023-01-29 10:18:23 -06:00
mrfaptastic
58757c1975
Use PLL_F160M_CLK as clock source on S3
2023-01-25 22:37:52 +00:00
mrfaptastic
dcdd3e8cad
Fix #377
2023-01-22 13:22:36 +00:00
mrfaptastic
f9ff4b4078
Fix to compile issues for PlatformIO
2023-01-01 16:22:28 +00:00
mrfaptastic
ce2b6264dd
Fix compilation issues with Arduino IDE
...
* Fix various compile errors / warnings when using Arduino 2.0 IDE (it compiles to a strict standard and errors out with unused variables etc.)
* Fix issue with compiling for ESP32-S2 using Arduino IDE
2023-01-01 15:00:44 +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
f47b7f5723
Update platform_detect.hpp
2022-11-11 10:03:32 +00:00
mrfaptastic
2d5d06129a
Update esp32_i2s_parallel_dma.cpp
2022-11-07 01:01:58 +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
be2102c3bc
Clean up clock logic
2022-10-26 00:50:32 +01:00
mrfaptastic
d58ae512b4
Minor updates
2022-10-23 12:30:26 +01:00
mrfaptastic
e2b9b6db36
Update Readme.md
2022-10-07 00:20:51 +01:00
mrfaptastic
69e75cde12
Cleanup
...
Consistent spelling of 'colour', double buffering works technically on S3.
2022-10-05 21:47:16 +01:00
mrfaptastic
f0a5d1ad54
Update gdma_lcd_parallel16.cpp
2022-09-30 11:56:17 +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