1*1664436fSMatthias Ringwald /******************************************************************************* 2*1664436fSMatthias Ringwald Filename: hal_lcd_fonts.c 3*1664436fSMatthias Ringwald 4*1664436fSMatthias Ringwald Copyright 2008 Texas Instruments, Inc. 5*1664436fSMatthias Ringwald ***************************************************************************/ 6*1664436fSMatthias Ringwald 7*1664436fSMatthias Ringwald #include "hal_lcd_fonts.h" 8*1664436fSMatthias Ringwald 9*1664436fSMatthias Ringwald const uint8_t fonts_lookup[]={ 10*1664436fSMatthias Ringwald 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 11*1664436fSMatthias Ringwald 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 12*1664436fSMatthias Ringwald 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 13*1664436fSMatthias Ringwald 0x00,0x00,63,0x00,0x00,0x00,0x00,0x00,0x00,0x00, 14*1664436fSMatthias Ringwald 64,65,0,69,0,68,67,0,0,1, //'0' = 48 = 0x30 15*1664436fSMatthias Ringwald 2,3,4,5,6,7,8,9,66,0, //'9' = 57 = 0x39 16*1664436fSMatthias Ringwald 0,70,0,62,0,10,11,12,13,14, //'A' --> 'Z' 17*1664436fSMatthias Ringwald 15,16,17,18,19,20,21,22,23,24, 18*1664436fSMatthias Ringwald 25,26,27,28,29,30,31,32,33,34, 19*1664436fSMatthias Ringwald 35,0,0,0,71,0,0,36,37,38, //'a' = 97 20*1664436fSMatthias Ringwald 39,40,41,42,43,44,45,46,47,48, 21*1664436fSMatthias Ringwald 49,50,51,52,53,54,55,56,57,58, 22*1664436fSMatthias Ringwald 59,60,61,62,0 ,0, 0, 72,73,74, 23*1664436fSMatthias Ringwald 75,76,77,78,79,80,81 //'z' = 122 24*1664436fSMatthias Ringwald }; 25*1664436fSMatthias Ringwald 26*1664436fSMatthias Ringwald const uint16_t fonts[]= { 27*1664436fSMatthias Ringwald 0x0000, 0x0ffc, 0x3c0f, 0x3f0f, 0x3fcf, 0x3ccf, 0x3cff, 0x3c3f, 28*1664436fSMatthias Ringwald 0x3c0f, 0x0ffc, 0x0000, 0x0000, 0x0000, 0x0000, 0x00c0, 0x00f0, 29*1664436fSMatthias Ringwald 0x00ff, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 0x0fff, 0x0000, 30*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f00, 0x03c0, 31*1664436fSMatthias Ringwald 0x00f0, 0x003c, 0x0f0f, 0x0fff, 0x0000, 0x0000, 0x0000, 0x0000, 32*1664436fSMatthias Ringwald 0x03fc, 0x0f0f, 0x0f00, 0x0f00, 0x03f0, 0x0f00, 0x0f00, 0x0f0f, 33*1664436fSMatthias Ringwald 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f00, 0x0fc0, 0x0ff0, 34*1664436fSMatthias Ringwald 0x0f3c, 0x0f0f, 0x3fff, 0x0f00, 0x0f00, 0x3fc0, 0x0000, 0x0000, 35*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0fff, 0x000f, 0x000f, 0x000f, 0x03ff, 0x0f00, 36*1664436fSMatthias Ringwald 0x0f00, 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x03f0, 37*1664436fSMatthias Ringwald 0x003c, 0x000f, 0x000f, 0x03ff, 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 38*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x3fff, 0x3c0f, 0x3c0f, 0x3c00, 39*1664436fSMatthias Ringwald 0x0f00, 0x03c0, 0x00f0, 0x00f0, 0x00f0, 0x0000, 0x0000, 0x0000, 40*1664436fSMatthias Ringwald 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f3f, 0x03fc, 0x0fcf, 0x0f0f, 41*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 42*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0ffc, 0x03c0, 0x03c0, 0x00f0, 0x00fc, 0x0000, 43*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x00f0, 0x03fc, 0x0f0f, 0x0f0f, 0x0f0f, 44*1664436fSMatthias Ringwald 0x0fff, 0x0f0f, 0x0f0f, 0x0f0f, 0x0000, 0x0000, 0x0000, 0x0000, 45*1664436fSMatthias Ringwald 0x0fff, 0x3c3c, 0x3c3c, 0x3c3c, 0x0ffc, 0x3c3c, 0x3c3c, 0x3c3c, 46*1664436fSMatthias Ringwald 0x0fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0ff0, 0x3c3c, 0x3c0f, 47*1664436fSMatthias Ringwald 0x000f, 0x000f, 0x000f, 0x3c0f, 0x3c3c, 0x0ff0, 0x0000, 0x0000, 48*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x03ff, 0x0f3c, 0x3c3c, 0x3c3c, 0x3c3c, 0x3c3c, 49*1664436fSMatthias Ringwald 0x3c3c, 0x0f3c, 0x03ff, 0x0000, 0x0000, 0x0000, 0x0000, 0x3fff, 50*1664436fSMatthias Ringwald 0x303c, 0x003c, 0x0c3c, 0x0ffc, 0x0c3c, 0x003c, 0x303c, 0x3fff, 51*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x3fff, 0x3c3c, 0x303c, 0x0c3c, 52*1664436fSMatthias Ringwald 0x0ffc, 0x0c3c, 0x003c, 0x003c, 0x00ff, 0x0000, 0x0000, 0x0000, 53*1664436fSMatthias Ringwald 0x0000, 0x0ff0, 0x3c3c, 0x3c0f, 0x000f, 0x000f, 0x3f0f, 0x3c0f, 54*1664436fSMatthias Ringwald 0x3c3c, 0x3ff0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f0f, 0x0f0f, 55*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0fff, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0000, 56*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x03fc, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 57*1664436fSMatthias Ringwald 0x00f0, 0x00f0, 0x00f0, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 58*1664436fSMatthias Ringwald 0x3fc0, 0x0f00, 0x0f00, 0x0f00, 0x0f00, 0x0f0f, 0x0f0f, 0x0f0f, 59*1664436fSMatthias Ringwald 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x3c3f, 0x3c3c, 0x0f3c, 60*1664436fSMatthias Ringwald 0x0f3c, 0x03fc, 0x0f3c, 0x0f3c, 0x3c3c, 0x3c3f, 0x0000, 0x0000, 61*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x00ff, 0x003c, 0x003c, 0x003c, 0x003c, 0x303c, 62*1664436fSMatthias Ringwald 0x3c3c, 0x3c3c, 0x3fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x3c0f, 63*1664436fSMatthias Ringwald 0x3f3f, 0x3fff, 0x3fff, 0x3ccf, 0x3c0f, 0x3c0f, 0x3c0f, 0x3c0f, 64*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x3c0f, 0x3c0f, 0x3c3f, 0x3cff, 65*1664436fSMatthias Ringwald 0x3fff, 0x3fcf, 0x3f0f, 0x3c0f, 0x3c0f, 0x0000, 0x0000, 0x0000, 66*1664436fSMatthias Ringwald 0x0000, 0x03f0, 0x0f3c, 0x3c0f, 0x3c0f, 0x3c0f, 0x3c0f, 0x3c0f, 67*1664436fSMatthias Ringwald 0x0f3c, 0x03f0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0fff, 0x3c3c, 68*1664436fSMatthias Ringwald 0x3c3c, 0x3c3c, 0x0ffc, 0x003c, 0x003c, 0x003c, 0x00ff, 0x0000, 69*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x03f0, 0x0f3c, 0x3c0f, 0x3c0f, 0x3c0f, 70*1664436fSMatthias Ringwald 0x3f0f, 0x3fcf, 0x0ffc, 0x0f00, 0x3fc0, 0x0000, 0x0000, 0x0000, 71*1664436fSMatthias Ringwald 0x0fff, 0x3c3c, 0x3c3c, 0x3c3c, 0x0ffc, 0x0f3c, 0x3c3c, 0x3c3c, 72*1664436fSMatthias Ringwald 0x3c3f, 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 73*1664436fSMatthias Ringwald 0x000f, 0x00fc, 0x03c0, 0x0f0f, 0x0f0f, 0x03fc, 0x0000, 0x0000, 74*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0fff, 0x0cf3, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 75*1664436fSMatthias Ringwald 0x00f0, 0x00f0, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f0f, 76*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 77*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 78*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 0x00f0, 0x0000, 0x0000, 0x0000, 79*1664436fSMatthias Ringwald 0x0000, 0x3c0f, 0x3c0f, 0x3c0f, 0x3c0f, 0x3ccf, 0x3ccf, 0x0f3c, 80*1664436fSMatthias Ringwald 0x0f3c, 0x0f3c, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f0f, 0x0f0f, 81*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x00f0, 0x03fc, 0x0f0f, 0x0f0f, 0x0f0f, 0x0000, 82*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 83*1664436fSMatthias Ringwald 0x00f0, 0x00f0, 0x00f0, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 84*1664436fSMatthias Ringwald 0x3fff, 0x3f0f, 0x03c3, 0x03c0, 0x00f0, 0x003c, 0x303c, 0x3c0f, 85*1664436fSMatthias Ringwald 0x3fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 86*1664436fSMatthias Ringwald 0x03fc, 0x0f00, 0x0ffc, 0x0f0f, 0x0f0f, 0x3cfc, 0x0000, 0x0000, 87*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x003f, 0x003c, 0x003c, 0x0ffc, 0x3c3c, 0x3c3c, 88*1664436fSMatthias Ringwald 0x3c3c, 0x3c3c, 0x0fcf, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 89*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x000f, 0x000f, 0x0f0f, 0x03fc, 90*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0fc0, 0x0f00, 0x0f00, 0x0ffc, 91*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x3cfc, 0x0000, 0x0000, 0x0000, 92*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x0fff, 0x000f, 93*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x03f0, 0x0f3c, 94*1664436fSMatthias Ringwald 0x003c, 0x003c, 0x03ff, 0x003c, 0x003c, 0x003c, 0x00ff, 0x0000, 95*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3cfc, 0x0f0f, 96*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0ffc, 0x0f00, 0x0f0f, 0x03fc, 0x0000, 0x0000, 97*1664436fSMatthias Ringwald 0x003f, 0x003c, 0x003c, 0x0f3c, 0x3cfc, 0x3c3c, 0x3c3c, 0x3c3c, 98*1664436fSMatthias Ringwald 0x3c3f, 0x0000, 0x0000, 0x0000, 0x0000, 0x03c0, 0x03c0, 0x0000, 99*1664436fSMatthias Ringwald 0x03fc, 0x03c0, 0x03c0, 0x03c0, 0x03c0, 0x3ffc, 0x0000, 0x0000, 100*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0f00, 0x0f00, 0x0000, 0x0ff0, 0x0f00, 0x0f00, 101*1664436fSMatthias Ringwald 0x0f00, 0x0f00, 0x0f0f, 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x003f, 102*1664436fSMatthias Ringwald 0x003c, 0x003c, 0x3c3c, 0x0f3c, 0x03fc, 0x0f3c, 0x3c3c, 0x3c3f, 103*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x03c0, 0x03c0, 0x03c0, 104*1664436fSMatthias Ringwald 0x03c0, 0x03c0, 0x03c0, 0x03c0, 0x3ffc, 0x0000, 0x0000, 0x0000, 105*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0fff, 0x3ccf, 0x3ccf, 0x3ccf, 106*1664436fSMatthias Ringwald 0x3ccf, 0x3c0f, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 107*1664436fSMatthias Ringwald 0x0000, 0x03ff, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0000, 108*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 109*1664436fSMatthias Ringwald 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 110*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0fcf, 0x3c3c, 0x3c3c, 0x3c3c, 0x3c3c, 111*1664436fSMatthias Ringwald 0x0ffc, 0x003c, 0x00ff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 112*1664436fSMatthias Ringwald 0x3cfc, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x0ffc, 0x0f00, 0x3fc0, 113*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0f3f, 0x3f3c, 0x3cfc, 114*1664436fSMatthias Ringwald 0x003c, 0x003c, 0x00ff, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 115*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x003c, 0x03c0, 0x0f0f, 0x03fc, 116*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0030, 0x003c, 0x0fff, 117*1664436fSMatthias Ringwald 0x003c, 0x003c, 0x003c, 0x0f3c, 0x03f0, 0x0000, 0x0000, 0x0000, 118*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 119*1664436fSMatthias Ringwald 0x0f0f, 0x3cfc, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 120*1664436fSMatthias Ringwald 0x0000, 0x0f0f, 0x0f0f, 0x0f0f, 0x0f0f, 0x03fc, 0x00f0, 0x0000, 121*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x3c0f, 0x3c0f, 122*1664436fSMatthias Ringwald 0x3ccf, 0x3ccf, 0x0f3c, 0x0f3c, 0x0000, 0x0000, 0x0000, 0x0000, 123*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x3c0f, 0x0f3c, 0x03f0, 0x03f0, 0x0f3c, 124*1664436fSMatthias Ringwald 0x3c0f, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 125*1664436fSMatthias Ringwald 0x3c3c, 0x3c3c, 0x3c3c, 0x3c3c, 0x0ff0, 0x0f00, 0x03c0, 0x00ff, 126*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0fff, 0x0f03, 0x03c0, 127*1664436fSMatthias Ringwald 0x003c, 0x0c0f, 0x0fff, 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 128*1664436fSMatthias Ringwald 0x0f0f, 0x0f00, 0x03c0, 0x00f0, 0x00f0, 0x0000, 0x00f0, 0x00f0, 129*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 130*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 131*1664436fSMatthias Ringwald 0x0000, 0x0f00, 0x03c0, 0x00f0, 0x003c, 0x003c, 0x003c, 0x00f0, 132*1664436fSMatthias Ringwald 0x03c0, 0x0f00, 0x0000, 0x0000, 0x0000, 0x0000, 0x003c, 0x00f0, 133*1664436fSMatthias Ringwald 0x03c0, 0x0f00, 0x0f00, 0x0f00, 0x03c0, 0x00f0, 0x003c, 0x0000, 134*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x03f0, 0x03f0, 0x0000, 135*1664436fSMatthias Ringwald 0x0000, 0x03f0, 0x03f0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 136*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x03f0, 137*1664436fSMatthias Ringwald 0x03f0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 138*1664436fSMatthias Ringwald 0x0000, 0x3ffc, 0x3ffc, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 139*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x03c0, 0x03c0, 0x3ffc, 0x3ffc, 140*1664436fSMatthias Ringwald 0x03c0, 0x03c0, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 141*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x3ffc, 0x0000, 0x0000, 0x3ffc, 0x0000, 0x0000, 142*1664436fSMatthias Ringwald 0x0000, 0x0000, 0x0000, 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f0f, 143*1664436fSMatthias Ringwald 0x03fc, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 144*1664436fSMatthias Ringwald //0--------------------------- 145*1664436fSMatthias Ringwald 0x0000, 0x0ffc, 0x3c0f, 0x3f0f, 0x3fcf, 0x3ccf, 0x3cff, 0x3c3f, 146*1664436fSMatthias Ringwald 0x3c0f, 0x0ffc, 0x0000, 0x0000, 0x0000, 147*1664436fSMatthias Ringwald //1--------------------------- 148*1664436fSMatthias Ringwald 0x0000, 0x00c0, 0x00f0, 0x00ff, 0x00f0, 0x00f0, 0x00f0, 0x00f0, 149*1664436fSMatthias Ringwald 0x00f0, 0x0fff, 0x0000, 0x0000, 0x0000, 150*1664436fSMatthias Ringwald //2--------------------------- 151*1664436fSMatthias Ringwald 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f00, 0x03c0, 0x00f0, 0x003c, 152*1664436fSMatthias Ringwald 0x0f0f, 0x0fff, 0x0000, 0x0000, 0x0000, 153*1664436fSMatthias Ringwald //3--------------------------- 154*1664436fSMatthias Ringwald 0x0000, 0x03fc, 0x0f0f, 0x0f00, 0x0f00, 0x03f0, 0x0f00, 0x0f00, 155*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 156*1664436fSMatthias Ringwald //4--------------------------- 157*1664436fSMatthias Ringwald 0x0000, 0x0f00, 0x0fc0, 0x0ff0, 0x0f3c, 0x0f0f, 0x3fff, 0x0f00, 158*1664436fSMatthias Ringwald 0x0f00, 0x3fc0, 0x0000, 0x0000, 0x0000, 159*1664436fSMatthias Ringwald //5--------------------------- 160*1664436fSMatthias Ringwald 0x0000, 0x0fff, 0x000f, 0x000f, 0x000f, 0x03ff, 0x0f00, 0x0f00, 161*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 162*1664436fSMatthias Ringwald //6--------------------------- 163*1664436fSMatthias Ringwald 0x0000, 0x03f0, 0x003c, 0x000f, 0x000f, 0x03ff, 0x0f0f, 0x0f0f, 164*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 165*1664436fSMatthias Ringwald //7--------------------------- 166*1664436fSMatthias Ringwald 0x0000, 0x3fff, 0x3c0f, 0x3c0f, 0x3c00, 0x0f00, 0x03c0, 0x00f0, 167*1664436fSMatthias Ringwald 0x00f0, 0x00f0, 0x0000, 0x0000, 0x0000, 168*1664436fSMatthias Ringwald //8--------------------------- 169*1664436fSMatthias Ringwald 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f3f, 0x03fc, 0x0fcf, 0x0f0f, 170*1664436fSMatthias Ringwald 0x0f0f, 0x03fc, 0x0000, 0x0000, 0x0000, 171*1664436fSMatthias Ringwald //9--------------------------- 172*1664436fSMatthias Ringwald 0x0000, 0x03fc, 0x0f0f, 0x0f0f, 0x0f0f, 0x0ffc, 0x03c0, 0x03c0, 173*1664436fSMatthias Ringwald 0x00f0, 0x00fc, 0x0000, 0x0000, 0x0000, 174*1664436fSMatthias Ringwald } ; 175