- add openwrt logo (480x480 - might be reduced when used for smaller resolutions)

- do not show msg field and progress bar


git-svn-id: svn://svn.openwrt.org/openwrt/packages@15789 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2009-05-11 22:10:40 +00:00
parent 23d706fd60
commit 3d5199ad88
2 changed files with 12075 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,25 @@
diff -ruN psplash/psplash.c psplash.x/psplash.c
--- psplash/psplash.c 2009-05-11 23:55:59.000000000 +0200
+++ psplash.x/psplash.c 2009-05-11 23:38:22.000000000 +0200
@@ -276,17 +276,17 @@
OWRT_IMG_RLE_PIXEL_DATA);
/* Draw progress bar border */
- psplash_fb_draw_image (fb,
+ /* psplash_fb_draw_image (fb,
(fb->width - BAR_IMG_WIDTH)/2,
fb->height - (fb->height/6),
BAR_IMG_WIDTH,
BAR_IMG_HEIGHT,
BAR_IMG_BYTES_PER_PIXEL,
- BAR_IMG_RLE_PIXEL_DATA);
+ BAR_IMG_RLE_PIXEL_DATA); */
- psplash_draw_progress (fb, 0);
+ // psplash_draw_progress (fb, 0);
- psplash_draw_msg (fb, MSG);
+ // psplash_draw_msg (fb, MSG);
psplash_main (fb, pipe_fd, 0);