We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676f83c commit 04aa61bCopy full SHA for 04aa61b
src/ArduinoGraphics.h
@@ -51,7 +51,7 @@ class ArduinoGraphics : public Print {
51
void background(uint8_t r, uint8_t g, uint8_t b);
52
void background(uint32_t color);
53
void clear();
54
- void clear(int x, int y); //clear specific point
+ void clear(int x, int y);
55
void fill(uint8_t r, uint8_t g, uint8_t b);
56
void fill(uint32_t color);
57
void noFill();
0 commit comments