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
Revision 1:d0b7d7bf1f56, committed 2012-10-25
- Comitter:
- dreschpe
- Date:
- Thu Oct 25 17:35:39 2012 +0000
- Parent:
- 0:ac9b0945fdb1
- Commit message:
- Font Small_7 is included in LCD lib
Changed in this revision
Small_7.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ac9b0945fdb1 -r d0b7d7bf1f56 Small_7.h --- a/Small_7.h Tue Oct 16 14:07:43 2012 +0000 +++ b/Small_7.h Thu Oct 25 17:35:39 2012 +0000 @@ -1,3 +1,6 @@ +#ifndef small_7 +#define small_7 + const unsigned char Small_7[] = { 19,9,9,2, // Length,horz,vert,byte/vert 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char @@ -97,3 +100,5 @@ 0x05, 0x0C, 0x00, 0x04, 0x00, 0x0C, 0x00, 0x08, 0x00, 0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // Code for char ~ 0x03, 0xFE, 0x01, 0x02, 0x01, 0xFE, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 // Code for char }; + +#endif