Thanks for the reply chaozz.
Sorry I should have stated some other relevant info.
the .fpg and .png are both where they should be.
the start gpe file is correct - tested with other little progs.
all the 2X does is give a blank screen. ??
cheers
I've managed to make a small test program which simulates an HUD.
It works fine on the PC in Flamebird but will not work on my 2x.
Can anybody point me to what I'm doing wrong ??
Cheers
PROGRAM HUD2;
// a test and demo
GLOBAL
int g_Bg;
int COMPASS_X;
int COMPASS_Y;
int COMPASS_ANGLE...
Ruckage - you are a star.
Thanks for everyones help I can now throw something together :)
Got some good examples from here as well. http://mysite.wanadoo-members.co.uk/div/index.html
Cheers
Is there any way to start my Feenix app without the Feenix splash appearing and waiting for a key press ??
FYI This is the Feenix runtime from boomshine if that makes any difference.
Cheers
OK so my autorun now looks like :
#!/bin/sh
cd /mnt/sd/scroller
exec ./test6.gpe
When the user exits the program - will it revert back to the menu or do I need to reference in this script ??
Thanks
EDIT : Hmm this doesn't work - I've placed the above autorun.gpe into the root directory of...
Anyone give me a heads up on the autorun.gpe
I want to run a program on the SD on boot.
I've done a search, but it's not sinking in.
Oh, and auto run is on. :)
Any and all comments appreciated.
Cheers
Sorry to appear completely dumb but I'm really not getting this.
Forgetting lines for now ( I can plot them fine, getting them moving is causing a problem ) I thnk I can do what i need by creating the image as a .PNG and then moving this about.
Any body got some GP2x source thay want to share...
Thanks for the reply sam
so basically :
start loop
change colour to background
plot old line
change colour to foreground
plot new line
frame
loop
does this get flickery ??
Incidentaly - I don't really understand the colour settings for lines - my app is black and white anyhoo.
I'll give it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.