sadika9 / TFTLCD-SPFD5408

2 stars 2 forks source link

modified textsize initialization to textsize_x and textsize_y #5

Closed grafmar closed 3 years ago

grafmar commented 3 years ago

According to Adafruit GFX change from version 1.5.3 to version 1.5.4 and following the member variable textsize changed to individual variables textsize_x and textsize_y. This issue is discussed in issue #4

I tested the code with:

I also tested TFTLCD_SPFD5408 V1.1.0 with Adafruit GFX 1.5.3 for comparison

The driver compiles again without errors and runs on the Arduino as expected. I would be glad if you can create a new release to be included in the Arduino-Library.

sadika9 commented 3 years ago

Thank you