Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme update #4

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 5 additions & 15 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand All @@ -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
-----------------------

Expand Down Expand Up @@ -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::
Expand Down