1
0
mirror of https://github.com/gryf/wmamixer.git synced 2025-12-18 12:00:22 +01:00
Files
wmamixer/XPM/digits64.xpm

17 lines
809 B
C

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