Skip to content
Discussion options

You must be logged in to vote

I fixed it.

In the Init and Rotation files, wherever I found a reference to GREENTAB160x80 with colstart and rowstart, I changed it like this:

else if (tabcolor == INITR_GREENTAB160x80)
       {
         commandList(Rcmd2green);
         writecommand(TFT_INVON);
         colstart = 24; //26
         rowstart = 0; //1

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by phillmj
Comment options

You must be logged in to vote
1 reply
@phillmj
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
4 participants
Converted from issue

This discussion was converted from issue #2589 on April 16, 2023 21:52.