# psplash **Repository Path**: HEYAHONG/psplash ## Basic Information - **Project Name**: psplash - **Description**: 从 https://git.yoctoproject.org/psplash/ 下载的psplash源代码 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-23 - **Last Updated**: 2022-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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/g/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@lists.yoctoproject.org