mirror of
https://github.com/gryf/wmamixer.git
synced 2025-12-18 03:50:20 +01:00
27 lines
2.6 KiB
C
27 lines
2.6 KiB
C
/* XPM */
|
|
static char * digits128_xpm[] = {
|
|
"132 18 5 1",
|
|
" c None",
|
|
". c #282828 s back_color",
|
|
"+ c #20B2AE s led_color_high",
|
|
"@ c #004941 s led_color_low",
|
|
"# c #188A86 s led_color_med",
|
|
"....................................................................................................................................",
|
|
"....................................................................................................................................",
|
|
"....++++++......@@@@@@##..##++++++##..##++++++##..++@@@@@@++..##++++++##..##++++++##..##++++++##..##++++++##..##++++++##....@@@@@@..",
|
|
"....++++++......@@@@@@##..##++++++##..##++++++##..++@@@@@@++..##++++++##..##++++++##..##++++++##..##++++++##..##++++++##....@@@@@@..",
|
|
"..++......++..@@......++..@@......++..@@......++..++......++..++......@@..++......@@..@@......++..++......++..++......++..@@......@@",
|
|
"..++......++..@@......++..@@......++..@@......++..++......++..++......@@..++......@@..@@......++..++......++..++......++..@@......@@",
|
|
"..++......++..@@......++..@@......++..@@......++..++......++..++......@@..++......@@..@@......++..++......++..++......++..@@......@@",
|
|
"..++......++..@@......++..@@......++..@@......++..++......++..++......@@..++......@@..@@......++..++......++..++......++..@@......@@",
|
|
"..##@@@@@@##....@@@@@@##..##++++++##....++++++##..##++++++##..++++++++##..##++++++##....@@@@@@##..##++++++##..##++++++##....@@@@@@..",
|
|
"..##@@@@@@##....@@@@@@##..##++++++##....++++++##..##++++++##..++++++++##..##++++++##....@@@@@@##..##++++++##..##++++++##....@@@@@@..",
|
|
"..++......++..@@......++..++......@@..@@......++..@@......++..@@......++..++......++..@@......++..++......++..@@......++..@@......@@",
|
|
"..++......++..@@......++..++......@@..@@......++..@@......++..@@......++..++......++..@@......++..++......++..@@......++..@@......@@",
|
|
"..++......++..@@......++..++......@@..@@......++..@@......++..@@......++..++......++..@@......++..++......++..@@......++..@@......@@",
|
|
"..++......++..@@......++..++......@@..@@......++..@@......++..@@......++..++......++..@@......++..++......++..@@......++..@@......@@",
|
|
"....++++++......@@@@@@++..##++++++##..##++++++##....@@@@@@##..##++++++##..##++++++##....@@@@@@++..##++++++##..##++++++##....@@@@@@..",
|
|
"....++++++......@@@@@@++..##++++++##..##++++++##....@@@@@@##..##++++++##..##++++++##....@@@@@@++..##++++++##..##++++++##....@@@@@@..",
|
|
"....................................................................................................................................",
|
|
"...................................................................................................................................."};
|