WarmFluffyUK
The Big Wad Bolf.
Hi guys,
I was wondering if any of you can help me with a little problem. I want to change the brightness of my LCD, I have written a batch file called gamma.gpe with the following in it:
The above works perfectly, but now I want to run this on boot, so I tried changing the file name from gamma.gpe to autorun.gpu. After booting all I got was a blank screen and no menu. Does anyone know what's up?
By the way, what does sync do?
I was wondering if any of you can help me with a little problem. I want to change the brightness of my LCD, I have written a batch file called gamma.gpe with the following in it:
Code:
#!/bin/sh
/mnt/sd/Util/cpu/cpu_speed.gpe --gamma 1.5
sync
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
The above works perfectly, but now I want to run this on boot, so I tried changing the file name from gamma.gpe to autorun.gpu. After booting all I got was a blank screen and no menu. Does anyone know what's up?
By the way, what does sync do?