diff options
author | Chase Maupin <chase.maupin@ti.com> | 2010-07-22 14:35:05 -0500 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-24 19:45:47 +0200 |
commit | d03df0e2f7434bf44c64b40d05e265a8a2d91db8 (patch) | |
tree | b7f538edea36d3c6cfca4272be67c075d3b0dcfb /recipes/psplash/psplash-ti/psplash-bar-img.h | |
parent | 244deb462973a2d7a9bfcc3399843202f9d29d51 (diff) |
psplash-ti: add ti logo progress bar
* Added recipe to provide TI logo on splash screen during
booting. This is for use with TI processors.
Signed-off-by: Chase Maupin <chase.maupin@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/psplash/psplash-ti/psplash-bar-img.h')
-rw-r--r-- | recipes/psplash/psplash-ti/psplash-bar-img.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/recipes/psplash/psplash-ti/psplash-bar-img.h b/recipes/psplash/psplash-ti/psplash-bar-img.h new file mode 100644 index 0000000000..30d64a4cc9 --- /dev/null +++ b/recipes/psplash/psplash-ti/psplash-bar-img.h @@ -0,0 +1,31 @@ +/* GdkPixbuf RGB C-Source image dump 1-byte-run-length-encoded */ + +#define BAR_IMG_ROWSTRIDE (690) +#define BAR_IMG_WIDTH (230) +#define BAR_IMG_HEIGHT (28) +#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\321\377\377\377\1\307" \ + "\307\307\377\210\210\210\340\210\210\210\1\300\300\300\205\377\377\377" \ + "\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207" \ + "\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340" \ + "\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205" \ + "\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1" \ + "\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377" \ + "\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0" \ + "\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ + "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ + "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ + "\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0" \ + "\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ + "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ + "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ + "\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0" \ + "\1xxx\205\377\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377" \ + "\377\377\1\207\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207" \ + "\207\207\377\0\0\0\340\0\0\0\1xxx\205\377\377\377\1\207\207\207\377\0" \ + "\0\0\340\0\0\0\1xxx\205\377\377\377\1\277\277\277\377www\340www\1\267" \ + "\267\267\377\377\377\377\377\377\377\377\377\377\377\377\322\377\377" \ + "\377") + + |