41 Serial.println(F(
"Cap Touch Paint!"));
47 Serial.println(
"Couldn't start FT6206 touchscreen controller");
51 Serial.println(
"Capacitive touchscreen started");
87 p.
x = map(p.
x, 0, 240, 240, 0);
88 p.
y = map(p.
y, 0, 320, 320, 0);
virtual void drawRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)
int16_t height(void) const
boolean begin(uint8_t thresh=FT6206_DEFAULT_THRESSHOLD)
Setups the HW.
void fillCircle(int16_t x0, int16_t y0, int16_t r, uint16_t color)
void fillScreen(uint16_t color)
void fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t color)