r16
uint32 r16;
uint32 r16;
uint16 r16 = uint16(color.red * RATIO_8_TO_5_BIT);
color16 |= r16 << 10;
uint16 r16 = uint16(color.red * RATIO_8_TO_5_BIT);
uint16 color16 = r16 << 11;
uint16 r16,g16,b16;
r16= (color >> 11) & 31;
col->red=uint8(r16 * RATIO_5_TO_8_BIT);
frame->r16, frame->r17, frame->r18, frame->r19);
dprintf("r16-r19: 0x%08lx 0x%08lx 0x%08lx 0x%08lx\n", frame->r16, frame->r17, frame->r18, frame->r19);