SmoothArc on GC9A01 #2399
Replies: 4 comments 2 replies
-
I have investigated this and it appears the GC9A01 has a pixel stream time-out that stops new pixels in a started stream from being rendered. This is a behaviour only relevant to that particular display it seems. I have raised this as an Issue. |
Beta Was this translation helpful? Give feedback.
-
I have updated the master library and this is fixed now. Thanks for reporting it. |
Beta Was this translation helpful? Give feedback.
-
You are insane, I took more time to test the fix than you finding the problem and fixing it |
Beta Was this translation helpful? Give feedback.
-
Hey @pink-fr3ud, did the fix work for you? I'm experiencing the same issue using the lib in version 2.5.0. 🤔 Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,

I'm using with success this library for some time know, and I came across a problem with the new drawSmoothArc function, rounded ends are not that smooth. Disabling rounded ends makes a crisp end. I tried using a even or uneven number for the thickness of the arc, but same same.
Config: ESP32 with GC9A01
tft.drawSmoothArc(tft.width()/2, tft.height()/2, 110, 80, 120, 240, fg_color, bg_color, true);
Thank you for the hardwork
Beta Was this translation helpful? Give feedback.
All reactions