From e67586ef836f3b960c23f7d4fa509a33b510cf0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jeremy=20Lain=C3=A9?= Date: Tue, 23 Dec 2008 03:53:11 +0100 Subject: psplash: add 1bpp support for boc01 --- packages/psplash/files/boc01/psplash-bar-img.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/psplash/files/boc01/psplash-bar-img.h (limited to 'packages/psplash/files/boc01/psplash-bar-img.h') diff --git a/packages/psplash/files/boc01/psplash-bar-img.h b/packages/psplash/files/boc01/psplash-bar-img.h new file mode 100644 index 0000000000..af806ab501 --- /dev/null +++ b/packages/psplash/files/boc01/psplash-bar-img.h @@ -0,0 +1,17 @@ +/* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ + +#define BAR_IMG_ROWSTRIDE (384) +#define BAR_IMG_WIDTH (128) +#define BAR_IMG_HEIGHT (32) +#define BAR_IMG_BYTES_PER_PIXEL (3) /* 3:RGB, 4:RGBA */ +#define BAR_IMG_RLE_PIXEL_DATA ((uint8*) \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377\377" \ + "\377\377\377\377\377\377\377\377\240\377\377\377") + + -- cgit v1.2.3