diff --git a/FunKey/Config.in b/FunKey/Config.in index 4f44e21..0d1fea3 100644 --- a/FunKey/Config.in +++ b/FunKey/Config.in @@ -1,4 +1,3 @@ source "$BR2_EXTERNAL_FUNKEY_PATH/package/mednafen/Config.in" -source "$BR2_EXTERNAL_FUNKEY_PATH/package/retrofe/Config.in" -source "$BR2_EXTERNAL_FUNKEY_PATH/package/retrofe-layout/Config.in" source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-GPIO-Mapping/Config.in" +source "$BR2_EXTERNAL_FUNKEY_PATH/package/FunKey-Launcher-retrofe/Config.in" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README-UBUNTU.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README-UBUNTU.txt new file mode 100755 index 0000000..862eeec --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README-UBUNTU.txt @@ -0,0 +1,4 @@ +This program requires Ubuntu 14.04 and requires the following packages to be installed: + +sudo apt-get install zlib1g libsdl2-2.0 libsdl2-mixer-2.0 libsdl2-image-2.0 libsdl2-ttf-2.0 \ +libgstreamer1.0 libgstreamer-plugins-base1.0 libgstreamer-plugins-good1.0 libglib2.0 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README.txt new file mode 100755 index 0000000..2c309ea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/README.txt @@ -0,0 +1,2 @@ +Visit www.retrofe.nl for documentation and help. +Also, you can find us on foreverchat irc.foreverchat.net, channel #retrofe diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.ico b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.ico new file mode 100755 index 0000000..03f0cec Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.ico differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.png new file mode 100755 index 0000000..e3bbac6 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/RetroFE.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/settings.conf new file mode 100755 index 0000000..26ef112 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = zip,lnx +list.menuSort = yes + +launcher = lynx +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device.png new file mode 100755 index 0000000..a0ea354 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device_BAK.png new file mode 100755 index 0000000..c25f7fb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/fallback.png new file mode 100755 index 0000000..8e61113 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/logo.png new file mode 100755 index 0000000..e4b6e34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Atari lynx/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/CREATING_COLLECTIONS.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/CREATING_COLLECTIONS.txt new file mode 100755 index 0000000..d48cd5c --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/CREATING_COLLECTIONS.txt @@ -0,0 +1,14 @@ +To create a new collection run the following commands at a command prompt. +(assuming you are in the root of your RetroFE directory) + +For Windows: + Core/RetroFE.exe -createcollection "Nintendo Entertainment System" + +For Linux: + ./RetroFE -createcollection "Nintendo Entertainment System" + + +Replace "Nintendo Entertainment System" with the collection name of your choosing. + +This will create a "Nintendo Entertainment System Folder", create the rom folder, +artwork folders and default configuration files. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/settings.conf new file mode 100755 index 0000000..37d4d4e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = gba +list.menuSort = yes + +launcher = gba +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device.png new file mode 100755 index 0000000..feb4f34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device_BAK.png new file mode 100755 index 0000000..f181c25 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/fallback.png new file mode 100755 index 0000000..50d10cb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo.png new file mode 100755 index 0000000..773d396 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo2.png new file mode 100755 index 0000000..0a388c9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy Advance/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/settings.conf new file mode 100755 index 0000000..54db9a1 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = gb,gbc +list.menuSort = yes + +launcher = gameboy +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device.png new file mode 100755 index 0000000..bbb6875 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_BAK.png new file mode 100755 index 0000000..73466a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_original.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_original.png new file mode 100755 index 0000000..54e8af9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/device_original.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/fallback.png new file mode 100755 index 0000000..0a1bca3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo.png new file mode 100755 index 0000000..4f65632 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo2.png new file mode 100755 index 0000000..67bfa68 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Boy/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/settings.conf new file mode 100755 index 0000000..a6ab662 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = zip,gg +list.menuSort = yes + +launcher = gamegear +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device.png new file mode 100755 index 0000000..77d130c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device_BAK.png new file mode 100755 index 0000000..5b0025e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/fallback.png new file mode 100755 index 0000000..db1ef59 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/logo.png new file mode 100755 index 0000000..5a6391e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Game Gear/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/menu.txt new file mode 100755 index 0000000..17fc0c8 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/menu.txt @@ -0,0 +1,11 @@ +Game Boy +Game Boy Advance +NES +SNES +Game Gear +Sega Master System +Sega Genesis +Atari lynx +Neo Geo Pocket +WonderSwan +PS1 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/settings.conf new file mode 100755 index 0000000..f50714a --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Main/settings.conf @@ -0,0 +1,20 @@ +############################################################################### +# This main collection is intended to be a menu for navigating to other +# collections (although this can also be configured to list and launch items). +# See menu.txt to configure the menu +############################################################################### + +############################################################################### +# Extensions are comma separated without spaces +############################################################################### +list.extensions = exe,bat,sh + +############################################################################### +# Sort menu items alphabetically +############################################################################### +list.menuSort = yes + +############################################################################### +# The executable to run when an item in a collection item is selected +############################################################################### +launcher = Main diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/settings.conf new file mode 100755 index 0000000..6099a2f --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = nes +list.menuSort = yes + +launcher = NES +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device.png new file mode 100755 index 0000000..b798e97 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device_BAK.png new file mode 100755 index 0000000..0598b9c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/fallback.png new file mode 100755 index 0000000..4741f27 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo.png new file mode 100755 index 0000000..b9c28ef Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo2.png new file mode 100755 index 0000000..e15bfb1 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/NES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/settings.conf new file mode 100755 index 0000000..775130e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = zip,ngp +list.menuSort = yes + +launcher = ngp +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device.png new file mode 100755 index 0000000..475e320 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device_BAK.png new file mode 100755 index 0000000..eb7429e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/fallback.png new file mode 100755 index 0000000..88804f3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/logo.png new file mode 100755 index 0000000..e496f48 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Neo Geo Pocket/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/settings.conf new file mode 100755 index 0000000..7487ac8 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = bin,cue +list.menuSort = yes + +launcher = psone +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device.png new file mode 100755 index 0000000..c022843 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device_BAK.png new file mode 100755 index 0000000..82f1190 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/fallback.png new file mode 100755 index 0000000..3b6fb0d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo.png new file mode 100755 index 0000000..770e424 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo2.png new file mode 100755 index 0000000..2649bb2 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/PS1/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/settings.conf new file mode 100755 index 0000000..af2b0d2 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = sfc +list.menuSort = yes + +launcher = snes +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device.png new file mode 100755 index 0000000..bd60fe9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device_BAK.png new file mode 100755 index 0000000..5d71cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/fallback.png new file mode 100755 index 0000000..e35950e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo.png new file mode 100755 index 0000000..0e68b7c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo2.png new file mode 100755 index 0000000..ec87374 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/SNES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/include.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/info.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/info.conf new file mode 100755 index 0000000..b2a8457 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/info.conf @@ -0,0 +1,13 @@ +lb_manufacturer = Manufacturer +lb_type = Type +lb_generation = Generation +lb_year = Year +lb_media = Media +lb_cpu = CPU + +manufacturer = Sega +type = Video Game Console +generation = Fourth Generation +year = 1988 (Japan), 1989 (NA), 1990 (EU) +media = Cartridge +cpu = Motorola 68000, Zilog Z80 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/settings.conf new file mode 100755 index 0000000..cfe1a4a --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/settings.conf @@ -0,0 +1,50 @@ +############################################################################### +# The location of where your ROM items exist. Examples: +# list.path = D:/ROMs/MAME (absolute path) +# list.path = ../ROMs/MAME (relative path to root of FE dir) +# +# If BASE_ITEM_PATH=D:/ROMs and the name of this collection is named "Nintendo +# Entertainment System" then the configuration below will search in +# "D:/ROMs/Nintendo Entertainment System" +############################################################################### +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% + +############################################################################### +# If a game is specified in include.txt then it will be included in the list +# regardless of if the rom actually exists or not. Set this variable to false +# to exclude any items that cannot be found. +############################################################################### +list.includeMissingItems = true + +############################################################################### +# Extensions are comma separated without spaces +############################################################################### +list.extensions = zip,md + +############################################################################### +# If a menu.xml file exists, it will display the menu alphabetically. To +# not auto-sort the menu items alphabetically, set the following to false. +# This does not apply to how your ROMs are sorted. +############################################################################### +list.menuSort = true + +############################################################################### +# The executable to run when an item in a collection item is selected +############################################################################### +launcher = megadrive + +############################################################################### +# Default media paths to scan for artwork. Uncomment and edit to override +# the default values. +# +# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +# media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +# media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +# media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +# media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +# media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +############################################################################### diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device.png new file mode 100755 index 0000000..2157fdb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device_BAK.png new file mode 100755 index 0000000..d7b6229 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/fallback.png new file mode 100755 index 0000000..4b1bf0f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo.png new file mode 100755 index 0000000..38eb986 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo2.png new file mode 100755 index 0000000..a9fc57d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Genesis/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/include.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/info.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/info.conf new file mode 100755 index 0000000..b2a8457 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/info.conf @@ -0,0 +1,13 @@ +lb_manufacturer = Manufacturer +lb_type = Type +lb_generation = Generation +lb_year = Year +lb_media = Media +lb_cpu = CPU + +manufacturer = Sega +type = Video Game Console +generation = Fourth Generation +year = 1988 (Japan), 1989 (NA), 1990 (EU) +media = Cartridge +cpu = Motorola 68000, Zilog Z80 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/settings.conf new file mode 100755 index 0000000..b1b9f19 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/settings.conf @@ -0,0 +1,50 @@ +############################################################################### +# The location of where your ROM items exist. Examples: +# list.path = D:/ROMs/MAME (absolute path) +# list.path = ../ROMs/MAME (relative path to root of FE dir) +# +# If BASE_ITEM_PATH=D:/ROMs and the name of this collection is named "Nintendo +# Entertainment System" then the configuration below will search in +# "D:/ROMs/Nintendo Entertainment System" +############################################################################### +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% + +############################################################################### +# If a game is specified in include.txt then it will be included in the list +# regardless of if the rom actually exists or not. Set this variable to false +# to exclude any items that cannot be found. +############################################################################### +list.includeMissingItems = true + +############################################################################### +# Extensions are comma separated without spaces +############################################################################### +list.extensions = zip,sms + +############################################################################### +# If a menu.xml file exists, it will display the menu alphabetically. To +# not auto-sort the menu items alphabetically, set the following to false. +# This does not apply to how your ROMs are sorted. +############################################################################### +list.menuSort = true + +############################################################################### +# The executable to run when an item in a collection item is selected +############################################################################### +launcher = sms + +############################################################################### +# Default media paths to scan for artwork. Uncomment and edit to override +# the default values. +# +# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +# media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +# media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +# media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +# media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +# media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +# media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +# media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +############################################################################### diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device.png new file mode 100755 index 0000000..defee33 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device_BAK.png new file mode 100755 index 0000000..ec4f47f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/fallback.png new file mode 100755 index 0000000..c040cc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/logo.png new file mode 100755 index 0000000..3df3f11 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/Sega Master System/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/exclude.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/exclude.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/include.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/include.txt new file mode 100755 index 0000000..6215cea --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/include.txt @@ -0,0 +1,3 @@ +# Add a list of files to show on the menu (one filename per line, without the extension). +# If no items are in this list then all files in the folder specified +# by settings.conf will be used diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/menu.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/menu.txt new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/settings.conf new file mode 100755 index 0000000..efbbcad --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/settings.conf @@ -0,0 +1,21 @@ +# Uncomment and edit the following line to use a different ROM path. +list.path = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +list.includeMissingItems = false +list.extensions = zip,wsc +list.menuSort = yes + +launcher = wonderswan +#metadata.type = MAME + + +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.artwork_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/artwork_back +media.artwork_front = %BASE_ITEM_PATH%/%ITEM_COLLECTION_NAME% +#media.logo = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/logo +#media.medium_back = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_back +#media.medium_front = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/medium_front +#media.screenshot = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screenshot +#media.screentitle = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/screentitle +#media.video = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/medium_artwork/video +#media.system_artwork = %BASE_MEDIA_PATH%/%ITEM_COLLECTION_NAME%/system_artwork diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device.png new file mode 100755 index 0000000..e8ec9ed Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device_BAK.png new file mode 100755 index 0000000..2024a31 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/fallback.png new file mode 100755 index 0000000..9976525 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/logo.png new file mode 100755 index 0000000..28e36a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/WonderSwan/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/tmp.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/tmp.txt new file mode 100755 index 0000000..7e33c1e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/collections/tmp.txt @@ -0,0 +1,11 @@ +./Sega Genesis/system_artwork/fallback.png +./NES/system_artwork/fallback.png +./PS1/system_artwork/fallback.png +./Neo Geo Pocket/system_artwork/fallback.png +./Atari lynx/system_artwork/fallback.png +./Game Gear/system_artwork/fallback.png +./WonderSwan/system_artwork/fallback.png +./Game Boy/system_artwork/fallback.png +./SNES/system_artwork/fallback.png +./Game Boy Advance/system_artwork/fallback.png +./Sega Master System/system_artwork/fallback.png diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/controls.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/controls.conf new file mode 100755 index 0000000..5140470 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/controls.conf @@ -0,0 +1,18 @@ +up = Up, U +down = Down, D +left = Left, L +right = Right, R +pageUp = PageDown +pageDown = PageUp +letterUp = M +letterDown = N +favPlaylist = F3 +nextPlaylist = F2 +prevPlaylist = F1 +addPlaylist = I +removePlaylist = O +random = G +select = Return, A +menu = Q +back = B +quit = Escape \ No newline at end of file diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/core/OpenSans.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/core/OpenSans.ttf new file mode 100755 index 0000000..9872769 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/core/OpenSans.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card1.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card1.mcd new file mode 100755 index 0000000..8f31da0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card1.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card2.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card2.mcd new file mode 100755 index 0000000..7a73eaa Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card2.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card3.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card3.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card3.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card4.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card4.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card4.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card5.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card5.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card5.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card6.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card6.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card6.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card7.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card7.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card7.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card8.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card8.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card8.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card9.mcd b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card9.mcd new file mode 100755 index 0000000..6540fc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/.pcsx/memcards/card9.mcd differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/Main.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/Main.conf new file mode 100755 index 0000000..e38aed4 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/Main.conf @@ -0,0 +1,2 @@ +executable = %ITEM_FILEPATH% +arguments = diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/NES.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/NES.conf new file mode 100755 index 0000000..4e6a6ab --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/NES.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/nes_launch_mednafen.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gameboy.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gameboy.conf new file mode 100755 index 0000000..1c18a65 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gameboy.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/gb_launch.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear.conf new file mode 100755 index 0000000..dad871c --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear.conf @@ -0,0 +1,3 @@ +executable = %RETROFE_PATH%/launchers/gamegear_launch.sh +#executable = /usr/games/PicoDriveBin +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear_launch.sh new file mode 100755 index 0000000..668dd19 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gamegear_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +mednafen -fs 1 -gg.stretch full "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gb_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gb_launch.sh new file mode 100755 index 0000000..e74c247 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gb_launch.sh @@ -0,0 +1,7 @@ +#!/bin/sh +#echo $1 +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gb.xscale 1.5 -gb.yscale 1.5 -fs 0 "$1" +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gb.xscale 1.5 -gb.yscale 1.67 -fs 0 "$1" + +#mednafen -sounddriver sdl -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gb.xres 240 -gb.yres 240 -gb.yscale 1 -gb.xscale 1 -gb.stretch full -fs 1 "$1" +sdlgnuboy --syncrtc "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba.conf new file mode 100755 index 0000000..f5a6a3b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/gba_launch_gpsp.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_gpsp.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_gpsp.sh new file mode 100755 index 0000000..e3851b1 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_gpsp.sh @@ -0,0 +1,7 @@ +#!/bin/sh +#echo $1 +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gba.xscale 1 -gba.yscale 1 -fs 0 "$1" + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gba.xscale 1 -gba.yscale 1.5 -fs 0 "$1" + +gpsp "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_mednafen.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_mednafen.sh new file mode 100755 index 0000000..e3851b1 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/gba_launch_mednafen.sh @@ -0,0 +1,7 @@ +#!/bin/sh +#echo $1 +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gba.xscale 1 -gba.yscale 1 -fs 0 "$1" + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -gba.xscale 1 -gba.yscale 1.5 -fs 0 "$1" + +gpsp "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx.conf new file mode 100755 index 0000000..52cea07 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/lynx_launch.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx_launch.sh new file mode 100755 index 0000000..71ecaed --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/lynx_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +mednafen -fs 1 -lynx.stretch full "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame.conf new file mode 100755 index 0000000..51353bb --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/mame_launch_mednafen.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame_launch_mednafen.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame_launch_mednafen.sh new file mode 100755 index 0000000..f94f5e4 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/mame_launch_mednafen.sh @@ -0,0 +1,6 @@ +#!/bin/sh +#echo $1 + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -force_module snes_faust -snes_faust.xscale 0.823 -snes_faust.yscale 0.823 -fs 0 "$1" + +mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -fs 0 "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive.conf new file mode 100755 index 0000000..6ed6ff4 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/megadrive_launch.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive_launch.sh new file mode 100755 index 0000000..6f7d950 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/megadrive_launch.sh @@ -0,0 +1,6 @@ +#!/bin/sh +#echo $1 + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -frameskip 1 -force_module md -md.xscale 0.822 -md.yscale 0.822 -fs 0 "$1" + +PicoDriveBin "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/nes_launch_mednafen.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/nes_launch_mednafen.sh new file mode 100755 index 0000000..f1692c5 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/nes_launch_mednafen.sh @@ -0,0 +1,6 @@ +#!/bin/sh +#echo $1 + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 0.94 -nes.special none -fs 0 "$1" + +mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -nes.xscale 0.94 -nes.yscale 1.075 -nes.special none -fs 0 "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp.conf new file mode 100755 index 0000000..34cd950 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/ngp_launch.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp_launch.sh new file mode 100755 index 0000000..a0c5aaf --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/ngp_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +mednafen -fs 1 -ngp.stretch full "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone.conf new file mode 100755 index 0000000..bb48284 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/psone_launch_pcsx.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_mednafen.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_mednafen.sh new file mode 100755 index 0000000..209af9e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_mednafen.sh @@ -0,0 +1,8 @@ +#!/bin/sh +#echo $1 + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -psx.xscale 0.625 -psx.yscale 0.625 -fs 0 "$1" + +#mednafen -sound 1 -soundrate 22050 -soundbufsize 100 -vdriver sdl -psx.xscale 0.625 -psx.yscale 0.834 -fs 0 "$1" + +pcsx -frameskip -cdfile "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_pcsx.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_pcsx.sh new file mode 100755 index 0000000..16c7112 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/psone_launch_pcsx.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +pcsx -frameskip -cdfile "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms.conf new file mode 100755 index 0000000..ce7a0af --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms.conf @@ -0,0 +1,3 @@ +executable = %RETROFE_PATH%/launchers/sms_launch.sh +#executable = /usr/games/PicoDriveBin +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms_launch.sh new file mode 100755 index 0000000..f05333a --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/sms_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +PicoDriveBin "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes.conf new file mode 100755 index 0000000..2bfb32b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes.conf @@ -0,0 +1,3 @@ +executable = %RETROFE_PATH%/launchers/snes_launch.sh +#executable = /usr/games/PocketSNES +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch.sh new file mode 100755 index 0000000..b643373 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +psnes "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch_mednafen.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch_mednafen.sh new file mode 100755 index 0000000..b643373 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/snes_launch_mednafen.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +psnes "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan.conf new file mode 100755 index 0000000..73467c3 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan.conf @@ -0,0 +1,2 @@ +executable = %RETROFE_PATH%/launchers/wonderswan_launch.sh +arguments = "%ITEM_FILEPATH%" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan_launch.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan_launch.sh new file mode 100755 index 0000000..9a719df --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/launchers/wonderswan_launch.sh @@ -0,0 +1,4 @@ +#!/bin/sh +#echo $1 + +mednafen -fs 1 -wswan.stretch full "$1" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layout.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layout.conf new file mode 100755 index 0000000..456ebb5 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layout.conf @@ -0,0 +1 @@ +Classic diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Credits.txt new file mode 100755 index 0000000..f6a2307 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Credits.txt @@ -0,0 +1,7 @@ +Theme by TimmyB + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device.png new file mode 100755 index 0000000..a0ea354 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device_BAK.png new file mode 100755 index 0000000..c25f7fb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/fallback.png new file mode 100755 index 0000000..8e61113 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/logo.png new file mode 100755 index 0000000..e4b6e34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.png new file mode 100755 index 0000000..f80d1a5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.svg new file mode 100755 index 0000000..54de968 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Atari lynx/system_artwork/system.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device.png new file mode 100755 index 0000000..feb4f34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device_BAK.png new file mode 100755 index 0000000..f181c25 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/fallback.png new file mode 100755 index 0000000..50d10cb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo.png new file mode 100755 index 0000000..773d396 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo2.png new file mode 100755 index 0000000..0a388c9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.png new file mode 100755 index 0000000..773d396 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.svg new file mode 100755 index 0000000..a4f3c35 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system2.png new file mode 100755 index 0000000..f74a95d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy Advance/system_artwork/system2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device.png new file mode 100755 index 0000000..bbb6875 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_BAK.png new file mode 100755 index 0000000..73466a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_original.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_original.png new file mode 100755 index 0000000..54e8af9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/device_original.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/fallback.png new file mode 100755 index 0000000..0a1bca3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo.png new file mode 100755 index 0000000..4f65632 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo2.png new file mode 100755 index 0000000..67bfa68 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.png new file mode 100755 index 0000000..07ed2d0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.svg new file mode 100755 index 0000000..471473a --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Boy/system_artwork/system.svg @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device.png new file mode 100755 index 0000000..77d130c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device_BAK.png new file mode 100755 index 0000000..5b0025e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/fallback.png new file mode 100755 index 0000000..db1ef59 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/logo.png new file mode 100755 index 0000000..5a6391e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.png new file mode 100755 index 0000000..5a6391e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.svg new file mode 100755 index 0000000..ce2a838 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system.svg @@ -0,0 +1,19 @@ + + +image/svg+xml + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system2.png new file mode 100755 index 0000000..06d81ba Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Game Gear/system_artwork/system2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device.png new file mode 100755 index 0000000..b798e97 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device_BAK.png new file mode 100755 index 0000000..0598b9c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/fallback.png new file mode 100755 index 0000000..4741f27 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo.png new file mode 100755 index 0000000..b9c28ef Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo2.png new file mode 100755 index 0000000..e15bfb1 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.png new file mode 100755 index 0000000..e0e241f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.svg new file mode 100755 index 0000000..7550a23 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system.svg @@ -0,0 +1,97 @@ + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.png new file mode 100755 index 0000000..290081a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.svg new file mode 100755 index 0000000..70d8529 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/NES/system_artwork/system2.svg @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device.png new file mode 100755 index 0000000..475e320 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device_BAK.png new file mode 100755 index 0000000..eb7429e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/fallback.png new file mode 100755 index 0000000..88804f3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/logo.png new file mode 100755 index 0000000..e496f48 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.png new file mode 100755 index 0000000..c3b0149 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.svg new file mode 100755 index 0000000..560cded --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Neo Geo Pocket/system_artwork/system.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device.png new file mode 100755 index 0000000..c022843 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device_BAK.png new file mode 100755 index 0000000..82f1190 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/fallback.png new file mode 100755 index 0000000..3b6fb0d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo.png new file mode 100755 index 0000000..770e424 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo2.png new file mode 100755 index 0000000..2649bb2 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.png new file mode 100755 index 0000000..29df1e0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.svg new file mode 100755 index 0000000..e7d00d9 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system2.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system2.svg new file mode 100755 index 0000000..da01651 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system2.svg @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system3.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system3.png new file mode 100755 index 0000000..5b2d034 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/PS1/system_artwork/system3.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device.png new file mode 100755 index 0000000..bd60fe9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device_BAK.png new file mode 100755 index 0000000..5d71cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/fallback.png new file mode 100755 index 0000000..e35950e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo.png new file mode 100755 index 0000000..0e68b7c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo2.png new file mode 100755 index 0000000..ec87374 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.png new file mode 100755 index 0000000..2f09daa Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.svg new file mode 100755 index 0000000..67b40ff --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/SNES/system_artwork/system.svg @@ -0,0 +1,82 @@ + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device.png new file mode 100755 index 0000000..2157fdb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device_BAK.png new file mode 100755 index 0000000..d7b6229 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/fallback.png new file mode 100755 index 0000000..4b1bf0f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo.png new file mode 100755 index 0000000..38eb986 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo2.png new file mode 100755 index 0000000..a9fc57d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.png new file mode 100755 index 0000000..a518805 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.svg new file mode 100755 index 0000000..5fd3ec0 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Genesis/system_artwork/system.svg @@ -0,0 +1,221 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device.png new file mode 100755 index 0000000..defee33 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device_BAK.png new file mode 100755 index 0000000..ec4f47f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/fallback.png new file mode 100755 index 0000000..c040cc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/logo.png new file mode 100755 index 0000000..3df3f11 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.png new file mode 100755 index 0000000..b281cb0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.svg new file mode 100755 index 0000000..0f0e460 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system.svg @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system3.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system3.png new file mode 100755 index 0000000..3df3f11 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/Sega Master System/system_artwork/system3.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device.png new file mode 100755 index 0000000..e8ec9ed Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device_BAK.png new file mode 100755 index 0000000..2024a31 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/fallback.png new file mode 100755 index 0000000..9976525 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/logo.png new file mode 100755 index 0000000..28e36a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.png new file mode 100755 index 0000000..28e36a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.svg b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.svg new file mode 100755 index 0000000..88f66f7 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system2.png new file mode 100755 index 0000000..13e961b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/WonderSwan/system_artwork/system2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/tmp.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/tmp.txt new file mode 100755 index 0000000..e5eeafd --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/collections/tmp.txt @@ -0,0 +1,13 @@ +./Game Gear/system_artwork/system.svg +./Sega Master System/system_artwork/system.svg +./Game Boy Advance/system_artwork/system.svg +./PS1/system_artwork/system2.svg +./PS1/system_artwork/system.svg +./Game Boy/system_artwork/system.svg +./NES/system_artwork/system2.svg +./NES/system_artwork/system.svg +./Atari lynx/system_artwork/system.svg +./Sega Genesis/system_artwork/system.svg +./SNES/system_artwork/system.svg +./WonderSwan/system_artwork/system.svg +./Neo Geo Pocket/system_artwork/system.svg diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/barbkgrnd.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/barbkgrnd.png new file mode 100755 index 0000000..28a3f5b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/barbkgrnd.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/layout.xml new file mode 100755 index 0000000..42edb59 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/layout.xml @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash.xml new file mode 100755 index 0000000..1288329 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash_BAK.xml new file mode 100755 index 0000000..2a820eb --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/Classic/splash_BAK.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Credits.txt new file mode 100755 index 0000000..f6a2307 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Credits.txt @@ -0,0 +1,7 @@ +Theme by TimmyB + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd.png new file mode 100755 index 0000000..28a3f5b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd_BAK.png new file mode 100755 index 0000000..8b9c776 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/barbkgrnd_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/highlight.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/highlight.png new file mode 100755 index 0000000..ab3d34e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/highlight.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/infobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/infobk.png new file mode 100755 index 0000000..2325528 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/infobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo.png new file mode 100755 index 0000000..0dbd203 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo_BAK.png new file mode 100755 index 0000000..54e473b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/logo_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/menubk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/menubk.png new file mode 100755 index 0000000..049d84c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/menubk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/videobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/videobk.png new file mode 100755 index 0000000..6c2f3af Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/images/videobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout.xml new file mode 100755 index 0000000..447e16e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout.xml @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout_BAK.xml new file mode 100755 index 0000000..cca1b51 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/layout_BAK.xml @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/splash.xml new file mode 100755 index 0000000..476e527 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/ES_Style/splash.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Credits.txt new file mode 100755 index 0000000..f6a2307 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Credits.txt @@ -0,0 +1,7 @@ +Theme by TimmyB + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device.png new file mode 100755 index 0000000..a0ea354 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_BAK.png new file mode 100755 index 0000000..c25f7fb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_W140.png new file mode 100755 index 0000000..9f51d70 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/fallback.png new file mode 100755 index 0000000..8e61113 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/logo.png new file mode 100755 index 0000000..e4b6e34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Atari lynx/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device.png new file mode 100755 index 0000000..feb4f34 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_BAK.png new file mode 100755 index 0000000..f181c25 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_W140.png new file mode 100755 index 0000000..4072104 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/fallback.png new file mode 100755 index 0000000..50d10cb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo.png new file mode 100755 index 0000000..773d396 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo2.png new file mode 100755 index 0000000..0a388c9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy Advance/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device.png new file mode 100755 index 0000000..bbb6875 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_BAK.png new file mode 100755 index 0000000..73466a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_W140.png new file mode 100755 index 0000000..ce4ca47 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_original.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_original.png new file mode 100755 index 0000000..54e8af9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/device_original.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/fallback.png new file mode 100755 index 0000000..0a1bca3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo.png new file mode 100755 index 0000000..4f65632 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo2.png new file mode 100755 index 0000000..67bfa68 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Boy/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device.png new file mode 100755 index 0000000..77d130c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_BAK.png new file mode 100755 index 0000000..5b0025e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_W140.png new file mode 100755 index 0000000..f1498ff Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/fallback.png new file mode 100755 index 0000000..db1ef59 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/logo.png new file mode 100755 index 0000000..5a6391e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Game Gear/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device.png new file mode 100755 index 0000000..b798e97 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_BAK.png new file mode 100755 index 0000000..0598b9c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_W140.png new file mode 100755 index 0000000..f69a2b8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/fallback.png new file mode 100755 index 0000000..4741f27 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo.png new file mode 100755 index 0000000..b9c28ef Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo2.png new file mode 100755 index 0000000..e15bfb1 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/NES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device.png new file mode 100755 index 0000000..475e320 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_BAK.png new file mode 100755 index 0000000..eb7429e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_W140.png new file mode 100755 index 0000000..622c400 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/fallback.png new file mode 100755 index 0000000..88804f3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/logo.png new file mode 100755 index 0000000..e496f48 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Neo Geo Pocket/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device.png new file mode 100755 index 0000000..c022843 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_BAK.png new file mode 100755 index 0000000..82f1190 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_W140.png new file mode 100755 index 0000000..5a42614 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/fallback.png new file mode 100755 index 0000000..3b6fb0d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo.png new file mode 100755 index 0000000..770e424 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo2.png new file mode 100755 index 0000000..2649bb2 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/PS1/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device.png new file mode 100755 index 0000000..bd60fe9 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_BAK.png new file mode 100755 index 0000000..5d71cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_W140.png new file mode 100755 index 0000000..b9f8fa7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/fallback.png new file mode 100755 index 0000000..e35950e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo.png new file mode 100755 index 0000000..0e68b7c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo2.png new file mode 100755 index 0000000..ec87374 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/SNES/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device.png new file mode 100755 index 0000000..2157fdb Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_BAK.png new file mode 100755 index 0000000..d7b6229 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_W140.png new file mode 100755 index 0000000..df7e4e6 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/fallback.png new file mode 100755 index 0000000..4b1bf0f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo.png new file mode 100755 index 0000000..38eb986 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo2.png new file mode 100755 index 0000000..a9fc57d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/logo2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Genesis/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device.png new file mode 100755 index 0000000..defee33 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_BAK.png new file mode 100755 index 0000000..ec4f47f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_W140.png new file mode 100755 index 0000000..f58036a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/fallback.png new file mode 100755 index 0000000..c040cc7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/logo.png new file mode 100755 index 0000000..3df3f11 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/story.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/story.txt new file mode 100755 index 0000000..fc67ebc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/Sega Master System/system_artwork/story.txt @@ -0,0 +1 @@ +The Sega Genesis, a.k.a the Sega Megadrive, is a 16-bit video game console developed by Sega and released in August 1989. It is the third console from Sega, and is the successor to Sega Master System. the hardware was based on Sega's system 16 arcade board. The Genesis primarily competed with the Super Nintendo during its life cycle. By the end of its life, it had sold an estimated 40 million units, and its games continued to be popular among gamers even to these days. diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device.png new file mode 100755 index 0000000..e8ec9ed Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_BAK.png new file mode 100755 index 0000000..2024a31 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_W140.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_W140.png new file mode 100755 index 0000000..5605d26 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/device_W140.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/fallback.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/fallback.png new file mode 100755 index 0000000..9976525 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/fallback.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/logo.png new file mode 100755 index 0000000..28e36a8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/WonderSwan/system_artwork/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/tmp.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/tmp.txt new file mode 100755 index 0000000..3dba218 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/collections/tmp.txt @@ -0,0 +1,11 @@ +./Game Gear/system_artwork/device.png +./Sega Master System/system_artwork/device.png +./Game Boy Advance/system_artwork/device.png +./PS1/system_artwork/device.png +./Game Boy/system_artwork/device.png +./NES/system_artwork/device.png +./Atari lynx/system_artwork/device.png +./Sega Genesis/system_artwork/device.png +./SNES/system_artwork/device.png +./WonderSwan/system_artwork/device.png +./Neo Geo Pocket/system_artwork/device.png diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple2.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_fab.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_fab.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/background_purple_fab.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd.png new file mode 100755 index 0000000..28a3f5b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd_BAK.png new file mode 100755 index 0000000..8b9c776 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/barbkgrnd_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/highlight.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/highlight.png new file mode 100755 index 0000000..ab3d34e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/highlight.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/infobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/infobk.png new file mode 100755 index 0000000..2325528 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/infobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/menubk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/menubk.png new file mode 100755 index 0000000..049d84c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/menubk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected2_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected2_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected2_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test_20px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test_20px.png new file mode 100755 index 0000000..2cbab3e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/test_20px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/videobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/videobk.png new file mode 100755 index 0000000..6c2f3af Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/videobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/layout.xml new file mode 100755 index 0000000..a13f446 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/layout.xml @@ -0,0 +1,719 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash.xml new file mode 100755 index 0000000..1288329 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash_BAK.xml new file mode 100755 index 0000000..2a820eb --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style/splash_BAK.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Credits.txt new file mode 100755 index 0000000..acf644b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Credits.txt @@ -0,0 +1,7 @@ +Theme by Vincent Buso + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_4.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_4.png new file mode 100755 index 0000000..a552116 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_4.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_5.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_5.png new file mode 100755 index 0000000..bd0802f Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_5.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_6.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_6.png new file mode 100755 index 0000000..eb8d649 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_6.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_7.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_7.png new file mode 100755 index 0000000..f55c0a7 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/background_purple_7.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/layout.xml new file mode 100755 index 0000000..d721e05 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/layout.xml @@ -0,0 +1,1580 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/splash.xml new file mode 100755 index 0000000..f1d02c0 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey Style_BAK/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Credits.txt new file mode 100755 index 0000000..acf644b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Credits.txt @@ -0,0 +1,7 @@ +Theme by Vincent Buso + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd.png new file mode 100755 index 0000000..28a3f5b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd_BAK.png new file mode 100755 index 0000000..8b9c776 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/barbkgrnd_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/highlight.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/highlight.png new file mode 100755 index 0000000..ab3d34e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/highlight.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/infobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/infobk.png new file mode 100755 index 0000000..2325528 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/infobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo_BAK.png new file mode 100755 index 0000000..54e473b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/logo_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/menubk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/menubk.png new file mode 100755 index 0000000..049d84c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/menubk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/videobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/videobk.png new file mode 100755 index 0000000..6c2f3af Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/videobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout.xml new file mode 100755 index 0000000..eb6ec3e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout.xml @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout_BAK.xml new file mode 100755 index 0000000..ab1fffc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/layout_BAK.xml @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/splash.xml new file mode 100755 index 0000000..041e6f2 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Credits.txt new file mode 100755 index 0000000..f6a2307 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Credits.txt @@ -0,0 +1,7 @@ +Theme by TimmyB + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd.png new file mode 100755 index 0000000..28a3f5b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd_BAK.png new file mode 100755 index 0000000..8b9c776 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/barbkgrnd_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/highlight.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/highlight.png new file mode 100755 index 0000000..ab3d34e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/highlight.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/infobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/infobk.png new file mode 100755 index 0000000..2325528 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/infobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo.png new file mode 100755 index 0000000..0dbd203 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo_BAK.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo_BAK.png new file mode 100755 index 0000000..54e473b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/logo_BAK.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/menubk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/menubk.png new file mode 100755 index 0000000..049d84c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/menubk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/videobk.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/videobk.png new file mode 100755 index 0000000..6c2f3af Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/images/videobk.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout.xml new file mode 100755 index 0000000..447e16e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout.xml @@ -0,0 +1,330 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout_BAK.xml new file mode 100755 index 0000000..cca1b51 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/layout_BAK.xml @@ -0,0 +1,296 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/splash.xml new file mode 100755 index 0000000..476e527 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_BAK/splash.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Credits.txt new file mode 100755 index 0000000..acf644b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Credits.txt @@ -0,0 +1,7 @@ +Theme by Vincent Buso + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout.xml new file mode 100755 index 0000000..eb6ec3e --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout.xml @@ -0,0 +1,754 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout_BAK.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout_BAK.xml new file mode 100755 index 0000000..ab1fffc --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/layout_BAK.xml @@ -0,0 +1,771 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/splash.xml new file mode 100755 index 0000000..041e6f2 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v0/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Credits.txt new file mode 100755 index 0000000..acf644b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Credits.txt @@ -0,0 +1,7 @@ +Theme by Vincent Buso + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/layout.xml new file mode 100755 index 0000000..d2b4fc6 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/layout.xml @@ -0,0 +1,747 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/splash.xml new file mode 100755 index 0000000..041e6f2 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_ipod_nano_v1/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Credits.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Credits.txt new file mode 100755 index 0000000..acf644b --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Credits.txt @@ -0,0 +1,7 @@ +Theme by Vincent Buso + + +------------ +Highlight.wav by orginaljun - orginaljun.deviantart.com +http://www.freesound.org/people/orginaljun/sounds/157871/ + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Bold.ttf new file mode 100755 index 0000000..fd79d43 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Regular.ttf new file mode 100755 index 0000000..db43334 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/OpenSans-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Bold.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Bold.ttf new file mode 100755 index 0000000..aaf374d Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Bold.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Regular.ttf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Regular.ttf new file mode 100755 index 0000000..8c082c8 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/Roboto-Regular.ttf differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/Funkey_S_gray.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/Funkey_S_gray.png new file mode 100755 index 0000000..8eb5cc0 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/Funkey_S_gray.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background.png new file mode 100755 index 0000000..1b0f971 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background2.png new file mode 100755 index 0000000..a09379c Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple.png new file mode 100755 index 0000000..0ce419b Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple_2.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple_2.png new file mode 100755 index 0000000..ba5b024 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/background_purple_2.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_black.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_black.png new file mode 100755 index 0000000..4539332 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_black.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_white.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_white.png new file mode 100755 index 0000000..2f3d01e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/battery_white.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/black_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/black_1px.png new file mode 100755 index 0000000..4a4e434 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/black_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/dark_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/dark_1px.png new file mode 100755 index 0000000..f306a61 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/dark_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gradient.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gradient.png new file mode 100755 index 0000000..a8e03d3 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gradient.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gray_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gray_1px.png new file mode 100755 index 0000000..29d38ea Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/gray_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/logo.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/logo.png new file mode 100755 index 0000000..9a78176 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/logo.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_1px.png new file mode 100755 index 0000000..2f82e8a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_corrected_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_corrected_1px.png new file mode 100755 index 0000000..6da5a92 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/purple_corrected_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/test.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/test.png new file mode 100755 index 0000000..ff998e5 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/test.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/white_1px.png b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/white_1px.png new file mode 100755 index 0000000..bae4d40 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/images/white_1px.png differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/layout.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/layout.xml new file mode 100755 index 0000000..e4b7298 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/layout.xml @@ -0,0 +1,763 @@ + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/highlight.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/highlight.wav new file mode 100755 index 0000000..517e819 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/highlight.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/load.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/load.wav new file mode 100755 index 0000000..077480e Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/load.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/select.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/select.wav new file mode 100755 index 0000000..6678b93 Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/select.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/unload.wav b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/unload.wav new file mode 100755 index 0000000..65f069a Binary files /dev/null and b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/sounds/unload.wav differ diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/splash.xml b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/splash.xml new file mode 100755 index 0000000..041e6f2 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/FunKey_240x240_v2_dark/splash.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/layouts.list b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/layouts.list new file mode 100755 index 0000000..7feba70 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/layouts/layouts.list @@ -0,0 +1,2 @@ +FunKey Style +Classic diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/log.txt b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/log.txt new file mode 100755 index 0000000..131c042 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/log.txt @@ -0,0 +1,263 @@ +[1970-01-01 02:07:39] [INFO] [RetroFE] Version 0.8.18 starting +[1970-01-01 02:07:39] [INFO] [RetroFE] OS: Linux +[1970-01-01 02:07:39] [INFO] [RetroFE] Absolute path: /root/RetroFE +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "fullscreen" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "showFrame" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "horizontal" = "240" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "vertical" = "240" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "layout" = "FunKey Style" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "hideMouse" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "showParenthesis" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "showSquareBrackets" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "firstCollection" = "Main" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "autoFavorites" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "rememberMenu" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "videoEnable" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "videoLoop" = "0" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "fileUsbConnected" = "/sys/class/power_supply/axp20x-usb/present" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "fileBatCapacity" = "/etc/current_battery_percentage" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "fileBatConnected" = "/sys/class/power_supply/axp20x-battery/present" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "exitOnFirstPageBack" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "initMetaDb" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "initInBackground" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "attractModeTime" = "0" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "rememberMenu" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collectionInputClear" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "minimize_on_focus_loss" = "no" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "unloadSDL" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "baseItemPath" = "/mnt" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing layouts from "/root/RetroFE/layouts/layouts.list" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump layouts: "/root/RetroFE/layouts/FunKey Style" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump layouts: "/root/RetroFE/layouts/Classic" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing layouts from "/mnt/themes/themes.list" +[1970-01-01 02:07:39] [ERROR] [Configuration] Could not open /mnt/themes/themes.list" +[1970-01-01 02:07:39] [ERROR] [RetroFE] Could not import "/mnt/themes/themes.list" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing layouts from "/root/RetroFE/layout.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Found layout: "/root/RetroFE/layouts/Classic" in layouts list at idx 1 +[1970-01-01 02:07:39] [INFO] [RetroFE] Could not read directory "/root/RetroFE/launchers.linux" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/wonderswan.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.wonderswan.executable" = "%RETROFE_PATH%/launchers/wonderswan_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.wonderswan.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/megadrive.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.megadrive.executable" = "%RETROFE_PATH%/launchers/megadrive_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.megadrive.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/mame.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.mame.executable" = "%RETROFE_PATH%/launchers/mame_launch_mednafen.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.mame.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/ngp.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.ngp.executable" = "%RETROFE_PATH%/launchers/ngp_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.ngp.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/sms.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.sms.executable" = "%RETROFE_PATH%/launchers/sms_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.sms.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/gba.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gba.executable" = "%RETROFE_PATH%/launchers/gba_launch_gpsp.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gba.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/lynx.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.lynx.executable" = "%RETROFE_PATH%/launchers/lynx_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.lynx.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/Main.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.Main.executable" = "%ITEM_FILEPATH%" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.Main.arguments" = "" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/NES.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.NES.executable" = "%RETROFE_PATH%/launchers/nes_launch_mednafen.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.NES.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/gameboy.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gameboy.executable" = "%RETROFE_PATH%/launchers/gb_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gameboy.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/gamegear.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gamegear.executable" = "%RETROFE_PATH%/launchers/gamegear_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.gamegear.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/psone.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.psone.executable" = "%RETROFE_PATH%/launchers/psone_launch_pcsx.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.psone.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/launchers/snes.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.snes.executable" = "%RETROFE_PATH%/launchers/snes_launch.sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "launchers.snes.arguments" = ""%ITEM_FILEPATH%"" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Sega Master System/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_manufacturer" = "Manufacturer" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_type" = "Type" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_generation" = "Generation" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_year" = "Year" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_media" = "Media" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.lb_cpu" = "CPU" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.manufacturer" = "Sega" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.type" = "Video Game Console" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.generation" = "Fourth Generation" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.year" = "1988 (Japan), 1989 (NA), 1990 (EU)" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.media" = "Cartridge" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.cpu" = "Motorola 68000, Zilog Z80" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Sega Master System/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.list.path" = "%BASE_ITEM_PATH%/Sega Master System" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.list.includeMissingItems" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.list.extensions" = "zip,sms" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.list.menuSort" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.launcher" = "sms" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Master System.media.artwork_front" = "%BASE_ITEM_PATH%/Sega Master System" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Gear/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Game Gear/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Gear/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.list.path" = "%BASE_ITEM_PATH%/Game Gear" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.list.extensions" = "zip,gg" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.launcher" = "gamegear" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Gear.media.artwork_front" = "%BASE_ITEM_PATH%/Game Gear" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/NES/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/NES/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/NES/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.list.path" = "%BASE_ITEM_PATH%/NES" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.list.extensions" = "nes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.launcher" = "NES" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.NES.media.artwork_front" = "%BASE_ITEM_PATH%/NES" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/WonderSwan/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/WonderSwan/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/WonderSwan/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.list.path" = "%BASE_ITEM_PATH%/WonderSwan" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.list.extensions" = "zip,wsc" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.launcher" = "wonderswan" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.WonderSwan.media.artwork_front" = "%BASE_ITEM_PATH%/WonderSwan" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Boy Advance/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Game Boy Advance/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Boy Advance/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.list.path" = "%BASE_ITEM_PATH%/Game Boy Advance" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.list.extensions" = "gba" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.launcher" = "gba" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy Advance.media.artwork_front" = "%BASE_ITEM_PATH%/Game Boy Advance" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Boy/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Game Boy/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Game Boy/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.list.path" = "%BASE_ITEM_PATH%/Game Boy" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.list.extensions" = "gb,gbc" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.launcher" = "gameboy" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Game Boy.media.artwork_front" = "%BASE_ITEM_PATH%/Game Boy" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Neo Geo Pocket/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Neo Geo Pocket/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Neo Geo Pocket/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.list.path" = "%BASE_ITEM_PATH%/Neo Geo Pocket" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.list.extensions" = "zip,ngp" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.launcher" = "ngp" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Neo Geo Pocket.media.artwork_front" = "%BASE_ITEM_PATH%/Neo Geo Pocket" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Main/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Main/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Main/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Main.list.extensions" = "exe,bat,sh" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Main.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Main.launcher" = "Main" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/SNES/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/SNES/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/SNES/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.list.path" = "%BASE_ITEM_PATH%/SNES" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.list.extensions" = "sfc" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.launcher" = "snes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.SNES.media.artwork_front" = "%BASE_ITEM_PATH%/SNES" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Sega Genesis/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_manufacturer" = "Manufacturer" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_type" = "Type" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_generation" = "Generation" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_year" = "Year" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_media" = "Media" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.lb_cpu" = "CPU" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.manufacturer" = "Sega" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.type" = "Video Game Console" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.generation" = "Fourth Generation" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.year" = "1988 (Japan), 1989 (NA), 1990 (EU)" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.media" = "Cartridge" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.cpu" = "Motorola 68000, Zilog Z80" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Sega Genesis/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.list.path" = "%BASE_ITEM_PATH%/Sega Genesis" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.list.includeMissingItems" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.list.extensions" = "zip,md" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.list.menuSort" = "true" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.launcher" = "megadrive" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Sega Genesis.media.artwork_front" = "%BASE_ITEM_PATH%/Sega Genesis" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/PS1/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/PS1/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/PS1/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.list.path" = "%BASE_ITEM_PATH%/PS1" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.list.extensions" = "bin,cue" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.launcher" = "psone" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.PS1.media.artwork_front" = "%BASE_ITEM_PATH%/PS1" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Atari lynx/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Could not open /root/RetroFE/collections/Atari lynx/info.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Importing "/root/RetroFE/collections/Atari lynx/settings.conf" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.list.path" = "%BASE_ITEM_PATH%/Atari lynx" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.list.includeMissingItems" = "false" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.list.extensions" = "zip,lnx" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.list.menuSort" = "yes" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.launcher" = "lynx" +[1970-01-01 02:07:39] [INFO] [Configuration] Dump: "collections.Atari lynx.media.artwork_front" = "%BASE_ITEM_PATH%/Atari lynx" +[1970-01-01 02:07:39] [INFO] [RetroFE] Imported configuration +[1970-01-01 02:07:39] [INFO] [SDL] Initializing +[1970-01-01 02:07:39] [INFO] [SDL] Creating 240x240 window (fullscreen: yes) +[1970-01-01 02:07:40] [INFO] [Configuration] Importing "/root/RetroFE/controls.conf" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.up" = "Up, U" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.down" = "Down, D" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.left" = "Left, L" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.right" = "Right, R" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.pageUp" = "PageDown" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.pageDown" = "PageUp" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.letterUp" = "M" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.letterDown" = "N" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.favPlaylist" = "F3" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.nextPlaylist" = "F2" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.prevPlaylist" = "F1" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.addPlaylist" = "I" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.removePlaylist" = "O" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.random" = "G" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.select" = "Return, A" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.menu" = "Q" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.back" = "B" +[1970-01-01 02:07:40] [INFO] [Configuration] Dump: "controls.quit" = "Escape" +[1970-01-01 02:07:40] [INFO] [Layout] Initializing /root/RetroFE/layouts/Classic/splash.xml +[1970-01-01 02:07:40] [INFO] [RetroFE] Initializing +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.pageDown, Key Value: 280 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.pageUp, Key Value: 281 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.letterDown, Key Value: 110 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.letterUp, Key Value: 109 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.favPlaylist, Key Value: 284 +[1970-01-01 02:07:40] [INFO] [Layout] Layout resolution 240x240 (scale 1x1) +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.nextPlaylist, Key Value: 283 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.prevPlaylist, Key Value: 282 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.addPlaylist, Key Value: 105 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.removePlaylist, Key Value: 111 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.random, Key Value: 103 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.up, Key Value: 273 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.up, Key Value: 117 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.left, Key Value: 276 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.left, Key Value: 108 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.down, Key Value: 274 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.down, Key Value: 100 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.right, Key Value: 275 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.right, Key Value: 114 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.select, Key Value: 13 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.select, Key Value: 97 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.back, Key Value: 98 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.quit, Key Value: 27 +[1970-01-01 02:07:40] [INFO] [Input] Binding key controls.menu, Key Value: 113 +[1970-01-01 02:07:40] [INFO] [RetroFE] Initialized user controls +[1970-01-01 02:07:40] [INFO] [Database] Opened database "/root/RetroFE/meta.db" +[1970-01-01 02:07:40] [INFO] [RetroFE] Initialized database +[1970-01-01 02:07:40] [INFO] [Layout] Initialized +[1970-01-01 02:07:40] [INFO] [Layout] Initializing /root/RetroFE/layouts/Classic/layout.xml +[1970-01-01 02:07:40] [INFO] [Layout] Layout resolution 240x240 (scale 1x1) +[1970-01-01 02:07:40] [INFO] [Layout] Initialized +[1970-01-01 02:07:40] [INFO] [CollectionInfoBuilder] Checking for "/root/RetroFE/collections/Main/include.txt" +[1970-01-01 02:07:40] [INFO] [CollectionInfoBuilder] Scanning directory "/mnt/Main" +[1970-01-01 02:07:40] [INFO] [CollectionInfoBuilder] Could not read directory "/mnt/Main". Ignore if this is a menu. +[1970-01-01 02:07:40] [INFO] [Menu] Found: "/root/RetroFE/collections/Main/menu.txt" diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/meta.db b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/meta.db new file mode 100755 index 0000000..e69de29 diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/settings.conf b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/settings.conf new file mode 100755 index 0000000..4092384 --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/settings.conf @@ -0,0 +1,99 @@ +############################################################################## +# +# For support, visit www.retrofe.nl +# or visit irc.foreverchat.net (channel #retrofe) +# +# For Documentation, also visit www.retrofe.nl +# +############################################################################## + + +####################################### +# Display +####################################### +fullscreen = yes +showFrame = no +horizontal = 240 #stretch # or enter in the screen pixel width (i.e 1024) +vertical = 240 #stretch # or enter in the screen pixel width (i.e 768) +#layout = Aeon Nox +#layout = Default 16x9 +layout = FunKey Style + +# Hide the mouse +hideMouse = yes + +# Hide () and [] from game titles +showParenthesis = no +showSquareBrackets = no + +# specify the name of the first collection to load on start +firstCollection = Main + +# specify whether RetroFE should switch to Favorites list if it exists. +autoFavorites = false + +# specify whether RetroFE should remember the last selected game +rememberMenu = true + +####################################### +# Video playback settings +####################################### + +# set to "no" for very old/slow systems +videoEnable = no + +# Number of times to loop video playback (enter 0 to continuously loop) +videoLoop = 0 + +####################################### +# Battery settings +####################################### +fileUsbConnected = /sys/class/power_supply/axp20x-usb/present +#fileBatCapacity = /sys/class/power_supply/axp20x-battery/capacity +fileBatCapacity = /etc/current_battery_percentage +fileBatConnected = /sys/class/power_supply/axp20x-battery/present + +####################################### +# General +####################################### +# specify whether RetroFE should close when pressing back on the main menu +#exitOnFirstPageBack = yes +exitOnFirstPageBack = no + +# Initialize meta database ? This might portentially lead to a long init time in splash mode +initMetaDb = no + +# Wait for init of database or done in background +#initInBackground = yes +initInBackground = no + +# enter 0 attract mode, otherwise enter the number of seconds to wait before enabling attract mode +attractModeTime = 0 + +# specify whether RetroFE should remember the last highlighted menu when re-entering a menu +rememberMenu = yes + +# specify whether RetroFE should clear the input queue on entering/exiting a collection +collectionInputClear = true + +# specify whether RetroFE should minimize when running in full-screen mode +minimize_on_focus_loss = no + +# specify whether RetroFE should unload SDL when running a program/game +# This is needed to prevent emulators from launching behind the front-end, e.g. on RetroPie. +# Set to false or comment out to prevent briefly seeing your Windows environment if you don't +# need this feature. +unloadSDL = true + + +####################################### +# Base folders of media and ROM files +####################################### +# Override if you choose to have your media stored outside of RetroFE. +# If this is commented out your artwork will be searched in collections// +# baseMediaPath=d:/media + +# Override if you choose to have your ROMs stored outside of RetroFE. +# If this is commented out your roms will be searched in collections//roms +# baseItemPath=d:/roms +baseItemPath=/mnt \ No newline at end of file diff --git a/FunKey/board/funkey/rootfs-overlay/root/RetroFE/update_tmp/launch_upgrade.sh b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/update_tmp/launch_upgrade.sh new file mode 100755 index 0000000..4800c3f --- /dev/null +++ b/FunKey/board/funkey/rootfs-overlay/root/RetroFE/update_tmp/launch_upgrade.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +echo "Launching upgrade 0.01 to 0.02" +notif_set 0 "^^^^^^^ UPGRADE IN PROGRESS... ^ v0.01->v0.2^^DO NOT TURN OFF THE CONSOLE! ^^^^^^" + +sleep 5 + +notif_clear + +exit 0 \ No newline at end of file diff --git a/FunKey/configs/funkey_defconfig b/FunKey/configs/funkey_defconfig index 2505b93..2974132 100644 --- a/FunKey/configs/funkey_defconfig +++ b/FunKey/configs/funkey_defconfig @@ -52,13 +52,9 @@ BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y BR2_PACKAGE_E2FSPROGS=y # BR2_PACKAGE_E2FSPROGS_FSCK is not set BR2_PACKAGE_E2FSPROGS_RESIZE2FS=y -BR2_PACKAGE_SDL=y BR2_PACKAGE_SDL_GFX=y -BR2_PACKAGE_SDL_IMAGE=y -BR2_PACKAGE_SDL_MIXER=y BR2_PACKAGE_SDL_SOUND=y BR2_PACKAGE_SDL_SOUND_PLAYSOUND=y -BR2_PACKAGE_SDL_TTF=y BR2_PACKAGE_PARTED=y BR2_PACKAGE_SYSSTAT=y BR2_PACKAGE_UBOOT_TOOLS=y @@ -72,6 +68,7 @@ BR2_PACKAGE_UTIL_LINUX_BINARIES=y BR2_PACKAGE_NANO=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y +BR2_TARGET_ROOTFS_EXT2_SIZE="64M" # BR2_TARGET_ROOTFS_TAR is not set BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y @@ -90,3 +87,4 @@ BR2_PACKAGE_HOST_GENIMAGE=y BR2_PACKAGE_HOST_MTOOLS=y BR2_PACKAGE_MEDNAFEN=y BR2_PACKAGE_FUNKEY_GPIO_MAPPING=y +BR2_PACKAGE_FUNKEY_LAUNCHER_RETROFE=y diff --git a/FunKey/package/FunKey-GPIO-Mapping/Config.in b/FunKey/package/FunKey-GPIO-Mapping/Config.in index bdbcc62..455a4b8 100644 --- a/FunKey/package/FunKey-GPIO-Mapping/Config.in +++ b/FunKey/package/FunKey-GPIO-Mapping/Config.in @@ -1,4 +1,5 @@ config BR2_PACKAGE_FUNKEY_GPIO_MAPPING bool "FunKey GPIO Mapping" + default y help The FunKey GPIO mapping utility. diff --git a/FunKey/package/retrofe/Config.in b/FunKey/package/FunKey-Launcher-retrofe/Config.in similarity index 59% rename from FunKey/package/retrofe/Config.in rename to FunKey/package/FunKey-Launcher-retrofe/Config.in index 4359b36..9ea89e1 100644 --- a/FunKey/package/retrofe/Config.in +++ b/FunKey/package/FunKey-Launcher-retrofe/Config.in @@ -1,15 +1,14 @@ -config BR2_PACKAGE_RETROFE - bool "retrofe" - select BR2_PACKAGE_LIBGLIB2 +config BR2_PACKAGE_FUNKEY_LAUNCHER_RETROFE + bool "FunKey retrofe launcher" + default y select BR2_PACKAGE_GSTREAMER1 select BR2_PACKAGE_GST1_PLUGINS_BASE + select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_SDL select BR2_PACKAGE_SDL_IMAGE select BR2_PACKAGE_SDL_MIXER select BR2_PACKAGE_SDL_TTF - select BR2_PACKAGE_SDL_GFX + select BR2_PACKAGE_SQLITE select BR2_PACKAGE_ZLIB help - The cross-platform game frontend. - - https://bitbucket.org/phulshof/retrofe/src/default/ + The FunKey retrofe launcher. diff --git a/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk b/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk new file mode 100644 index 0000000..d8ed8cb --- /dev/null +++ b/FunKey/package/FunKey-Launcher-retrofe/FunKey-Launcher-retrofe.mk @@ -0,0 +1,27 @@ +################################################################################ +# +# FunKey-Launcher-retrofe +# +################################################################################ + +FUNKEY_LAUNCHER_RETROFE_VERSION = 0786a7af9aa24d702567b3f686ac9db84de287e1 +FUNKEY_LAUNCHER_RETROFE_SITE_METHOD = git +#FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@github.com/FunKey-Project/FunKey-Launcher-retrofe.git +FUNKEY_LAUNCHER_RETROFE_SITE = ssh://git@fk/FunKey-Project/FunKey-Launcher-retrofe.git +FUNKEY_LAUNCHER_RETROFE_DEPENDENCIES = gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_sound sdl_ttf libglib2 sqlite zlib +FUNKEY_LAUNCHER_RETROFE_LICENSE = GPL-3.0 +FUNKEY_LAUNCHER_RETROFE_LICENSE_FILES = LICENSE.txt + +#FUNKEY_LAUNCHER_RETROFE_CONFIGURE_CMDS = ${BR2_CMAKE} RetroFE/Source -BRetroFE/Build -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 + +FUNKEY_LAUNCHER_RETROFE_SUBDIR = RetroFE/Source +FUNKEY_LAUNCHER_RETROFE_SUPPORTS_IN_SOURCE_BUILD = NO + +FUNKEY_LAUNCHER_RETROFE_CONF_OPTS += -DVERSION_MAJOR=0 -DVERSION_MINOR=0 -DVERSION_BUILD=0 + +define FUNKEY_LAUNCHER_RETROFE_INSTALL_TARGET_CMDS + $(INSTALL) -d -m 0755 $(TARGET_DIR)/root/RetroFE + $(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/root/RetroFE/retrofe +endef + +$(eval $(cmake-package)) diff --git a/FunKey/package/retrofe-layout/Config.in b/FunKey/package/retrofe-layout/Config.in deleted file mode 100644 index 8fc750b..0000000 --- a/FunKey/package/retrofe-layout/Config.in +++ /dev/null @@ -1,6 +0,0 @@ -config BR2_PACKAGE_RETROFE_LAYOUT - bool "retrofe layout" - help - The cross-platform game frontend layout. - - https://bitbucket.org/phulshof/retrofe/src/default/ diff --git a/FunKey/package/retrofe-layout/retrofe-layout.mk b/FunKey/package/retrofe-layout/retrofe-layout.mk deleted file mode 100644 index 6af45ee..0000000 --- a/FunKey/package/retrofe-layout/retrofe-layout.mk +++ /dev/null @@ -1,22 +0,0 @@ -################################################################################ -# -# retrofe-layout -# -################################################################################ -#https://bitbucket.org/keymu2/funkey_retrofe_layout_240x240/get/aaa4b639a5f1.zip -RETROFE_LAYOUT_VERSION = aaa4b639a5f1 -RETROFE_LAYOUT_SOURCE = $(RETROFE_LAYOUT_VERSION).zip -RETROFE_LAYOUT_SITE = https://bitbucket.org/keymu2/funkey_retrofe_layout_240x240/get -RETROFE_LAYOUT_LICENSE = GPL-2.0+ -RETROFE_LAYOUT_LICENSE_FILES = LICENSE.txt - -define RETROFE_LAYOUT_INSTALL_TARGET_CMDS - $(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games - cp -r $(@D)/collections $(TARGET_DIR)/usr/games/ - cp -r $(@D)/launchers $(TARGET_DIR)/usr/games/ - cp -r $(@D)/layouts/Default_240x240 $(TARGET_DIR)/usr/games/layouts - cp -r $(@D)/settings.conf $(TARGET_DIR)/usr/games/ - cp -r $(@D)/controls.conf $(TARGET_DIR)/usr/games/ -endef - -$(eval $(generic-package)) diff --git a/FunKey/package/retrofe/retrofe.mk b/FunKey/package/retrofe/retrofe.mk deleted file mode 100644 index 93a2e22..0000000 --- a/FunKey/package/retrofe/retrofe.mk +++ /dev/null @@ -1,21 +0,0 @@ -################################################################################ -# -# retrofe -# -################################################################################ -#https://bitbucket.org/keymu2/funkey_retrofe/get/0961a03bf242.zip -RETROFE_VERSION = 0961a03bf242 -RETROFE_SOURCE = $(RETROFE_VERSION).zip -RETROFE_SITE = https://bitbucket.org/keymu2/funkey_retrofe/get -RETROFE_LICENSE = GPL-2.0+ -RETROFE_LICENSE_FILES = LICENSE.txt -RETROFE_SUBDIR = RetroFE/Source - -RETROFE_DEPENDENCIES = libglib2 gstreamer1 gst1-plugins-base sdl sdl_image sdl_mixer sdl_ttf sdl_gfx zlib - -define RETROFE_INSTALL_TARGET_CMDS - $(INSTALL) -d -m 0755 $(TARGET_DIR)/usr/games - $(INSTALL) -m 0755 $(@D)/RetroFE/Build/retrofe $(TARGET_DIR)/usr/games/retrofe -endef - -$(eval $(cmake-package))