summaryrefslogtreecommitdiff
path: root/XPM/digits.xpm
blob: 0d02f1cb795c311ee093378e4cf3ae47feb30323 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* XPM */
static char * digits_xpm[] = {
"66 9 4 1",
"  	c #282828 s back_color",
"@	c #20B2AE s led_color_high",
".	c #004941 s led_color_low",
"#	c #188A86 s led_color_med",
"                                                                  ",
"  @@@   ...# #@@@# #@@@# @...@ #@@@# #@@@# #@@@# #@@@# #@@@#  ... ",
" @   @ .   @ .   @ .   @ @   @ @   . @   . .   @ @   @ @   @ .   .",
" @   @ .   @ .   @ .   @ @   @ @   . @   . .   @ @   @ @   @ .   .",
" #...#  ...# #@@@#  @@@# #@@@# @@@@# #@@@#  ...# #@@@# #@@@#  ... ",
" @   @ .   @ @   . .   @ .   @ .   @ @   @ .   @ @   @ .   @ .   .",
" @   @ .   @ @   . .   @ .   @ .   @ @   @ .   @ @   @ .   @ .   .",
"  @@@   ...@ #@@@# #@@@#  ...# #@@@# #@@@#  ...@ #@@@# #@@@#  ... ",
"                                                                  "};