From 8815700322c0c10cb0528b047b2c7604c2eeb053 Mon Sep 17 00:00:00 2001 From: Dien-Nhung Nguyen-Phu Date: Sun, 9 Jun 2024 12:59:34 +0700 Subject: Add support for .xbm bitmap file .xbm is easy to include in C as source file. It could be viewed and edited directly without need to be converted between images and C array. --- src/res/foss-asia-2.xbm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/res/foss-asia-2.xbm (limited to 'src/res/foss-asia-2.xbm') diff --git a/src/res/foss-asia-2.xbm b/src/res/foss-asia-2.xbm new file mode 100644 index 0000000..5a75f5d --- /dev/null +++ b/src/res/foss-asia-2.xbm @@ -0,0 +1,14 @@ +#define foss_asia_2_width 44 +#define foss_asia_2_height 22 +static unsigned char foss_asia_2_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfc, 0xf9, 0x8f, 0xff, 0xfc, 0x07, + 0xfe, 0xfd, 0xdf, 0xff, 0xfe, 0x07, 0x06, 0x0c, 0xd8, 0x00, 0x06, 0x00, + 0xff, 0x0d, 0xd8, 0x7f, 0xfe, 0x03, 0xff, 0x0d, 0x98, 0xff, 0xfc, 0x07, + 0x06, 0x0c, 0x18, 0xc0, 0x00, 0x06, 0x06, 0xfc, 0xdf, 0xff, 0xfe, 0x07, + 0x06, 0xf8, 0xcf, 0x7f, 0xfe, 0x03, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x06, 0x00, 0x00, 0x18, 0x00, 0x00, 0x06, 0x00, 0x00, 0x18, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0x87, 0xff, 0x99, 0xff, 0x01, + 0xfe, 0xcf, 0xff, 0x99, 0xff, 0x03, 0x00, 0xcc, 0x00, 0x18, 0x00, 0x03, + 0xfc, 0xcf, 0xff, 0x18, 0xff, 0x03, 0xfe, 0x8f, 0xff, 0x99, 0xff, 0x03, + 0x06, 0x0c, 0x80, 0x99, 0x01, 0x03, 0xfe, 0xcf, 0xff, 0x99, 0xff, 0x03, + 0xfc, 0xcf, 0xff, 0x18, 0xff, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; -- cgit v1.2.3