Da habe ich noch byte gefunden:

Code:
   R = byte((color16 / 2048)*8);
   G = byte((color16 & 2016)/8);
   B = byte((color16 & 31)*8);