diff options
author | fahim | 2015-02-05 15:44:25 +0530 |
---|---|---|
committer | fahim | 2015-02-05 15:44:25 +0530 |
commit | e91a76c90a2ee829c337251e9adc33767c808b51 (patch) | |
tree | dba2698c0ff969a45778ab93332da38971c91f8b /src/images/an.xbm | |
download | eSim-e91a76c90a2ee829c337251e9adc33767c808b51.tar.gz eSim-e91a76c90a2ee829c337251e9adc33767c808b51.tar.bz2 eSim-e91a76c90a2ee829c337251e9adc33767c808b51.zip |
Subject: First commit
Description: It incluse initial gui to be used in new flow of FreeEDA.
Diffstat (limited to 'src/images/an.xbm')
-rw-r--r-- | src/images/an.xbm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/images/an.xbm b/src/images/an.xbm new file mode 100644 index 00000000..47229ae1 --- /dev/null +++ b/src/images/an.xbm @@ -0,0 +1,21 @@ +#define an_width 45 +#define an_height 35 +static unsigned char an_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x07, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x01, 0x00, 0x20, 0x00, 0x00, 0x00, 0x01, 0x00, 0x70, 0x00, 0x00, + 0x00, 0x03, 0x00, 0x30, 0x00, 0x00, 0x00, 0x04, 0x00, 0x20, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x22, 0x04, 0x00, + 0x00, 0x08, 0x80, 0x22, 0x80, 0x00, 0x00, 0x04, 0x00, 0x22, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x00, + 0x00, 0x10, 0x80, 0x00, 0x01, 0x00, 0x04, 0x07, 0x00, 0x00, 0x00, 0x00, + 0x20, 0x10, 0x00, 0x6d, 0x03, 0x00, 0x00, 0x00, 0x60, 0x20, 0x00, 0x00, + 0x00, 0x20, 0xd8, 0xf8, 0x18, 0x00, 0x00, 0x10, 0xf0, 0x2c, 0x40, 0x01, + 0x00, 0x04, 0xf8, 0x3c, 0x00, 0x00, 0x00, 0x08, 0xa9, 0x70, 0x00, 0x00, + 0x00, 0x10, 0x00, 0x20, 0x00, 0x00, 0x00, 0x10, 0x00, 0x20, 0x00, 0x00, + 0x00, 0x04, 0x00, 0x70, 0x00, 0x00, 0x00, 0x01, 0x18, 0x20, 0x00, 0x00, + 0x00, 0x01, 0x78, 0xeb, 0xb0, 0x01, 0x00, 0x01, 0x18, 0xc3, 0x33, 0x03, + 0x00, 0x01, 0x18, 0xf3, 0x33, 0x03, 0x80, 0x03, 0x79, 0xf3, 0x33, 0x03, + 0x80, 0x83, 0x38, 0x01, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x57, 0x01, 0x00, 0x00, 0x00, 0x00, 0x8a, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x30, 0x00, 0x00, 0x00 }; |