From d29409437e43f647860074b5890dcc898ca74bb6 Mon Sep 17 00:00:00 2001 From: anthonycaccese Date: Wed, 31 Jan 2024 11:03:59 -0500 Subject: [PATCH] Device Prep --- ...3s.png => unbranded-game-console-r33s.png} | Bin docs/devices/powkiddy/rgb10-max-3.md | 1 - docs/devices/unbranded/game-console-r33s.md | 40 ++++++++++++++++++ mkdocs.yml | 4 ++ 4 files changed, 44 insertions(+), 1 deletion(-) rename docs/_inc/images/devices/{r33s.png => unbranded-game-console-r33s.png} (100%) create mode 100644 docs/devices/unbranded/game-console-r33s.md diff --git a/docs/_inc/images/devices/r33s.png b/docs/_inc/images/devices/unbranded-game-console-r33s.png similarity index 100% rename from docs/_inc/images/devices/r33s.png rename to docs/_inc/images/devices/unbranded-game-console-r33s.png diff --git a/docs/devices/powkiddy/rgb10-max-3.md b/docs/devices/powkiddy/rgb10-max-3.md index a089767..aaaef1e 100644 --- a/docs/devices/powkiddy/rgb10-max-3.md +++ b/docs/devices/powkiddy/rgb10-max-3.md @@ -2,7 +2,6 @@ search: exclude: true --- - # Powkiddy RGB10 Max 3 ![](../../_inc/images/devices/powkiddy-rgb10max3.png){ .off-glb } diff --git a/docs/devices/unbranded/game-console-r33s.md b/docs/devices/unbranded/game-console-r33s.md new file mode 100644 index 0000000..a3423bb --- /dev/null +++ b/docs/devices/unbranded/game-console-r33s.md @@ -0,0 +1,40 @@ +--- +search: + exclude: true +--- +# Game Console R33S + +![](../../_inc/images/devices/unbranded-game-console-r33s.png){ .off-glb } + +## Overview + +| Device | CPU / Architecture | Kernel | GL driver | Interface | +| -- | -- | -- | -- | -- | +| R33S | Rockchip RK3326 (ARM) | Mainline Linux | Panfrost | Weston + Emulation Station | + +## Controls + +{%set btn_north = 'Y(NORTH)' %} +{%set btn_west = 'X(WEST)' %} +{%set btn_south = 'A(SOUTH)' %} +{%set btn_east = 'B(EAST)' %} + +{%include 'controls/retroarch.md' %} +{%include 'controls/mednafen.md' %} + +{%set btn_pre1 = 'SELECT' %} +{%set btn_pre2 = 'START' %} +{%include 'controls/extra.md' %} + +## Emulators + +- [Platform Documentation (RK3326)](https://github.com/JustEnoughLinuxOS/distribution/blob/main/documentation/PER_DEVICE_DOCUMENTATION/RK3326) + +## Notes + +### Installation + +Download the latest `RK3326` version of JELOS from the button below and follow the instructions listed on the [Install](../../../play/install/) page. + +[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=111111&color=5998FF&label=Latest&style=flat#only-light)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest) +[![Latest Version](https://img.shields.io/github/release/JustEnoughLinuxOS/distribution.svg?labelColor=dddddd&color=5998FF&label=Latest&style=flat#only-dark)](https://github.com/JustEnoughLinuxOS/distribution/releases/latest) diff --git a/mkdocs.yml b/mkdocs.yml index c6d42bd..ab39dc9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -232,7 +232,11 @@ nav: - Orange Pi 5: devices/orange-pi/orange-pi-5.md - Powkiddy: - RGB10 Max 3 Pro: devices/powkiddy/rgb10-max-3-pro.md + #- RGB10 Max 3: devices/powkiddy/rgb10-max-3.md - RGB30: devices/powkiddy/rgb30.md - RK2023: devices/powkiddy/rk2023.md - x55: devices/powkiddy/x55.md - RGB10: devices/powkiddy/rgb10.md + #- XU10: devices/powkiddy/xu10.md + #- Unbranded: + #- Game Console R33S: devices/unbranded/game-console-r33s.md