Commit graph

719 commits

Author SHA1 Message Date
mrfaptastic
4d4b5ac2aa Update commentary / 'gotcha' 2020-08-13 15:56:21 +01:00
mrfaptastic
cc021982de
Update README.md 2020-08-13 14:17:47 +01:00
mrfaptastic
40be46794c
Update README.md 2020-08-13 14:16:42 +01:00
mrfaptastic
da85e53d71
Update README.md 2020-08-13 14:12:23 +01:00
mrfaptastic
ebe81a5574
Update README.md 2020-08-13 14:12:07 +01:00
mrfaptastic
35b0b0ae72 drawPixel performance improvement
It just keeps getting better.
2020-08-13 12:16:17 +01:00
mrfaptastic
7dd49d8b3c 'Final' changes.
Allocate memory at the row level.
2020-08-12 23:40:44 +01:00
mrfaptastic
33feae2b04 Adjust defaults
Minor amendment.
2020-08-11 21:30:43 +01:00
mrfaptastic
1b07848b14
Update README.md 2020-08-11 20:49:36 +01:00
mrfaptastic
9b2caddbed Fix bug with fillScreen and re-implement colour correction
Forgot to implement this two years ago... nobody noticed.
2020-08-11 20:44:47 +01:00
mrfaptastic
4fd25c4a4e
Update README.md 2020-08-11 12:42:54 +01:00
mrfaptastic
be8259d872
Update README.md 2020-08-10 21:48:47 +01:00
mrfaptastic
b973db14ee Updated GIF example 2020-08-10 21:47:13 +01:00
mrfaptastic
1ffce4e60c New GIF animation example based on AnimatedGIF library for better performance. 2020-08-10 21:44:25 +01:00
mrfaptastic
ee186006a3 Minor cleanup 2020-08-09 21:48:09 +01:00
mrfaptastic
aa47366dd8 Remove random dots 2020-08-09 21:25:43 +01:00
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