Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haoict/simpleterminal

Simple Virtual Terminal- updated for Anbernic RG35XX-Plus/H, TrimUI Smart Pro
https://github.com/haoict/simpleterminal

anbernic rg35xx-h- rg35xx-plus virtual-terminal

Last synced: 9 days ago
JSON representation

Simple Virtual Terminal- updated for Anbernic RG35XX-Plus/H, TrimUI Smart Pro

Awesome Lists containing this project

README

        

st - simple terminal

How to install:

RG35XX-Plus/H
- Extract the downloaded zip file
- Copy the files to "Roms/APPS/" folder

TRIMUI Smart Pro
- Download the .zip file and extract to the SDCARD Apps folder:
Apps\SimpleTerminal\[files]

How to run:

- From your device main menu -> RA Game -> APPS -> SimpleTerminal (or SimpleTerminal-HighRes)

Image1
Image2
Image3
Image1-TrimuiSP

--------------------
st is a simple virtual terminal emulator for X which sucks less.

Modified to run on RS-97.
=> line doubling to deal with the 320x480 resolution
=> TTF fonts replaced by embedded pixel font (from TIC-80)
=> onscreen keyboard (see keyboard.c for button bindings)

Keys:
- pad: select key
- A: press key
- B: toggles key (useful for shift/ctrl...)
- L: is shift
- R: is backspace
- Y: change keyboard location (top/bottom)
- X: show / hide keyboard
- SELECT: quit

Requirements
------------
In order to build st you need the Xlib header files.

Build
------------
For generic linux:

make

For RG35XX Plus:

./build-rg35xxplus.sh
(or run inside rg35xxplus-toolchain docker container: UNION_PLATFORM=rg35xxplus make)

For generic linux (with bigger window size)

UNION_PLATFORM=upscale make

Running st
----------

./build/SimpleTerminal

Run with High resolution
HIGH_RES=1 ./build/SimpleTerminal

If you don't install st, define TNAME to "xterm" in config.h or make sure to at
least compile st terminfo entry with the following command:

tic -s st.info

It should print the path of the compiled terminfo entry. You can
safely remove it if you don't plan to use st anymore.
See the man page for additional details.

Credits
-------
Based on Aurélien APTEL bt source code.

And
https://github.com/jamesofarrell/st-sdl