index
:
ESP32-HUB75-MatrixPanel-DMA
master
Firmware example for running my 64x64 pixel HUB75 display with an ESP32
user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platforms
/
esp32s3
/
gdma_lcd_parallel16.cpp
Age
Commit message (
Expand
)
Author
2025-02-18
Changes to Virtual Display
mrcodetastic
2025-01-23
fix compile error on espidf v4.4.8 with target esp32s3
Edwin Eefting
2025-01-14
Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0
kroimon
2025-01-03
Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp
Lukaswnd
2024-10-11
esp32-S3 fix for crash in Bus_Parallel16::release()
Frank
2024-08-07
Update gdma_lcd_parallel16.cpp
mrcodetastic
2024-07-26
Update gdma_lcd_parallel16.cpp
mrcodetastic
2024-07-22
Update gdma_lcd_parallel16.cpp
mrcodetastic
2024-07-22
Update gdma_lcd_parallel16.cpp
mrcodetastic
2024-07-22
Update gdma_lcd_parallel16.cpp
mrcodetastic
2024-07-21
minor fixes
mrcodetastic
2024-07-19
revert
mrcodetastic
2024-07-17
clock speed fixes
mrcodetastic
2023-11-27
Fixes for IDF 5.1 & Arduino 3.0.0
mrfaptastic
2023-11-26
Fix ESP_LOG statements
mrfaptastic
2023-04-19
Update gdma_lcd_parallel16.cpp
mrfaptastic
2023-04-19
#442 #441 #435
mrfaptastic
2023-04-18
Update gdma_lcd_parallel16.cpp
mrfaptastic
2023-04-03
Update gdma_lcd_parallel16.cpp
mrfaptastic
2023-03-18
Reduce #338
mrfaptastic
2023-03-10
Update gdma_lcd_parallel16.cpp
mrfaptastic
2023-02-01
Another ESP_LOG formatting fix
Elliot Matson
2023-01-25
Use PLL_F160M_CLK as clock source on S3
mrfaptastic
2023-01-01
Fix to compile issues for PlatformIO
mrfaptastic
2023-01-01
Fix compilation issues with Arduino IDE
mrfaptastic
2022-12-17
Add esp-idf standalone support,
chegewara
2022-11-17
PSRAM works now on ESP32-S3
mrfaptastic
2022-11-07
Cleanup and a failed attempt to code a fix for #338
mrfaptastic
2022-10-05
Cleanup
mrfaptastic
2022-09-30
Update gdma_lcd_parallel16.cpp
mrfaptastic
2022-09-30
Enable double buffering
mrfaptastic
2022-09-30
Update to include S3 support.
mrfaptastic