1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 20:48:54 +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
kyak 6646525731 Zero-pad hex values when saving config
writeSkinConfig() had a very naughty bug when RGBA values were written
to config file unpadded. This lead to a problem that, for example,
0x00000080 was written as 0x00080 in config file (Somehow gmenu2x
reads and re-saves config on selection). This, in turn, led
to problem when reading skin config file in strtorgba function,
because it parses the color string in token of two symbols
(substr(0,2) and etc).
2011-06-06 11:38:26 +04:00
dingoo move all nanonote openwrt package file to this repo 2011-01-28 15:25:54 +08:00
nanonote nanonote: using color font 2011-05-31 09:01:16 +08:00
pandora set the default wallpaper to open.png 2010-11-22 11:31:44 +08:00
src Zero-pad hex values when saving config 2011-06-06 11:38:26 +04: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 PNG: Use libpng directly instead of via SDL_image. 2011-06-05 05:58:47 +02:00
COPYING initial commit - needs clean-up 2010-02-04 12:33:47 +01:00
input.conf add nanonote input.conf.nanonote 2010-11-15 17:18:35 +08: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 add nanonote input.conf.nanonote 2010-11-15 17:18:35 +08: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.