intr_state_rgb16
struct intr_state_rgb16 *intr_state_rgb16 =
uint16_t color = intr_state_rgb16->color;
if (++intr_state_rgb16->cnt > hline)
intr_state_rgb16->cnt = 0, intr_state_rgb16->phase ^= 1;
*(fb + intr_state_rgb16->cnt) =
intr_state_rgb16->phase ? ~color : color;