Searched defs:bitTwo (Results 1 – 1 of 1) sorted by relevance
160 uint8_t bitTwo = (data[row] << (col + 1)) & 0x80; in draw() local262 uint8_t bitTwo = ((BasicFont[value - 32][row + 1]) >> col) & 0x1; in writeChar() local