-
Notifications
You must be signed in to change notification settings - Fork 14
Description
If you take /SOFTWARE/Arduino/graphicstest_olimex
directory and run it, it displays great.
If you take the same directory and delete all Adafruit_* files from there, then in Arduino IDE go to Tools -> Manage Libraries and download the latest versions of those files, the display does not work.
The latest Adafruit_* versions will work if you run /SOFTWARE/Arduino/graphicstest_olimex
first, no mods, then your code using the latest Adafruit_* libraries WITHOUT LOSING POWER. Thus, there seems to be an issue with the initialization of the MOD-LCD2.8RTP using the latest Adafruit_* libraries. However, if you cycle power with your own code and the latest Adafruit_* libraries, you'll find that it won't display properly.
So, word to others: if this issue has not been closed, you should use the Adafruit_* files found in this repo under /SOFTWARE/Arduino/graphicstest_olimex
and not the latest Adafruit_* releases.