Commit graph

754 commits

Author SHA1 Message Date
mrfaptastic
54ede42310 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2023-01-08 00:20:22 +00:00
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
mrfaptastic
765d99ea63 Update library.json 2023-01-01 19:19:30 +00:00
mrfaptastic
e1e2991076
Update library.json 2023-01-01 18:47:46 +00:00
mrfaptastic
182653727d
Update library.json 2023-01-01 18:39:49 +00:00
mrfaptastic
8d01099fa7
Update library.properties 2023-01-01 18:39:36 +00:00
mrfaptastic
56f47f80ed
Update library.properties 2023-01-01 18:37: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
mrfaptastic
81ee41e15a
Update library.properties 2023-01-01 13:09:09 +00:00
mrfaptastic
a2d9e3e035
Update library.json 2023-01-01 13:08:57 +00:00
mrfaptastic
03a67c2f11
Merge pull request #357 from elliotmatson/patch-1
Fix compiler complaining about parentheses
2022-12-27 09:54:09 +00:00
Elliot Matson
4db9e23b36
Fix compiler complaining about parentheses
I was getting this error when using Arduino as an ESP-IDF component, this fix cleared it up

`suggest parentheses around '-' in operand of '&' [-Werror=parentheses]`
2022-12-26 13:29:46 -06:00
mrfaptastic
5d38b5215a
Merge pull request #353 from chegewara/support_esp_idf
Update CMakeLists.txt
2022-12-20 21:57:39 +00:00
chegewara
9c47144ec6
Update CMakeLists.txt 2022-12-20 22:54:05 +01:00
mrfaptastic
642729b5f9
Merge pull request #352 from chegewara/support_esp_idf
Add esp-idf standalone support
2022-12-17 18:19:15 +00:00
chegewara
b8367d95d2 Add esp-idf standalone support,
tested with esp-idf v5.0
2022-12-17 12:54:54 +01:00
mrfaptastic
361d410ee3
Update README.md 2022-12-05 09:54:22 +00: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
2760b0098a Close #331 2022-11-09 00:18:49 +00:00
mrfaptastic
3c46c7aeb9
Update README.md
https://github.com/LAutour/ESP32-HUB75-MatrixPanel-DMA-ICN2053 reference
2022-11-07 12:31:21 +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
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
be2102c3bc Clean up clock logic 2022-10-26 00:50:32 +01:00
mrfaptastic
997f3840ba
Update README.md 2022-10-24 12:50:56 +01:00
mrfaptastic
914f8676ec Update memory calc 2022-10-24 12:49:49 +01:00
mrfaptastic
23dd196013 Update ESP32-HUB75-MatrixPanel-I2S-DMA.cpp 2022-10-24 07:53:39 +01:00
mrfaptastic
6a6da49c1c Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2022-10-23 16:32:32 +01:00
mrfaptastic
99c2c569ef PSRAM exploring 2022-10-23 16:32:29 +01:00
mrfaptastic
68528d57d8
Update README.md 2022-10-23 13:33:32 +01:00
mrfaptastic
a993a18cca
Update BuildOptions.md 2022-10-23 13:32:03 +01:00
mrfaptastic
7c11aaf53e
Update BuildOptions.md 2022-10-23 13:30:53 +01:00
mrfaptastic
97455a4546
Update README.md 2022-10-23 12:50:12 +01:00
mrfaptastic
4a9160904a Merge branch 'master' of https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA 2022-10-23 12:42:00 +01:00
mrfaptastic
e9405a9ece Fix CI issues 2022-10-23 12:41:45 +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
f8f28e8385
Merge pull request #332 from abrender/patch-1
Update CMakeLists.txt
2022-10-23 12:36:23 +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
Avi B
067923a3eb
Update CMakeLists.txt
This pull request updates the src files to their new locations. The files were moved in 7628be00c2
2022-10-10 15:02:04 -04:00
mrfaptastic
e2b9b6db36
Update Readme.md 2022-10-07 00:20:51 +01:00
mrfaptastic
37c55c8708
Update README.md 2022-10-07 00:01:10 +01:00
mrfaptastic
7628be00c2
Merge pull request #327 from mrfaptastic/3.0.0-beta
3.0.0 beta
2022-10-06 23:52:22 +01:00
mrfaptastic
157077ab33 Updates 2022-10-06 23:51:25 +01:00
mrfaptastic
8b2e31b1c5
Create LICENSE.txt 2022-10-06 23:20:28 +01:00