add gmenu2x

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2020-12-04 22:59:23 +01:00
parent f6d4b3f7b3
commit dd9a96b777
16 changed files with 132 additions and 4 deletions

View File

@@ -0,0 +1,25 @@
config BR2_PACKAGE_GMENU2X
bool "gmenu2x"
select BR2_PACKAGE_LIBPNG
select BR2_PACKAGE_SDL
select BR2_PACKAGE_SDL_TTF
select BR2_PACKAGE_SDL_GFX
select BR2_PACKAGE_DEJAVU
select BR2_PACKAGE_FONTS_DROID
help
Application menu for devices with a 320x240 screen and buttons.
This is a forked version with cleanups, targeted at the Ben NanoNote
and the Dingoo A320/A330.
http://projects.qi-hardware.com/index.php/p/gmenu2x
if BR2_PACKAGE_GMENU2X
config BR2_PACKAGE_GMENU2X_SHOW_CLOCK
bool "Show clock"
config BR2_PACKAGE_GMENU2X_CPUFREQ
bool "Support CPU frequency control"
endif