newport.c | 129 uint8_t our_cmap[768]; variable in typeref:typename:uint8_t[768] 499 our_cmap[i * 3] = ctmp; 503 our_cmap[i * 3 + 1] = ctmp; 508 our_cmap[i * 3 + 2] = ctmp; 510 newport_cmap_setrgb(dc, i, our_cmap[i * 3], 511 our_cmap[i * 3 + 1], our_cmap[i * 3 + 2]);
|