Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832 MMA7660 mbed-rtos mbed
Revision 4:da4e748bd607, committed 2015-02-20
- Comitter:
- gecko655
- Date:
- Fri Feb 20 00:47:25 2015 +0000
- Parent:
- 3:6f5282c89ddd
- Commit message:
- Rewrote bitmap by hex.
Changed in this revision
tippy.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6f5282c89ddd -r da4e748bd607 tippy.h --- a/tippy.h Fri Feb 20 00:40:07 2015 +0000 +++ b/tippy.h Fri Feb 20 00:47:25 2015 +0000 @@ -14,26 +14,25 @@ static char TippyArray[] = { - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000111,0b11111011,0b00000000, - 0b00011101,0b00011111,0b00000000, - 0b00110110,0b10000111,0b00000000, - 0b01100110,0b00000011,0b00000000, - 0b01000000,0b00000001,0b10000000, - 0b10000000,0b01001001,0b10000000, - 0b10000000,0b00000000,0b10000000, - 0b10000000,0b00010000,0b10000000, - 0b11000000,0b00101000,0b10000000, - 0b11100000,0b00000001,0b10000000, - 0b01111111,0b11111111,0b00000000, - 0b00111111,0b11111110,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, - 0b00000000,0b00000000,0b00000000, +0x00,0x00,0x00, +0x00,0x00,0x00, +0x00,0x00,0x00, +0x00,0x00,0x00, +0x07,0xfb,0x00, +0x1d,0x1f,0x00, +0x36,0x87,0x00, +0x66,0x03,0x00, +0x80,0x01,0x80, +0x80,0x49,0x80, +0x80,0x00,0x80, +0x80,0x10,0x80, +0xc0,0x28,0x80, +0xe0,0x01,0x00, +0x7f,0xff,0x00, +0x00,0x00,0x00, +0x00,0x00,0x00, +0x00,0x00,0x00, +0x00,0x00,0x00, };