affichage fonctionne, valeurs reçues (255)

Dependencies:   mbed

Fork of Main_V3_Old by EI2I_4_projet_1_2017-2018

Committer:
Aureb29
Date:
Mon Jan 15 11:22:40 2018 +0000
Revision:
9:e79b746421b1
Parent:
6:f552ca0f5165
Main V3

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ramialjed 6:f552ca0f5165 1 /** Thin 5x8 font. */
ramialjed 6:f552ca0f5165 2 static unsigned char standard_font[] = {
ramialjed 6:f552ca0f5165 3
ramialjed 6:f552ca0f5165 4 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x20] ' '
ramialjed 6:f552ca0f5165 5 0x0, 0x0, 0x2F, 0x0, 0x0, 0x0, // [0x21] '!'
ramialjed 6:f552ca0f5165 6 0x0, 0x3, 0x0, 0x3, 0x0, 0x0, // [0x22] '"'
ramialjed 6:f552ca0f5165 7 0x14, 0x3E, 0x14, 0x3E, 0x14, 0x0, // [0x23] '#'
ramialjed 6:f552ca0f5165 8 0x24, 0x2A, 0x7F, 0x2A, 0x12, 0x0, // [0x24] '$'
ramialjed 6:f552ca0f5165 9 0x22, 0x10, 0x8, 0x4, 0x22, 0x0, // [0x25] '%'
ramialjed 6:f552ca0f5165 10 0x18, 0x24, 0x24, 0x1E, 0x4, 0x0, // [0x26] '&'
ramialjed 6:f552ca0f5165 11 0x0, 0x0, 0x3, 0x0, 0x0, 0x0, // [0x27] '''
ramialjed 6:f552ca0f5165 12 0x0, 0x1C, 0x22, 0x41, 0x0, 0x0, // [0x28] '('
ramialjed 6:f552ca0f5165 13 0x0, 0x41, 0x22, 0x1C, 0x0, 0x0, // [0x29] ')'
ramialjed 6:f552ca0f5165 14 0x2A, 0x1C, 0x3E, 0x1C, 0x2A, 0x0, // [0x2A] '*'
ramialjed 6:f552ca0f5165 15 0x8, 0x8, 0x3E, 0x8, 0x8, 0x0, // [0x2B] '+'
ramialjed 6:f552ca0f5165 16 0x0, 0x40, 0x20, 0x0, 0x0, 0x0, // [0x2C] ','
ramialjed 6:f552ca0f5165 17 0x8, 0x8, 0x8, 0x8, 0x8, 0x0, // [0x2D] '-'
ramialjed 6:f552ca0f5165 18 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, // [0x2E] '.'
ramialjed 6:f552ca0f5165 19 0x0, 0xC0, 0x30, 0xC, 0x3, 0x0, // [0x2F] '/'
ramialjed 6:f552ca0f5165 20 0x1E, 0x29, 0x2D, 0x25, 0x1E, 0x0, // [0x30] '0'
ramialjed 6:f552ca0f5165 21 0x0, 0x22, 0x3F, 0x20, 0x0, 0x0, // [0x31] '1'
ramialjed 6:f552ca0f5165 22 0x32, 0x29, 0x29, 0x29, 0x26, 0x0, // [0x32] '2'
ramialjed 6:f552ca0f5165 23 0x12, 0x21, 0x29, 0x29, 0x16, 0x0, // [0x33] '3'
ramialjed 6:f552ca0f5165 24 0x7, 0x8, 0x8, 0x8, 0x3E, 0x0, // [0x34] '4'
ramialjed 6:f552ca0f5165 25 0x17, 0x25, 0x25, 0x25, 0x18, 0x0, // [0x35] '5'
ramialjed 6:f552ca0f5165 26 0x1E, 0x25, 0x25, 0x25, 0x18, 0x0, // [0x36] '6'
ramialjed 6:f552ca0f5165 27 0x1, 0x1, 0x9, 0x9, 0x3E, 0x0, // [0x37] '7'
ramialjed 6:f552ca0f5165 28 0x1A, 0x25, 0x25, 0x25, 0x1A, 0x0, // [0x38] '8'
ramialjed 6:f552ca0f5165 29 0x6, 0x9, 0x9, 0x9, 0x3E, 0x0, // [0x39] '9'
ramialjed 6:f552ca0f5165 30 0x0, 0x0, 0x22, 0x0, 0x0, 0x0, // [0x3A] ':'
ramialjed 6:f552ca0f5165 31 0x0, 0x40, 0x22, 0x0, 0x0, 0x0, // [0x3B] ';'
ramialjed 6:f552ca0f5165 32 0x0, 0x8, 0x14, 0x22, 0x41, 0x0, // [0x3C] '<'
ramialjed 6:f552ca0f5165 33 0x14, 0x14, 0x14, 0x14, 0x14, 0x0, // [0x3D] '='
ramialjed 6:f552ca0f5165 34 0x0, 0x41, 0x22, 0x14, 0x8, 0x0, // [0x3E] '>'
ramialjed 6:f552ca0f5165 35 0x2, 0x1, 0x29, 0x9, 0x6, 0x0, // [0x3F] '?'
ramialjed 6:f552ca0f5165 36 0x1E, 0x21, 0x2D, 0x2D, 0x6, 0x0, // [0x40] '@'
ramialjed 6:f552ca0f5165 37 0x3E, 0x11, 0x11, 0x11, 0x3E, 0x0, // [0x41] 'A'
ramialjed 6:f552ca0f5165 38 0x3E, 0x25, 0x25, 0x25, 0x1A, 0x0, // [0x42] 'B'
ramialjed 6:f552ca0f5165 39 0x1E, 0x21, 0x21, 0x21, 0x12, 0x0, // [0x43] 'C'
ramialjed 6:f552ca0f5165 40 0x3E, 0x21, 0x21, 0x22, 0x1C, 0x0, // [0x44] 'D'
ramialjed 6:f552ca0f5165 41 0x3F, 0x29, 0x29, 0x21, 0x21, 0x0, // [0x45] 'E'
ramialjed 6:f552ca0f5165 42 0x3F, 0x9, 0x9, 0x1, 0x1, 0x0, // [0x46] 'F'
ramialjed 6:f552ca0f5165 43 0x1E, 0x21, 0x29, 0x29, 0x1A, 0x0, // [0x47] 'G'
ramialjed 6:f552ca0f5165 44 0x3F, 0x8, 0x8, 0x8, 0x3F, 0x0, // [0x48] 'H'
ramialjed 6:f552ca0f5165 45 0x0, 0x21, 0x3F, 0x21, 0x0, 0x0, // [0x49] 'I'
ramialjed 6:f552ca0f5165 46 0x10, 0x20, 0x21, 0x21, 0x1F, 0x0, // [0x4A] 'J'
ramialjed 6:f552ca0f5165 47 0x3F, 0x8, 0xC, 0x12, 0x21, 0x0, // [0x4B] 'K'
ramialjed 6:f552ca0f5165 48 0x1F, 0x20, 0x20, 0x20, 0x20, 0x0, // [0x4C] 'L'
ramialjed 6:f552ca0f5165 49 0x3E, 0x1, 0x6, 0x1, 0x3E, 0x0, // [0x4D] 'M'
ramialjed 6:f552ca0f5165 50 0x3E, 0x1, 0x1, 0x2, 0x3C, 0x0, // [0x4E] 'N'
ramialjed 6:f552ca0f5165 51 0x1E, 0x21, 0x21, 0x21, 0x1E, 0x0, // [0x4F] 'O'
ramialjed 6:f552ca0f5165 52 0x3E, 0x11, 0x11, 0x11, 0xE, 0x0, // [0x50] 'P'
ramialjed 6:f552ca0f5165 53 0x1E, 0x21, 0x29, 0x71, 0x5E, 0x0, // [0x51] 'Q'
ramialjed 6:f552ca0f5165 54 0x3E, 0x9, 0x9, 0x9, 0x36, 0x0, // [0x52] 'R'
ramialjed 6:f552ca0f5165 55 0x12, 0x25, 0x25, 0x25, 0x18, 0x0, // [0x53] 'S'
ramialjed 6:f552ca0f5165 56 0x1, 0x1, 0x3F, 0x1, 0x1, 0x0, // [0x54] 'T'
ramialjed 6:f552ca0f5165 57 0x1F, 0x20, 0x20, 0x20, 0x1F, 0x0, // [0x55] 'U'
ramialjed 6:f552ca0f5165 58 0xF, 0x10, 0x20, 0x10, 0xF, 0x0, // [0x56] 'V'
ramialjed 6:f552ca0f5165 59 0x1F, 0x20, 0x18, 0x20, 0x1F, 0x0, // [0x57] 'W'
ramialjed 6:f552ca0f5165 60 0x31, 0xA, 0x4, 0xA, 0x31, 0x0, // [0x58] 'X'
ramialjed 6:f552ca0f5165 61 0x7, 0x28, 0x28, 0x28, 0x1F, 0x0, // [0x59] 'Y'
ramialjed 6:f552ca0f5165 62 0x31, 0x29, 0x25, 0x23, 0x21, 0x0, // [0x5A] 'Z'
ramialjed 6:f552ca0f5165 63 0x0, 0x7F, 0x41, 0x41, 0x0, 0x0, // [0x5B] '['
ramialjed 6:f552ca0f5165 64 0x0, 0x3, 0xC, 0x30, 0xC0, 0x0, // [0x5C] '\\'
ramialjed 6:f552ca0f5165 65 0x0, 0x41, 0x41, 0x7F, 0x0, 0x0, // [0x5D] ']'
ramialjed 6:f552ca0f5165 66 0x0, 0x2, 0x1, 0x2, 0x0, 0x0, // [0x5E] '^'
ramialjed 6:f552ca0f5165 67 0x40, 0x40, 0x40, 0x40, 0x40, 0x0, // [0x5F] '_'
ramialjed 6:f552ca0f5165 68 0x1, 0x2, 0x0, 0x0, 0x0, 0x0, // [0x60] '`'
ramialjed 6:f552ca0f5165 69 0x1C, 0x22, 0x22, 0x22, 0x3C, 0x0, // [0x61] 'a'
ramialjed 6:f552ca0f5165 70 0x1F, 0x22, 0x22, 0x22, 0x1C, 0x0, // [0x62] 'b'
ramialjed 6:f552ca0f5165 71 0x1C, 0x22, 0x22, 0x22, 0x20, 0x0, // [0x63] 'c'
ramialjed 6:f552ca0f5165 72 0x1C, 0x22, 0x22, 0x22, 0x1F, 0x0, // [0x64] 'd'
ramialjed 6:f552ca0f5165 73 0x1C, 0x2A, 0x2A, 0x2A, 0x4, 0x0, // [0x65] 'e'
ramialjed 6:f552ca0f5165 74 0x8, 0x7E, 0x9, 0x1, 0x1, 0x0, // [0x66] 'f'
ramialjed 6:f552ca0f5165 75 0xC, 0x52, 0x52, 0x52, 0x3C, 0x0, // [0x67] 'g'
ramialjed 6:f552ca0f5165 76 0x3F, 0x2, 0x2, 0x2, 0x3C, 0x0, // [0x68] 'h'
ramialjed 6:f552ca0f5165 77 0x0, 0x0, 0x3D, 0x0, 0x0, 0x0, // [0x69] 'i'
ramialjed 6:f552ca0f5165 78 0x20, 0x40, 0x40, 0x40, 0x3D, 0x0, // [0x6A] 'j'
ramialjed 6:f552ca0f5165 79 0x3F, 0x8, 0x8, 0x14, 0x22, 0x0, // [0x6B] 'k'
ramialjed 6:f552ca0f5165 80 0x0, 0x1F, 0x20, 0x20, 0x0, 0x0, // [0x6C] 'l'
ramialjed 6:f552ca0f5165 81 0x3C, 0x2, 0x4, 0x2, 0x3C, 0x0, // [0x6D] 'm'
ramialjed 6:f552ca0f5165 82 0x3C, 0x2, 0x2, 0x2, 0x3C, 0x0, // [0x6E] 'n'
ramialjed 6:f552ca0f5165 83 0x1C, 0x22, 0x22, 0x22, 0x1C, 0x0, // [0x6F] 'o'
ramialjed 6:f552ca0f5165 84 0x7C, 0x12, 0x12, 0x12, 0xC, 0x0, // [0x70] 'p'
ramialjed 6:f552ca0f5165 85 0xC, 0x12, 0x12, 0x12, 0x7E, 0x0, // [0x71] 'q'
ramialjed 6:f552ca0f5165 86 0x3C, 0x2, 0x2, 0x2, 0x4, 0x0, // [0x72] 'r'
ramialjed 6:f552ca0f5165 87 0x24, 0x2A, 0x2A, 0x2A, 0x10, 0x0, // [0x73] 's'
ramialjed 6:f552ca0f5165 88 0x1F, 0x22, 0x22, 0x20, 0x10, 0x0, // [0x74] 't'
ramialjed 6:f552ca0f5165 89 0x1E, 0x20, 0x20, 0x20, 0x1E, 0x0, // [0x75] 'u'
ramialjed 6:f552ca0f5165 90 0xE, 0x10, 0x20, 0x10, 0xE, 0x0, // [0x76] 'v'
ramialjed 6:f552ca0f5165 91 0x1E, 0x20, 0x10, 0x20, 0x1E, 0x0, // [0x77] 'w'
ramialjed 6:f552ca0f5165 92 0x22, 0x14, 0x8, 0x14, 0x22, 0x0, // [0x78] 'x'
ramialjed 6:f552ca0f5165 93 0xE, 0x50, 0x50, 0x50, 0x3E, 0x0, // [0x79] 'y'
ramialjed 6:f552ca0f5165 94 0x22, 0x32, 0x2A, 0x26, 0x22, 0x0, // [0x7A] 'z'
ramialjed 6:f552ca0f5165 95 0x0, 0x8, 0x36, 0x41, 0x0, 0x0, // [0x7B] '{'
ramialjed 6:f552ca0f5165 96 0x0, 0x0, 0x7F, 0x0, 0x0, 0x0, // [0x7C] '|'
ramialjed 6:f552ca0f5165 97 0x0, 0x41, 0x36, 0x8, 0x0, 0x0, // [0x7D] '}'
ramialjed 6:f552ca0f5165 98 0x0, 0x2, 0x1, 0x2, 0x1, 0x0, // [0x7E] '~'
ramialjed 6:f552ca0f5165 99 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x7F] ''
ramialjed 6:f552ca0f5165 100 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x80] '€'
ramialjed 6:f552ca0f5165 101 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x81] ''
ramialjed 6:f552ca0f5165 102 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x82] '‚'
ramialjed 6:f552ca0f5165 103 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x83] 'ƒ'
ramialjed 6:f552ca0f5165 104 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x84] '„'
ramialjed 6:f552ca0f5165 105 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x85] '…'
ramialjed 6:f552ca0f5165 106 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x86] '†'
ramialjed 6:f552ca0f5165 107 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x87] '‡'
ramialjed 6:f552ca0f5165 108 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x88] 'ˆ'
ramialjed 6:f552ca0f5165 109 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x89] '‰'
ramialjed 6:f552ca0f5165 110 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x8A] 'Š'
ramialjed 6:f552ca0f5165 111 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, // [0x8B] '‹'
ramialjed 6:f552ca0f5165 112 };