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.
Maintainer: Nick Reynolds,nick+retroTerm@arcanium.london
This library is compatible with the avr, esp8266, esp32, rp2040, mbed_rp2040 architectures so you should be able to use it on the following Arduino boards:
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.
To use this library, open the Library Manager in the Arduino IDE and install it from there.