Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fit full PDQgraphicstest in Arduino Nano #33

Closed
moononournation opened this issue Mar 13, 2021 · 2 comments
Closed

Fit full PDQgraphicstest in Arduino Nano #33

moononournation opened this issue Mar 13, 2021 · 2 comments

Comments

@moononournation
Copy link
Owner

Currently full PDQgraphicstest cannot fit in Arduino Nano program flash. 4 tests skipped:

  • Arcs (filled)
  • Arcs (outline)
  • Rounded rects (filled)
  • Rounded rects (outline)

This issue keeps remind me of a size tuning on this.

@moononournation
Copy link
Owner Author

Now PDQgraphicstest uses 28664 bytes (93%):

Sketch uses 28664 bytes (93%) of program storage space. Maximum is 30720 bytes.
Global variables use 461 bytes (22%) of dynamic memory, leaving 1587 bytes for local variables. Maximum is 2048 bytes.

And HelloWorld uses 10946 bytes (35%)

Sketch uses 10946 bytes (35%) of program storage space. Maximum is 30720 bytes.
Global variables use 403 bytes (19%) of dynamic memory, leaving 1645 bytes for local variables. Maximum is 2048 bytes.

@moononournation
Copy link
Owner Author

Now PDQgraphicstest uses 28570 bytes (93%):

Sketch uses 28570 bytes (93%) of program storage space. Maximum is 30720 bytes.
Global variables use 425 bytes (20%) of dynamic memory, leaving 1623 bytes for local variables. Maximum is 2048 bytes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant