-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsevenSegmentLarge.c
16 lines (16 loc) · 1.63 KB
/
sevenSegmentLarge.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
* Bitmaps for simulating 7-segment numeric vacuum fluorescent displays on an OLED.
* All bitmaps are 16 wide x 24 high and are padded with zeros where needed to fit the space.
*/
sevenSegmentLg[10][24] = {
{255,208,0,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,0,0,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,0,16,255,208,0,0},
{0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,0,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,0},
{255,208,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,127,224,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,0,0,255,192,0,0},
{255,208,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,127,224,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,255,208,0,0},
{0,16,0,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,127,224,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,0},
{255,192,0,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,127,224,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,255,208,0,0},
{255,192,0,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,128,0,127,224,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,0,16,255,208,0,0},
{255,208,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,0,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,0},
{255,208,0,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,127,224,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,0,16,255,208,0,0},
{255,208,0,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,128,16,127,224,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,0,16,255,208,0,0}
};