Function DrawBuf.drawEllipseF

draw ellipse or filled ellipse

void drawEllipseF(
  float centerX,
  float centerY,
  float xRadius,
  float yRadius,
  float lineWidth,
  uint lineColor,
  uint fillColor = 4294967295u
);