Meanwhile I've also been adding icons for things to the gmenu2x layout in my ultra large iz2s build. Here's the apps screen. I'm getting to the point where I should probably move a few things off to another tab.
Here's the internet apps. Still got some room there...
Even though some of the toys and games are command line apps, I still like to have icons for them. Hmm, MilkyTracker looks like a dup from the apps screen.
And now the programming tab finally has some interesting stuff on it.
New for this release I've done a quickie hack of the load81 lua game building environment for the zipit screen. I'm planning to switch the text to use the psf console fonts via psflib so I can get more on screen, and I'll probably have to do something about the enormous baby blue border. I used the esc, prev, and next keys to exit, swap screens, and save the file, just in case you run it without a mouse.
I've kept the code that boots into rockbox first, because that's the way I use it. If you don't, and would prefer not to press the smiley escape key to get to gmenu2x, you can simply comment out some or all of this section of the z2script.sh startup script on the root of the SD card.
##########################
# Boot right into rockbox for music in the car.
ln -s /mnt/sd0/music /audio
kbbrightness 511 63 50
#/mnt/sd0/bin/gmenu
/mnt/sd0/bin/rockthecar
#
# Done with rockbox.
##########################
Here's the stuff.
uz2s-beta3.zip
do you can make image of this setup?
ReplyDeleteThat uz2s-beta3.zip file IS an image. Just unzip it onto an empty FAT formated SD card.
ReplyDelete