-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Hi, i hope someone can help me
I was using Bodmers TFT_eSPI with Arduino boards 2.017, then decided it was time toupgrade to boards 3.X
after searching for a while I found this site with an updated TFT_eSPI which works with boards 3.X
I copied my user_settings.h file to the new lib to keep things the same and added #define USE_HSPI_PORT
to it
one problem i have found:
colors do not seem to work the same as Bodmers
if i use tft.invertDisplay(false);
I am getting a screen that it has been washed with white and some graphics printed on top
if i use tft.invertDisplay(true);
I am getting a screen that it has been washed with blue and some graphics printed on top
as in the 3 pics below
I would be very grateful to anyone who has either sorted this for themselves or can point me in the right direction]
thanks in advance
Dave


