Difference between revisions of "Psplash"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 3: Line 3:
 
== Image ==
 
== Image ==
 
1- Get image with resolution smaller than your display resolution
 
1- Get image with resolution smaller than your display resolution
 +
 
2- Go to directory <devdir root>/fs/apps/psplash/src/
 
2- Go to directory <devdir root>/fs/apps/psplash/src/
 +
 
3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg HAND
 
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")
 
4- Replace the file name in the file psplash.c (#include "psplash-xx-img.h")
  
 
== Status Bar ==
 
== Status Bar ==
 
1- Get image with resolution smaller than your display resolution
 
1- Get image with resolution smaller than your display resolution
 +
 
2- Go to directory <devdir root>/fs/apps/psplash/src/
 
2- Go to directory <devdir root>/fs/apps/psplash/src/
 +
 
3- Run the following command: ./make-image-header.sh /<PATH>/<IMAGE>.jpg BAR
 
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")
 
4- Replace the file name in the file psplash.c (#include "psplash-bar-img.h")

Revision as of 12:30, 31 March 2010

How to change psplash image

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")