1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-02 18:05:26 +03:00
gmenu2x, temporary repository for gmenu2x port to Owrt on Ben NanoNote http://projects.qi-hardware.com/index.php/p/gmenu2x/
Go to file
Maarten ter Huurne 7a5d099ff8 Fixed order of includes in "cpu.cpp".
Using the wrong order caused the default value to be used for JZ_EXTAL.
This is the wrong value for the Dingoo A320 and for the Ben NanoNote,
but since none of the functions that use this value are called the actual
result is nothing but a warning.
2010-06-19 03:32:24 +02:00
pandora Fix typo 2010-05-03 20:02:26 +02:00
src Fixed order of includes in "cpu.cpp". 2010-06-19 03:32:24 +02:00
.gitignore Let git ignore files we expect to be generated during the build. 2010-06-17 18:45:52 +02:00
acinclude.m4 initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
AUTHORS initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
autogen.sh make autogen.sh executable 2010-02-10 00:14:41 +01:00
autorun.gpu initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
ChangeLog initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
configure.in update configure.in for gmenu2x 2010-02-14 14:12:19 +01:00
COPYING initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
gmenu2x.sh add shell script to launch gmenu2x on the device 2010-02-14 21:55:59 +01:00
input.conf add correct input conf 2010-02-14 21:56:26 +01:00
INSTALL initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
Makefile.am initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
NEWS initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
README initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
README.txt initial commit - needs clean-up 2010-02-04 12:33:47 +01:00

[Introduction]
GMenu2X is a replacement for the official frontend for the gp2x released under the GNU GPL license.

[Installation]
Copy the file autorun.gpu and the directory gmenu2x/ to the root of your sd card.
Verify that the autorun option in the standard gp2x interface is enabled.
(Re)Boot your gp2x and enjoy GMenu2X.

[Controls]
X, Stick left: Goes up one directory in file browser.
X: Cancel action.
B, Stick press: Launch selected link / Confirm action.
L, R: Switch between sections - PageUp/PageDown on lists.
Y: Bring up the manual/readme.
VOLDOWN: Decrease cpu clock.
VOLUP: Increase cpu clock.
VOLDOWN+VOLUP: Reset clock.
A+VOLDOWN: Decrease volume for the selected link.
A+VOLUP: Increase volume for the selected link.
A+VOLDOWN+VOLUP: Reset volume for the selected link.
SELECT: Bring up the contextual menu.
START: GMenu2X options.

[Contacts]
Developed by Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
Visit the homepage at http://gmenu2x.sourceforge.net for more info.