#include "SPI.h" #include "TFT_eSPI.h" #define TFT_GREY 0x7BEF TFT_eSPI tft ... setCursor(200, 100); tft.print(millis()); delay(100); } }.
確定! 回上一頁