Problem 1.44" TFT SPI Screen (ILI9163)

Hi, Marcys!

I had a exactly the same problem.

It fixed by the "__OFFSET" constant, but constant must defined not in sketch, but in h-file TFT_ILI9163C.h

I put a string

#define __OFFSET 0 //this is the offset of my display

before the string

//--------- Keep out hands from here!-------------

save file, and all was well.