Skip to content

Commit

Permalink
Merge pull request #4 from ncmreynolds/dev
Browse files Browse the repository at this point in the history
Make the long description less verbose
  • Loading branch information
ncmreynolds authored Apr 17, 2021
2 parents 64f4a19 + 8a0a765 commit e3559b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name=retroTerm
version=0.1.2
author=Nick Reynolds,nick+retroTerm@arcanium.london
maintainer=Nick Reynolds,nick+retroTerm@arcanium.london
sentence=A library for creating user interfaces on an ANSI/VTxxx terminal with a microcontroller
paragraph=, it includes simple methods for controlling colours, moving the cursor and so but is mainly intended for creating fully functional user interfaces with 'widgets'. RetroTerm includes mouse support allowing you to 'click' buttons, scroll with the scroll wheel and so on. Testing is done against the popular terminal application 'PuTTY' and it needs a fully functional VTxxx terminal emulator to work. The console window in the Arduino IDE DOES NOT work with this library as it ignores most ANSI/VTxxx commands. While retroTerm will work on classic Arduino AVR models with 2K SRAM, they will struggle with low memory when using this library and only support minimal sketches.
sentence=A library for creating GUI-esque interfaces in a terminal emulator with a microcontroller.
paragraph=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.
category=Display
url=https://github.com/ncmreynolds/retroTerm
architectures=avr,esp8266,esp32,rp2040

0 comments on commit e3559b6

Please sign in to comment.