public void DrawEllipse (int x, int y, ushort radiusA, ushort radiusB, bool color, bool fill) { Lcd.DrawEllipse(new Point(x,y), radiusA, radiusB, color, fill); Lcd.Update(); }