setCursor(0,0); for( int i=0; i < numCols; i++) lcd.print(text[pos+i]); delay(300); pos = pos + 1; } } } The sketch uses the lcd.
確定! 回上一頁