diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-07-30 08:37:39 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2020-07-30 08:37:39 +0100 |
| commit | a0b6f0d49341b5a628a996704a785435e0c26040 (patch) | |
| tree | 2ee33651fd251786ecba61608fd0a16a0f2225be /examples/GraphicsLayer/Layer.cpp | |
| parent | d623f181a953529fa9e5b5c01e1b6123009f6e34 (diff) | |
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.
Diffstat (limited to 'examples/GraphicsLayer/Layer.cpp')
0 files changed, 0 insertions, 0 deletions
