1 config BR2_PACKAGE_PSPLASH
3 depends on BR2_USE_WCHAR
5 PSplash is a userspace graphical boot splash screen for mainly
6 embedded Linux devices supporting a 16bpp or 32bpp framebuffer.
7 It has few dependencies (just libc), supports basic images and
8 text and handles rotation. Its visual look is configurable by
11 Also included is a 'client' command utility for sending
12 information to psplash such as boot progress information.
14 Start the drawing process with 'psplash -n&' as early as possible.
15 Note: psplash creates a FIFO in /tmp for communication with
19 * Set progress bar to 50 percent:
20 psplash-write "PROGRESS 50"
22 * Display message "foobar" above progress bar:
23 psplash-write "MSG foobar"
28 http://git.yoctoproject.org/cgit/cgit.cgi/psplash/
30 comment "psplash needs a toolchain w/ wchar"
31 depends on !BR2_USE_WCHAR