Commit graph

131 commits

Author SHA1 Message Date
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
54d6e485b9
Update README.md 2020-08-03 14:09:55 +01:00
mrfaptastic
a24c09560e Added Chained Panels example 2020-08-02 22:47:02 +01:00
mrfaptastic
80d5ddff4c Minor wording fixes 2020-07-30 23:21:08 +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
f30bb5f136
Update README.md 2020-07-29 11:53:06 +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
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
mrfaptastic
08ef29b73f
Update README.md 2019-07-30 23:37:40 +01:00
mrfaptastic
e22a1173ef Update README.md 2019-07-29 13:30:40 +01:00
mrfaptastic
b700ff94bf Update README.md 2019-07-29 13:29:42 +01:00
mrfaptastic
cc3551c088 Update re brightness level 2019-07-29 13:27:52 +01:00
mrfaptastic
1ce9f70e4b Updated readme regarding ghosting 2019-07-29 11:37:30 +01:00
mrfaptastic
07d9f7a294 Merge branch 'master' of https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA 2019-07-29 11:00:12 +01:00
mrfaptastic
ebddfd96f4 Reduce / Remove Ghosting
After a lot of trial and error, I believe I've found the resolution to the ghosting, and it's as simple as reducing the brightness level to 60. The actual brightness doesn't change it seems, but the timing of the OE pin being set HIGH is performed earlier which can work better on some panels.

Closes: #14 #12
2019-07-29 11:00:04 +01:00
mrfaptastic
e59ddcafdc
Update README.md
Update README per #15
2019-07-13 20:00:25 +01:00
mrfaptastic
e5e2a8e35f
Updated README for new custom pin mapping 2019-01-03 00:42:04 +00:00
mrfaptastic
77914725f0 Minor wording changes. 2018-10-29 22:57:10 +00:00
mrfaptastic
e59a88e0cb Update readme 2018-10-23 23:58:49 +01:00
mrfaptastic
8ec2112416
Update README.md 2018-10-23 08:08:59 +01:00
mrfaptastic
10672eae0e
Update README.md 2018-10-23 01:15:38 +01:00
mrfaptastic
ce33c39174
Update README.md 2018-10-23 01:13:45 +01:00
mrfaptastic
b0823782e2
Update README.md 2018-10-23 01:11:30 +01:00
mrfaptastic
9f0af56af3
Update README.md 2018-10-23 01:09:16 +01:00
mrfaptastic
9ae27b2c5f
Update README.md 2018-10-23 01:06:29 +01:00
mrfaptastic
12aff19666 New Version 2018-10-23 01:00:47 +01:00
mrfaptastic
3245a37e3e Inital commit
Very much work in progress. Terrible code.

Aim is to make this Adafruit compatable.
2018-10-13 03:03:34 +01:00