Hi @eljeancal28. The "GigaDisplay_GFX" library inherits its graphics functions from the "Adafruit GFX Library". You can see the documentation for the drawCircleHelper
function here in that library's documentation:
cornername Mask bit #1 or bit #2 to indicate which quarters of the circle we're doing
That description of the parameter is perhaps a bit cryptic. This is the result of each of the argument values:
1
: top left2
: top right4
: bottom right8
: bottom left