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