retroTerm

Display

A library for creating GUI-esque interfaces in a terminal emulator with a microcontroller.
RetroTerm includes functions for controlling colours, moving the cursor and so on but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll text with the wheel and so on. The popular terminal emulator 'PuTTY' is the target but any fully functional VT320 terminal emulator should work.

Author: Nick Reynolds,nick+retroTerm@arcanium.london

Maintainer: Nick Reynolds,nick+retroTerm@arcanium.london

Read the documentation

Compatibility

This library is compatible with the avr, esp8266, esp32, rp2040 architectures so you should be able to use it on the following Arduino boards:

Compatibility Note

Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.