Commit graph

876 commits

Author SHA1 Message Date
mrcodetastic
655c2bc838
Merge pull request from board707/pixel_mapper
Add Pixel_Mapping_Test example.
2025-02-08 15:10:26 +00:00
Jagoda Estera Ślązak
0e5c84da78 Use uint8_t for panel_pixel_base 2025-02-08 14:49:35 +01:00
Jagoda Estera Ślązak
6f7d1839c8 Merge branch 'use_uint8_t_for_panel_resolutions' of https://github.com/j-g00da/ESP32-HUB75-MatrixPanel-DMA into scan_rate_pixel_base
# Conflicts:
#	src/ESP32-VirtualMatrixPanel-I2S-DMA.h
2025-02-08 14:48:07 +01:00
Jagoda Estera Ślązak
7d2ed7936d Use 8-bit integers, where larger don't make sense 2025-02-08 14:42:47 +01:00
Jagoda Estera Ślązak
4695ed3a0f Use unsigned integers where negative values doesn't make sense 2025-02-08 14:37:12 +01:00
Jagoda Estera Ślązak
79ab7e76f8 Add ability to set pixel_base without overriding VirtualMatrixPanel 2025-02-08 12:15:53 +01:00
Jagoda Ślązak
4fa43b7fbc Add support for common 40px-high four-scan displays 2025-02-03 08:01:22 +01:00
Jagoda Ślązak
588f23456b Reformat pixel-mapping code for four-scan screens. 2025-02-02 11:55:31 +01:00
board707
cefa9d01b8 Add Pixel_Mapping_Test example. 2025-01-31 00:45:36 +03:00
mrcodetastic
ee796eb96f
Merge pull request from psy0rz/master
fix compile error on espidf v4.4.8 with target esp32s3
2025-01-28 00:17:06 +00:00
mrcodetastic
cac0137db7
Merge pull request from stef1949/patch-1
Title spelling mistake in README.md
2025-01-28 00:15:38 +00:00
Steph
8a0d40a41f
Title spelling mistake in README.md
Changed "Ohter" to "Other"
2025-01-24 20:30:13 +00:00
Edwin Eefting
4976416d18
fix compile error on espidf v4.4.8 with target esp32s3 2025-01-23 13:56:58 +01:00
mrcodetastic
447254d2b4
Merge pull request from jhbruhn/patch-1
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
2025-01-19 22:17:32 +00:00
Jan-Henrik Bruhn
c7cb4e30b1
Remove duplicate Arduino.h import from esp32c6 dma_parallel_io.cpp
The esp32c6 DMA Parallel IO implementation includes Arduino.h in the second line, and then later on, with the correct ifdef-gates. This removes that first line because it causes issues when building with esp-idf also for other targets.
2025-01-19 12:47:07 +01:00
mrcodetastic
99131abc83
Merge pull request from kroimon/guard_gdma_config_transfer
Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0
2025-01-14 21:13:05 +00:00
kroimon
aa6fc263b2 Guard new gdma_config_transfer to allow building with ESP-IDF < 5.4.0 2025-01-14 13:57:59 +01:00
mrcodetastic
87518f921d
Update README.md
Add more chips that aren't supported.
2025-01-06 00:26:45 +00:00
mrcodetastic
babd8fd154
Update README.md 2025-01-05 23:30:55 +00:00
mrcodetastic
a03b8b6e47
Update README.md 2025-01-05 23:07:21 +00:00
mrcodetastic
2ef97a9368
Merge pull request from Lukaswnd/master
Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp
2025-01-03 14:05:27 +00:00
Lukaswnd
9f5e1adaad
Update deprecated function in gdma_lcd_parallel16.cpp and dma_parallel_io.cpp 2025-01-03 14:45:08 +01:00
mrcodetastic
2f7f5350e5
Update README.md
2024-12-08 00:15:38 +00:00
mrcodetastic
a5d6611b65
Merge pull request from softhack007/fix_dangling_pointer
esp32-S3 fix for crash in Bus_Parallel16::release()
2024-10-18 21:01:07 +01:00
Frank
24b98a87c3 esp32-S3 fix for crash in Bus_Parallel16::release()
has crashed during "delete display"
2024-10-11 20:38:49 +02:00
mrcodetastic
bba1a47f01
Merge pull request from DevxMike/master
fixed nullptr dereference
2024-09-19 22:24:16 +01:00
Michał Bazan
268fd5ea4e fixed nullptr dereference in example 3 2024-09-19 04:39:20 -07:00
Michał Bazan
4b3404a361 fixed nullptr dereference in simpletestshapes 2024-09-19 04:00:05 -07:00
mrcodetastic
7929b97850
Update README.md 2024-08-29 00:33:09 +01:00
mrcodetastic
8bc420da0e
Update PatternStarfield.hpp 2024-08-14 23:42:11 +01:00
mrcodetastic
ad3337b3a3 Add some more patterns 2024-08-07 19:16:13 +01:00
mrcodetastic
27a319157d Update gdma_lcd_parallel16.cpp 2024-08-07 18:29:58 +01:00
mrcodetastic
ebd8e7d589
Create README.md 2024-07-29 17:51:21 +01:00
mrcodetastic
807dd4cf9b Make AuroraDemo great again
Add Julia set to Aurora as well. Remove as stand-alone.
2024-07-29 17:43:22 +01:00
mrcodetastic
f77a5cac9c Make AuroraDemo great again.
And test out ChatGPT's attempt to create some effects as well.
2024-07-29 17:23:53 +01:00
mrcodetastic
e2f856d713 Merge branch 'master' of https://github.com/mrcodetastic/ESP32-HUB75-MatrixPanel-DMA 2024-07-28 23:40:32 +01:00
mrcodetastic
3960bbed88 updates 2024-07-28 23:40:30 +01:00
mrcodetastic
d27901565c
Update library.json 2024-07-28 22:02:37 +01:00
mrcodetastic
5454854b53
Update library.properties 2024-07-28 22:02:29 +01:00
mrcodetastic
f2634319ab Clean-up and fix some examples 2024-07-28 22:00:45 +01:00
mrcodetastic
aa28e2a93b Update gdma_lcd_parallel16.cpp 2024-07-26 11:23:16 +01:00
mrcodetastic
c4ecdcfeeb
Update gdma_lcd_parallel16.cpp 2024-07-22 16:54:51 +01:00
mrcodetastic
16f3566137
Update library.json 2024-07-22 16:51:17 +01:00
mrcodetastic
23853ce216
Update library.properties 2024-07-22 16:50:58 +01:00
mrcodetastic
756002c8fa
Update library.json 2024-07-22 16:50:40 +01:00
mrcodetastic
96ee0204e7
Merge pull request from mrcodetastic/dev
Dev
2024-07-22 13:52:20 +01:00
mrcodetastic
9be1c37da2 Update ESP32-HUB75-MatrixPanel-I2S-DMA.h 2024-07-22 13:51:00 +01:00
mrcodetastic
fdc9019d99 Enhance GFX_LITE support 2024-07-22 13:47:02 +01:00
mrcodetastic
2f7de5b01c
Update gdma_lcd_parallel16.cpp 2024-07-22 00:31:36 +01:00
mrcodetastic
1c4d64aa15
Update gdma_lcd_parallel16.cpp 2024-07-22 00:31:09 +01:00