Skip to content

Commit 04aa61b

Browse files
Update src/ArduinoGraphics.h to remove unnecessary comment
Co-authored-by: Leonardo Cavagnis <[email protected]>
1 parent 676f83c commit 04aa61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ArduinoGraphics.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class ArduinoGraphics : public Print {
5151
void background(uint8_t r, uint8_t g, uint8_t b);
5252
void background(uint32_t color);
5353
void clear();
54-
void clear(int x, int y); //clear specific point
54+
void clear(int x, int y);
5555
void fill(uint8_t r, uint8_t g, uint8_t b);
5656
void fill(uint32_t color);
5757
void noFill();

0 commit comments

Comments
 (0)