Esp8266 wifi analyzer using st7735 2.4 inch 240x320 spi tft screen

Proceed as you were.

1 Like

Change this line in your code from post #1

TFT_eSPI tft = TFT_eSPI();

to

TFT_eSPI tft = TFT_eSPI(320, 240);

and give it a try...

If it works then mark @runaway_pancake's post as the solution and probably give some virtual hugs :wink:

1 Like

I tried it but it was the same result.

Maybe you posted a wrong line in post #18?

Shouldn't it read

TFT_eSPI tft = TFT_eSPI(240, 320);       // Could invoke custom library declaring width and height

?

1 Like

It worked! thankyou. the screen is now showing its full resolution.

That's great! Thanks to @runaway_pancake!

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.