You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a project that is created with ADAFRUIT_GC9A01A, a clock.
The hands are created with tft.fillTriangle.
The hands are smooth and filled.
If I now use TFT_eSPI with the GC9A01A or GC9D01A driver, the hands are ‘frayed’ and the triangles have a small space between them. Can I do something about this?
These two commands show the problem, depending on which libraries they are compiled with.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a project that is created with ADAFRUIT_GC9A01A, a clock.
The hands are created with tft.fillTriangle.
The hands are smooth and filled.
If I now use TFT_eSPI with the GC9A01A or GC9D01A driver, the hands are ‘frayed’ and the triangles have a small space between them. Can I do something about this?
These two commands show the problem, depending on which libraries they are compiled with.
tft.fillTriangle(213, 84, 216, 93, 118, 115, 0xF000);
tft.fillTriangle(216, 93, 121, 124, 118, 115, 0x0000);
Thank you very much
Holger
Beta Was this translation helpful? Give feedback.
All reactions