diff options
Diffstat (limited to 'src/xpm_data/svp_battery_75.h')
-rw-r--r-- | src/xpm_data/svp_battery_75.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/xpm_data/svp_battery_75.h b/src/xpm_data/svp_battery_75.h new file mode 100644 index 0000000..72bf62b --- /dev/null +++ b/src/xpm_data/svp_battery_75.h @@ -0,0 +1,23 @@ +/* XPM */ +static const char * svp_battery_75_xpm[] = { +"16 16 4 1", +" c None", +". c #73BA00", +"+ c #424542", +"@ c #636163", +" .... ", +" .......... ", +" .++++++++. ", +" .+@@@@@@+. ", +" .+@@@@@@+. ", +" .++++++++. ", +" .+......+. ", +" .+......+. ", +" .++++++++. ", +" .+......+. ", +" .+......+. ", +" .++++++++. ", +" .+......+. ", +" .+......+. ", +" .++++++++. ", +" .......... "}; |