Commit graph

203 commits

Author SHA1 Message Date
mrfaptastic
5bd898d742
Update README.md 2020-08-09 19:34:22 +01:00
mrfaptastic
6983dd946f
Update README.md 2020-08-09 19:22:38 +01:00
mrfaptastic
df5d2882c1
Update README.md 2020-08-09 19:21:43 +01:00
mrfaptastic
3ff7155bf0 Update ChainedPanels example, VirtualDisplay Class and Graphic. Thanks Brian and Galaxy-Man for input. 2020-08-09 19:13:13 +01:00
mrfaptastic
eab828b837 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA 2020-08-03 19:21:14 +01:00
mrfaptastic
fe086726ba Update examples 2020-08-03 19:21:08 +01:00
mrfaptastic
33185e222b
Update README.md 2020-08-03 14:51:48 +01:00
mrfaptastic
8fd4d7cd16 Update 2020-08-03 14:30:55 +01:00
mrfaptastic
e83adf8306 Update 2020-08-03 14:28:58 +01:00
mrfaptastic
020406197a Final graphic fix... 2020-08-03 14:27:50 +01:00
mrfaptastic
705512173e Fix co-ordinate issue 2020-08-03 14:24:00 +01:00
mrfaptastic
bbc5c7a04c
Update README.md 2020-08-03 14:17:03 +01:00
mrfaptastic
5caea96424
Update README.md 2020-08-03 14:11:50 +01:00
mrfaptastic
d1dfa83303
Update SPLIT_MEMORY_MODE.md 2020-08-03 14:10:32 +01:00
mrfaptastic
54d6e485b9
Update README.md 2020-08-03 14:09:55 +01:00
mrfaptastic
043c7c156e Merge branch 'master' of https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA 2020-08-03 13:32:00 +01:00
mrfaptastic
a1e127bf58 Update display image 2020-08-03 13:31:50 +01:00
mrfaptastic
db43ec43ec Merge branch 'master' of https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA 2020-08-03 12:40:33 +01:00
mrfaptastic
7764911825 VirtualDisplay example 2020-08-03 12:40:19 +01:00
mrfaptastic
785401c3bb
Update README.md 2020-08-03 09:56:54 +01:00
mrfaptastic
fbf7827525
Update README.md 2020-08-02 22:50:55 +01:00
mrfaptastic
ec5477b4ed
Update README.md 2020-08-02 22:50:20 +01:00
mrfaptastic
fa88286984
Update README.md 2020-08-02 22:49:29 +01:00
mrfaptastic
a24c09560e Added Chained Panels example 2020-08-02 22:47:02 +01:00
mrfaptastic
ffe4ad8677 Minor cleanup 2020-08-02 22:13:04 +01:00
mrfaptastic
3159202ccf Improvement to ensure DMA payload limit not hit. 2020-08-02 22:03:16 +01:00
mrfaptastic
80d5ddff4c Minor wording fixes 2020-07-30 23:21:08 +01:00
mrfaptastic
17ded79658 Clean up serial debug
For final version 1.1.0
2020-07-30 09:01:54 +01:00
mrfaptastic
3f6fd01767 Minor cleanup 2020-07-30 08:50:51 +01:00
mrfaptastic
a0b6f0d493 Return to using Adafruit_GFX
Actual testing has revealed that GFX_Root doesn't actually save any program or memory. Apparently uses more according to the compiler.

Defaulting the library back to Adafruit GFX.

With Adafruit GFX:
Sketch uses 801298 bytes (61%) of program storage space. Maximum is 1310720 bytes.
Global variables use 48992 bytes (14%) of dynamic memory, leaving 278688 bytes for local variables. Maximum is 327680 bytes.

With GFX_Root:
Sketch uses 804962 bytes (61%) of program storage space. Maximum is 1310720 bytes.
Global variables use 49008 bytes (14%) of dynamic memory, leaving 278672 bytes for local variables. Maximum is 327680 bytes.
2020-07-30 08:37:39 +01:00
mrfaptastic
d623f181a9 Fix examples for new version 2020-07-29 23:29:42 +01:00
mrfaptastic
cb6f73558b Minor updates 2020-07-29 23:11:03 +01:00
mrfaptastic
db629d87c8 Minor fixes 2020-07-29 22:33:18 +01:00
mrfaptastic
f30bb5f136
Update README.md 2020-07-29 11:53:06 +01:00
mrfaptastic
80e2a4385c
Merge pull request #24 from mrfaptastic/development
Development
2020-07-29 11:28:52 +01:00
mrfaptastic
e8124e10fc Update ESP32-RGB64x32MatrixPanel-I2S-DMA.h 2020-07-29 11:03:12 +01:00
mrfaptastic
9a5ed4db9e Improved memory checks 2020-07-29 10:44:38 +01:00
mrfaptastic
75136c59e1 New Version 2020-07-29 08:47:54 +01:00
mrfaptastic
d4e7a49c2b
Update library.json 2020-07-05 08:03:14 +01:00
mrfaptastic
c30d055e3c
Update library.json 2020-07-05 08:02:27 +01:00
mrfaptastic
97943a6248 Update Version 2020-07-04 16:48:11 +01:00
mrfaptastic
c9fffd370c Updated name 2020-07-04 15:19:59 +01:00
mrfaptastic
c4a16082dd Update title for Arduino Library 2020-07-04 15:17:51 +01:00
mrfaptastic
b5b9ab7633
Merge pull request #22 from adi961/master
define MATRIX_HEIGHT, MATRIX_WIDTH and MATRIX_ROWS_IN_PARALLEL only i…
2020-07-04 10:56:57 +01:00
mrfaptastic
4faa286198 Update library description for offical Arduino inclusion 2020-07-04 08:58:30 +01:00
Adrian Brennig
b297b3ca67 define MATRIX_HEIGHT, MATRIX_WIDTH and MATRIX_ROWS_IN_PARALLEL only if not defined previously 2020-03-28 10:47:27 +01:00
mrfaptastic
d8ace56d6b New bitmap graphics example
Added Bitmap graphics example
2019-11-04 22:42:27 +00:00
mrfaptastic
32d8c2e26d
Update README.md 2019-08-18 15:13:34 +01:00
mrfaptastic
0c9900bb01
Update README.md 2019-08-18 15:12:55 +01:00
mrfaptastic
30e84e9eec
Update README.md
Remove confusing reference to the ESP32 bugs document. No longer relevant.
2019-08-18 15:08:55 +01:00