Getting Lcd Tweak Pic Into Nand 2.0


DaveC

Internal Development
Joined
Mar 4, 2004
Messages
9,208
I have been trying to change the LCD adjuster pic on the NAND to something that is actually useful as GPH's attempt was quite useless. Everything I try is a SNAFU. I tried using an old script, but I just got a black screen. I tried using the USB but that part of the NAND is hidden. I tried by enabling samba server and USB networking but got a driver error (need some USB gadget driver or something like that) . I installed the driver, no work, the GP2X doesn't show connected.

I don't know why they made it such a hassle to use but it is, damn linux.

Does someone know a script that just copies the lcd setting image to the right place? If you have one that works could you post it?

Thanks.
 
1. Download the Aurora 2.0 skin.
2. Extract it to it's own directory.
3. Edit the GPU and remove all the other image lines leaving only the LCD one.
4. Replace the LCD image with yours.
5. Boot GP2X and run the GPU.

I'd set it up for ya, but I'm a work right now. If you don't have it when I get home, I'll post it for you.

-Kensupen

P.S. I love that new LCD test image.
 
Kensupen posted on May 14 2006 at 03:54 AM said:
1. Download the Aurora 2.0 skin.
2. Extract it to it's own directory.
3. Edit the GPU and remove all the other image lines leaving only the LCD one.
4. Replace the LCD image with yours.
5. Boot GP2X and run the GPU.

I'd set it up for ya, but I'm a work right now. If you don't have it when I get home, I'll post it for you.

-Kensupen

P.S. I love that new LCD test image.
Code for gpu:
Code:
#/bin/sh
cp -f ./imglcd/*.* /usr/gp2x/imglcd/
cd /usr/gp2x
./gp2xmenu
Place on an sd card the gpu and a folder named "imglcd" containing the DaveC "set_lcd.png" image.
Boot up the GP2X and run the script.

edited for clarity
 
Last edited by a moderator:
Back
Top