X Tutup
Skip to content

Add the method drawOval in the interface GraphicsLCD #608

@jabrena

Description

@jabrena

I will add the support for the new method drawOval in the different parts:

    public void drawOval(int x, int y, int width, int height) {
        g2d.drawOval(x, y, width, height);
    }

Related issue:
#580

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup