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