isbozeng / psplash

Very simple boot splash screen(制作开机动画) - forked from: http://git.yoctoproject.org/git/psplash

Home Page:http://git.yoctoproject.org/cgit/cgit.cgi/psplash/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PSPLASH
=======

PSplash is a userspace graphical boot splash screen for mainly
embedded Linux devices supporting a 16bpp or 32bpp framebuffer. It has
few dependencies (just libc), supports basic images and text and handles
rotation. Its visual look is configurable by commandline arguments and basic
source changes (mainly defines).

Also included is a 'client' command utility for sending information to
psplash such as boot progress information.

Contributing
============
To contribute to this layer you should submit the patches for review to the
mailing list (yocto@yoctoproject.org).

Please refer to
    http://openembedded.org/wiki/Commit_Patch_Message_Guidelines
for some useful guidelines to be followed when submitting patches.

Mailing list:
    https://lists.yoctoproject.org/listinfo/yocto

When creating patches, please use something like:
    git format-patch -M -s --subject-prefix='psplash][PATCH' origin

When sending patches, please use something like:
    git send-email --to yocto@yoctoproject.org <generated patch>

About

Very simple boot splash screen(制作开机动画) - forked from: http://git.yoctoproject.org/git/psplash

http://git.yoctoproject.org/cgit/cgit.cgi/psplash/

License:GNU General Public License v2.0


Languages

Language:C++ 46.7%Language:Objective-C 36.4%Language:C 16.4%Language:Makefile 0.3%Language:M4 0.1%Language:Shell 0.1%