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

Solved problems #4

Open
coderfls opened this issue May 16, 2021 · 1 comment
Open

Solved problems #4

coderfls opened this issue May 16, 2021 · 1 comment

Comments

@coderfls
Copy link

The code is a little bit old - but works after some work. Thank you

  1. Do not use new versions of the library. Only old ones will work and have no problem with Color565.
#include <Adafruit_GFX.h>       // max. Version 1.1.9
#include <Adafruit_ST7735.h>    // max. Version 1.1.1
  1. Replace the good old style DDRD &= ~(1<<PD2); with pinMode(PD2, INPUT_PULLUP); so you did not need a Pull-Up resistor on the board
  2. Set #define SKIP_TICKS to 25.0 . this eliminate some graphic errors
@mrt-prodz
Copy link
Owner

Thank you @coderfls , indeed this repository is a bit old now and requires tweakings in order to work with the latest library.

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

2 participants