Fonts to use with the mbed Lab Board 6,7,9,12 and 24 pixel high

Dependents:   Christmas-LCD led_dimm Ra-men-Timer app-board-RTOS-Threads ... more

Committer:
dreschpe
Date:
Thu Oct 25 17:35:39 2012 +0000
Revision:
1:d0b7d7bf1f56
Parent:
0:ac9b0945fdb1
Font Small_7 is included in LCD lib

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dreschpe 0:ac9b0945fdb1 1
dreschpe 0:ac9b0945fdb1 2
dreschpe 0:ac9b0945fdb1 3 const unsigned char Small_6[] = {
dreschpe 0:ac9b0945fdb1 4 9,8,8,1, // Length,horz,vert,byte/vert
dreschpe 0:ac9b0945fdb1 5 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char
dreschpe 0:ac9b0945fdb1 6 0x02, 0x00, 0x2F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char !
dreschpe 0:ac9b0945fdb1 7 0x04, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, // Code for char "
dreschpe 0:ac9b0945fdb1 8 0x06, 0x00, 0x12, 0x3F, 0x12, 0x3F, 0x12, 0x00, 0x00, // Code for char #
dreschpe 0:ac9b0945fdb1 9 0x04, 0x00, 0x26, 0x7F, 0x32, 0x00, 0x00, 0x00, 0x00, // Code for char $
dreschpe 0:ac9b0945fdb1 10 0x05, 0x00, 0x13, 0x0B, 0x34, 0x32, 0x00, 0x00, 0x00, // Code for char %
dreschpe 0:ac9b0945fdb1 11 0x05, 0x00, 0x1A, 0x25, 0x1A, 0x28, 0x00, 0x00, 0x00, // Code for char &
dreschpe 0:ac9b0945fdb1 12 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char '
dreschpe 0:ac9b0945fdb1 13 0x03, 0x00, 0x7E, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char (
dreschpe 0:ac9b0945fdb1 14 0x03, 0x00, 0x81, 0x7E, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char )
dreschpe 0:ac9b0945fdb1 15 0x03, 0x00, 0x03, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char *
dreschpe 0:ac9b0945fdb1 16 0x04, 0x00, 0x08, 0x1C, 0x08, 0x00, 0x00, 0x00, 0x00, // Code for char +
dreschpe 0:ac9b0945fdb1 17 0x02, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ,
dreschpe 0:ac9b0945fdb1 18 0x03, 0x00, 0x08, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char -
dreschpe 0:ac9b0945fdb1 19 0x02, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char .
dreschpe 0:ac9b0945fdb1 20 0x03, 0x00, 0x38, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char /
dreschpe 0:ac9b0945fdb1 21 0x05, 0x00, 0x1E, 0x21, 0x21, 0x1E, 0x00, 0x00, 0x00, // Code for char 0
dreschpe 0:ac9b0945fdb1 22 0x05, 0x00, 0x02, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char 1
dreschpe 0:ac9b0945fdb1 23 0x05, 0x00, 0x32, 0x29, 0x29, 0x26, 0x00, 0x00, 0x00, // Code for char 2
dreschpe 0:ac9b0945fdb1 24 0x05, 0x00, 0x12, 0x21, 0x25, 0x1A, 0x00, 0x00, 0x00, // Code for char 3
dreschpe 0:ac9b0945fdb1 25 0x05, 0x00, 0x18, 0x16, 0x3F, 0x10, 0x00, 0x00, 0x00, // Code for char 4
dreschpe 0:ac9b0945fdb1 26 0x05, 0x00, 0x27, 0x25, 0x19, 0x00, 0x00, 0x00, 0x00, // Code for char 5
dreschpe 0:ac9b0945fdb1 27 0x05, 0x00, 0x1E, 0x25, 0x25, 0x18, 0x00, 0x00, 0x00, // Code for char 6
dreschpe 0:ac9b0945fdb1 28 0x05, 0x00, 0x01, 0x3D, 0x03, 0x00, 0x00, 0x00, 0x00, // Code for char 7
dreschpe 0:ac9b0945fdb1 29 0x05, 0x00, 0x1A, 0x25, 0x25, 0x1A, 0x00, 0x00, 0x00, // Code for char 8
dreschpe 0:ac9b0945fdb1 30 0x05, 0x00, 0x12, 0x25, 0x25, 0x1E, 0x00, 0x00, 0x00, // Code for char 9
dreschpe 0:ac9b0945fdb1 31 0x02, 0x00, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char :
dreschpe 0:ac9b0945fdb1 32 0x02, 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ;
dreschpe 0:ac9b0945fdb1 33 0x04, 0x00, 0x08, 0x14, 0x22, 0x00, 0x00, 0x00, 0x00, // Code for char <
dreschpe 0:ac9b0945fdb1 34 0x04, 0x00, 0x14, 0x14, 0x14, 0x00, 0x00, 0x00, 0x00, // Code for char =
dreschpe 0:ac9b0945fdb1 35 0x04, 0x00, 0x22, 0x14, 0x08, 0x00, 0x00, 0x00, 0x00, // Code for char >
dreschpe 0:ac9b0945fdb1 36 0x05, 0x00, 0x02, 0x29, 0x05, 0x02, 0x00, 0x00, 0x00, // Code for char ?
dreschpe 0:ac9b0945fdb1 37 0x08, 0x00, 0x1C, 0x22, 0x49, 0x55, 0x59, 0x12, 0x0C, // Code for char @
dreschpe 0:ac9b0945fdb1 38 0x06, 0x00, 0x30, 0x0C, 0x0B, 0x0C, 0x30, 0x00, 0x00, // Code for char A
dreschpe 0:ac9b0945fdb1 39 0x06, 0x00, 0x3F, 0x25, 0x25, 0x25, 0x1A, 0x00, 0x00, // Code for char B
dreschpe 0:ac9b0945fdb1 40 0x06, 0x00, 0x1E, 0x21, 0x21, 0x21, 0x12, 0x00, 0x00, // Code for char C
dreschpe 0:ac9b0945fdb1 41 0x06, 0x00, 0x3F, 0x21, 0x21, 0x21, 0x1E, 0x00, 0x00, // Code for char D
dreschpe 0:ac9b0945fdb1 42 0x05, 0x00, 0x3F, 0x25, 0x25, 0x21, 0x00, 0x00, 0x00, // Code for char E
dreschpe 0:ac9b0945fdb1 43 0x05, 0x00, 0x3F, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00, // Code for char F
dreschpe 0:ac9b0945fdb1 44 0x06, 0x00, 0x1E, 0x21, 0x21, 0x29, 0x3A, 0x00, 0x00, // Code for char G
dreschpe 0:ac9b0945fdb1 45 0x05, 0x00, 0x3F, 0x04, 0x04, 0x3F, 0x00, 0x00, 0x00, // Code for char H
dreschpe 0:ac9b0945fdb1 46 0x02, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char I
dreschpe 0:ac9b0945fdb1 47 0x04, 0x00, 0x30, 0x20, 0x1F, 0x00, 0x00, 0x00, 0x00, // Code for char J
dreschpe 0:ac9b0945fdb1 48 0x05, 0x00, 0x3F, 0x0C, 0x12, 0x21, 0x00, 0x00, 0x00, // Code for char K
dreschpe 0:ac9b0945fdb1 49 0x04, 0x00, 0x3F, 0x20, 0x20, 0x00, 0x00, 0x00, 0x00, // Code for char L
dreschpe 0:ac9b0945fdb1 50 0x08, 0x00, 0x3F, 0x03, 0x0C, 0x30, 0x0C, 0x03, 0x3F, // Code for char M
dreschpe 0:ac9b0945fdb1 51 0x06, 0x00, 0x3F, 0x03, 0x0C, 0x30, 0x3F, 0x00, 0x00, // Code for char N
dreschpe 0:ac9b0945fdb1 52 0x06, 0x00, 0x1E, 0x21, 0x21, 0x21, 0x1E, 0x00, 0x00, // Code for char O
dreschpe 0:ac9b0945fdb1 53 0x05, 0x00, 0x3F, 0x09, 0x09, 0x06, 0x00, 0x00, 0x00, // Code for char P
dreschpe 0:ac9b0945fdb1 54 0x06, 0x00, 0x1E, 0x21, 0x29, 0x11, 0x2E, 0x00, 0x00, // Code for char Q
dreschpe 0:ac9b0945fdb1 55 0x06, 0x00, 0x3F, 0x09, 0x09, 0x09, 0x36, 0x00, 0x00, // Code for char R
dreschpe 0:ac9b0945fdb1 56 0x05, 0x00, 0x12, 0x25, 0x29, 0x12, 0x00, 0x00, 0x00, // Code for char S
dreschpe 0:ac9b0945fdb1 57 0x06, 0x00, 0x01, 0x01, 0x3F, 0x01, 0x01, 0x00, 0x00, // Code for char T
dreschpe 0:ac9b0945fdb1 58 0x06, 0x00, 0x1F, 0x20, 0x20, 0x20, 0x1F, 0x00, 0x00, // Code for char U
dreschpe 0:ac9b0945fdb1 59 0x06, 0x00, 0x03, 0x0C, 0x30, 0x0C, 0x03, 0x00, 0x00, // Code for char V
dreschpe 0:ac9b0945fdb1 60 0x08, 0x00, 0x03, 0x0C, 0x30, 0x0C, 0x30, 0x0C, 0x03, // Code for char W
dreschpe 0:ac9b0945fdb1 61 0x06, 0x00, 0x21, 0x12, 0x0C, 0x12, 0x21, 0x00, 0x00, // Code for char X
dreschpe 0:ac9b0945fdb1 62 0x06, 0x00, 0x01, 0x02, 0x3C, 0x02, 0x01, 0x00, 0x00, // Code for char Y
dreschpe 0:ac9b0945fdb1 63 0x05, 0x00, 0x31, 0x29, 0x25, 0x23, 0x00, 0x00, 0x00, // Code for char Z
dreschpe 0:ac9b0945fdb1 64 0x03, 0x00, 0x7F, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char [
dreschpe 0:ac9b0945fdb1 65 0x03, 0x00, 0x07, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char BackSlash
dreschpe 0:ac9b0945fdb1 66 0x03, 0x00, 0x41, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ]
dreschpe 0:ac9b0945fdb1 67 0x04, 0x00, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, // Code for char ^
dreschpe 0:ac9b0945fdb1 68 0x05, 0x40, 0x40, 0x40, 0x40, 0x40, 0x00, 0x00, 0x00, // Code for char _
dreschpe 0:ac9b0945fdb1 69 0x03, 0x00, 0x01, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char `
dreschpe 0:ac9b0945fdb1 70 0x04, 0x00, 0x14, 0x24, 0x38, 0x00, 0x00, 0x00, 0x00, // Code for char a
dreschpe 0:ac9b0945fdb1 71 0x05, 0x00, 0x3F, 0x24, 0x24, 0x18, 0x00, 0x00, 0x00, // Code for char b
dreschpe 0:ac9b0945fdb1 72 0x04, 0x00, 0x18, 0x24, 0x24, 0x00, 0x00, 0x00, 0x00, // Code for char c
dreschpe 0:ac9b0945fdb1 73 0x05, 0x00, 0x18, 0x24, 0x24, 0x3F, 0x00, 0x00, 0x00, // Code for char d
dreschpe 0:ac9b0945fdb1 74 0x04, 0x00, 0x18, 0x34, 0x28, 0x00, 0x00, 0x00, 0x00, // Code for char e
dreschpe 0:ac9b0945fdb1 75 0x03, 0x00, 0x3E, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char f
dreschpe 0:ac9b0945fdb1 76 0x05, 0x00, 0x18, 0xA4, 0xA4, 0x7C, 0x00, 0x00, 0x00, // Code for char g
dreschpe 0:ac9b0945fdb1 77 0x04, 0x00, 0x3F, 0x04, 0x38, 0x00, 0x00, 0x00, 0x00, // Code for char h
dreschpe 0:ac9b0945fdb1 78 0x02, 0x00, 0x3D, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char i
dreschpe 0:ac9b0945fdb1 79 0x02, 0x00, 0xFD, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char j
dreschpe 0:ac9b0945fdb1 80 0x04, 0x00, 0x3F, 0x08, 0x34, 0x00, 0x00, 0x00, 0x00, // Code for char k
dreschpe 0:ac9b0945fdb1 81 0x02, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char l
dreschpe 0:ac9b0945fdb1 82 0x06, 0x00, 0x3C, 0x04, 0x3C, 0x04, 0x38, 0x00, 0x00, // Code for char m
dreschpe 0:ac9b0945fdb1 83 0x04, 0x00, 0x3C, 0x04, 0x38, 0x00, 0x00, 0x00, 0x00, // Code for char n
dreschpe 0:ac9b0945fdb1 84 0x05, 0x00, 0x18, 0x24, 0x24, 0x18, 0x00, 0x00, 0x00, // Code for char o
dreschpe 0:ac9b0945fdb1 85 0x05, 0x00, 0xFC, 0x24, 0x24, 0x18, 0x00, 0x00, 0x00, // Code for char p
dreschpe 0:ac9b0945fdb1 86 0x05, 0x00, 0x18, 0x24, 0x24, 0xFC, 0x00, 0x00, 0x00, // Code for char q
dreschpe 0:ac9b0945fdb1 87 0x03, 0x00, 0x3C, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char r
dreschpe 0:ac9b0945fdb1 88 0x04, 0x00, 0x28, 0x24, 0x14, 0x00, 0x00, 0x00, 0x00, // Code for char s
dreschpe 0:ac9b0945fdb1 89 0x03, 0x00, 0x1E, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char t
dreschpe 0:ac9b0945fdb1 90 0x04, 0x00, 0x1C, 0x20, 0x3C, 0x00, 0x00, 0x00, 0x00, // Code for char u
dreschpe 0:ac9b0945fdb1 91 0x04, 0x00, 0x0C, 0x30, 0x0C, 0x00, 0x00, 0x00, 0x00, // Code for char v
dreschpe 0:ac9b0945fdb1 92 0x06, 0x00, 0x0C, 0x30, 0x0C, 0x30, 0x0C, 0x00, 0x00, // Code for char w
dreschpe 0:ac9b0945fdb1 93 0x04, 0x00, 0x24, 0x18, 0x24, 0x00, 0x00, 0x00, 0x00, // Code for char x
dreschpe 0:ac9b0945fdb1 94 0x04, 0x00, 0x9C, 0x60, 0x1C, 0x00, 0x00, 0x00, 0x00, // Code for char y
dreschpe 0:ac9b0945fdb1 95 0x04, 0x00, 0x34, 0x24, 0x2C, 0x00, 0x00, 0x00, 0x00, // Code for char z
dreschpe 0:ac9b0945fdb1 96 0x03, 0x00, 0x08, 0x77, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char {
dreschpe 0:ac9b0945fdb1 97 0x02, 0x00, 0x7F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char |
dreschpe 0:ac9b0945fdb1 98 0x03, 0x00, 0x77, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char }
dreschpe 0:ac9b0945fdb1 99 0x04, 0x02, 0x01, 0x02, 0x01, 0x00, 0x00, 0x00, 0x00, // Code for char ~
dreschpe 0:ac9b0945fdb1 100 0x02, 0x00, 0x3F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // Code for char 
dreschpe 0:ac9b0945fdb1 101 };