view etc/letter.xpm @ 61216:9ec6d63a7605

(Troubleshooting Commands): Remove comment about installation. (Installation): Remove section. (Customizable Variables): New section. (Basic Embedded Mode, Customizing Embedded Mode, Graphics) (Graphical Devices): Add references to Customizable Variables.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 01 Apr 2005 21:45:36 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};