diff options
Diffstat (limited to 'kernel/xpm/codec_fig.xpm')
-rw-r--r-- | kernel/xpm/codec_fig.xpm | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/kernel/xpm/codec_fig.xpm b/kernel/xpm/codec_fig.xpm new file mode 100644 index 0000000..0b3777d --- /dev/null +++ b/kernel/xpm/codec_fig.xpm @@ -0,0 +1,30 @@ +/* XPM */ +static const char * codec_fig[] = { +"16 16 11 1", +" c None", +". c #4C4C4C", +"+ c #B0B0B0", +"@ c #C8C8C8", +"# c #DDDDDD", +"$ c #AEAEAE", +"% c #FFFFFF", +"& c #F3F3F3", +"* c #454545", +"= c #555353", +"- c #EDFF23", +"..........+ ", +".@@@@@@@@.#$ ", +".@%%%%%%@.&#+ ", +".@%%%%%%@.... ", +".@%%%%%%@@@@. ", +".***************", +".==============*", +".=-=-=---=----=*", +".=-=-=-===-====*", +".==-==---=-=--=*", +".=-=-=-===-==-=*", +".=-=-=-===----=*", +".==============*", +".***************", +".@@@@@@@@@@@. ", +" ............ "}; |