Skip to content

Commit 3bb907f

Browse files
Update src/ArduinoGraphics.h to remove unnecessary comment
Co-authored-by: Leonardo Cavagnis <[email protected]>
1 parent 25e5a7e commit 3bb907f

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
@@ -50,7 +50,7 @@ class ArduinoGraphics : public Print {
5050
void background(uint8_t r, uint8_t g, uint8_t b);
5151
void background(uint32_t color);
5252
void clear();
53-
void clear(int x, int y); //clear specific point
53+
void clear(int x, int y);
5454
void fill(uint8_t r, uint8_t g, uint8_t b);
5555
void fill(uint32_t color);
5656
void noFill();

0 commit comments

Comments
 (0)