samples/widgets/icons/statbmp.xpm

Summary

Maintainability
Test Coverage
/* XPM */
static const char *statbmp_xpm[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1",
"  c Gray0",
"# c none",
/* pixels */
"################################",
"################################",
"################################",
"################################",
"################################",
"################################",
"##                            ##",
"## ########################## ##",
"## ########################## ##",
"## #########      ########### ##",
"## ######## ###### ########## ##",
"## ####### ######## ######### ##",
"## ######## ######## ######## ##",
"## ######### ######## ####### ##",
"## ########## ###### ######## ##",
"## ########### #### ######### ##",
"## ############    ########## ##",
"## ########################## ##",
"## ###            ########### ##",
"## ### ########## ########### ##",
"## ### ########## ########### ##",
"## ### ########## ########### ##",
"## ### ########## ########### ##",
"## ### ########## ########### ##",
"## ###            ########### ##",
"## ########################## ##",
"## ########################## ##",
"## ########################## ##",
"##                            ##",
"################################",
"################################",
"################################"
};