setCursor(CURSOR_X, CURSOR_Y); u8g2.print("UID:"); for (byte i = 0; i < bufferSize; i++) { if (buffer[i] < 0x10) { // 讀到小於10的數字時,前面多顯示一個 ...
確定! 回上一頁