8000 GitHub - Cryocon/psplash: Very simple boot splash screen - forked from: http://git.yoctoproject.org/git/psplash
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Cryocon/psplash

 
 

Repository files navigation

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 basic source changes.

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>

Packages

No packages published

Languages

  • C 52.2%
  • C++ 47.3%
  • Other 0.5%
0