1
0
mirror of https://github.com/gryf/wmamixer.git synced 2025-12-17 11:30:21 +01:00
Files
wmamixer/XPM/digits.xpm
2015-01-19 18:44:18 +01:00

17 lines
807 B
C

/* 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",
" ",
" @@@ ...# #@@@# #@@@# @...@ #@@@# #@@@# #@@@# #@@@# #@@@# ... ",
" @ @ . @ . @ . @ @ @ @ . @ . . @ @ @ @ @ . .",
" @ @ . @ . @ . @ @ @ @ . @ . . @ @ @ @ @ . .",
" #...# ...# #@@@# @@@# #@@@# @@@@# #@@@# ...# #@@@# #@@@# ... ",
" @ @ . @ @ . . @ . @ . @ @ @ . @ @ @ . @ . .",
" @ @ . @ @ . . @ . @ . @ @ @ . @ @ @ . @ . .",
" @@@ ...@ #@@@# #@@@# ...# #@@@# #@@@# ...@ #@@@# #@@@# ... ",
" "};