@@ -2,7 +2,9 @@ platsch - Splash Screen Application
2
2
===================================
3
3
4
4
platsch is a simple splash screen application meant to be run as PID 1
5
- (``init=/usr/sbin/platsch ``).
5
+ (``init=/usr/sbin/platsch ``). The main logic is implemented in libplatsch which
6
+ can be used by others to implement more advanced splash screen applications
7
+ like an animated splash screen.
6
8
7
9
The image to be displayed for each DRM connector is expected here::
8
10
@@ -23,13 +25,6 @@ Seamless transitions are possible (e.g. to *Weston* having the same image
23
25
configured as background). Depending on the SoC used, the same format might be
24
26
required to achieve that.
25
27
26
- For questions, feedback, patches, please send a mail to::
27
-
28
-
29
-
30
- Note: you must be subscribed to post to this mailing list. You can do so by
31
- sending an empty mail to ``
[email protected] ``.
32
-
33
28
Splash Image Generation
34
29
-----------------------
35
30
@@ -121,14 +116,9 @@ Contributing
121
116
122
117
The Git repository for this software can be found at::
123
118
124
- https://git.pengutronix.de/cgit/platsch
125
-
126
- Any patches should be sent to the mailing list above. Please prefix your
127
- subject with "[PATCH platsch]" (when sending patches with Git, see the
128
- git-config manpage for the option ``format.subjectPrefix ``).
129
- Mails sent to this mailing list are also archived at::
119
+ https://github.com/pengutronix/platsch
130
120
131
- https://lore.pengutronix.de/oss-tools
121
+ Contribution can be done via GitHub Pull-Requests.
132
122
133
123
This project uses the Developer's Certificate of Origin, as stated in the file
134
124
DCO bundled with this software, using the same process as for the Linux kernel::
0 commit comments