使用GT911驱动的触摸屏
需要使用开源的一个驱动库: git clone https://github.com/alex-code/GT911 把整个代码下载下来,然后使用: #include "GT911.h" GT911 tp = GT911(); void loop(){ uint8_t touches = touch.touched(GT911...
需要使用开源的一个驱动库: git clone https://github.com/alex-code/GT911 把整个代码下载下来,然后使用: #include "GT911.h" GT911 tp = GT911(); void loop(){ uint8_t touches = touch.touched(GT911...