Lines Matching defs:byte
749 * pixels, and the width of the screen. When sending a byte of
751 * column. I.e, the first byte are the 8 bits of the first
802 u8 byte = buf[idx];
803 u8 bit = (byte >> (j % 8)) & 1;
861 * increment mode, each byte of data sent to the controller has
863 * and higher nibbles of a single byte representing one column.
864 * That is, the first byte are SEG0 (D0[3:0]) and SEG1 (D0[7:4]),
865 * the second byte are SEG2 (D1[3:0]) and SEG3 (D1[7:4]) and so on.
879 /* Process pair of pixels and combine them into a single byte */
911 * increment mode, each byte of data sent to the controller has