-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from pengutronix/topic/readme-update
Readme update
- Loading branch information
Showing
1 changed file
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ platsch - Splash Screen Application | |
=================================== | ||
|
||
platsch is a simple splash screen application meant to be run as PID 1 | ||
(``init=/usr/sbin/platsch``). | ||
(``init=/usr/sbin/platsch``). The main logic is implemented in libplatsch which | ||
can be used by others to implement more advanced splash screen applications | ||
like an animated splash screen. | ||
|
||
The image to be displayed for each DRM connector is expected here:: | ||
|
||
|
@@ -23,13 +25,6 @@ Seamless transitions are possible (e.g. to *Weston* having the same image | |
configured as background). Depending on the SoC used, the same format might be | ||
required to achieve that. | ||
|
||
For questions, feedback, patches, please send a mail to:: | ||
|
||
[email protected] | ||
|
||
Note: you must be subscribed to post to this mailing list. You can do so by | ||
sending an empty mail to ``[email protected]``. | ||
|
||
Splash Image Generation | ||
----------------------- | ||
|
||
|
@@ -121,14 +116,9 @@ Contributing | |
|
||
The Git repository for this software can be found at:: | ||
|
||
https://git.pengutronix.de/cgit/platsch | ||
|
||
Any patches should be sent to the mailing list above. Please prefix your | ||
subject with "[PATCH platsch]" (when sending patches with Git, see the | ||
git-config manpage for the option ``format.subjectPrefix``). | ||
Mails sent to this mailing list are also archived at:: | ||
https://github.com/pengutronix/platsch | ||
|
||
https://lore.pengutronix.de/oss-tools | ||
Contribution can be done via GitHub Pull-Requests. | ||
|
||
This project uses the Developer's Certificate of Origin, as stated in the file | ||
DCO bundled with this software, using the same process as for the Linux kernel:: | ||
|