Psplash: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
 
Line 1: Line 1:
== How to change psplash image and status bar ==
== How to change psplash image and status bar ==


=== Image ===
=== Image ===
1- Get image with resolution smaller than your display resolution


2- Go to directory <devdir root>/fs/apps/psplash/src/
1- Get image with resolution smaller than your display resolution


3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg HAND
2- Go to directory &lt;devdir root&gt;/fs/apps/psplash/src/  


4- Replace the file name in the file psplash.c (#include "psplash-xx-img.h")
3- Run the following command: ./make-image-header.sh /&lt;PATH&gt;/&lt;IMAGE&gt;.jpg HAND


=== Status Bar ===
4- Replace the file name in the file psplash.c (#include "psplash-xx-img.h")
1- Get image with resolution smaller than your display resolution


2- Go to directory <devdir root>/fs/apps/psplash/src/
=== Status Bar  ===


3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg BAR
1- Get image with resolution smaller than your display resolution


4- Replace the file name in the file psplash.c (#include "psplash-bar-img.h")
2- Go to directory &lt;devdir root&gt;/fs/apps/psplash/src/
 
3- Run the following command: ./make-image-header.sh /&lt;PATH&gt;/&lt;IMAGE&gt;.jpg BAR
 
4- Replace the file name in the file psplash.c (#include "psplash-bar-img.h")  
 
[[Category:HowTo]]

Latest revision as of 08:04, 18 March 2014

How to change psplash image and status bar

Image

1- Get image with resolution smaller than your display resolution

2- Go to directory <devdir root>/fs/apps/psplash/src/

3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg HAND

4- Replace the file name in the file psplash.c (#include "psplash-xx-img.h")

Status Bar

1- Get image with resolution smaller than your display resolution

2- Go to directory <devdir root>/fs/apps/psplash/src/

3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg BAR

4- Replace the file name in the file psplash.c (#include "psplash-bar-img.h")