New T-Deck firmware Version 11


#1

A new version of the LILYGO T-Deck firmware has been released. This version updates it to uLisp 4.8g and incorporates the following improvements:

  • Adds Autocomplete (thank you @hasn0life!).
  • Adds Copy Last Line
  • An improved extendable implementation of streams.
  • Better truncate, floor, and ceiling functions.
  • Reinstates the trackball as Escape key.

Get it from GitHub here: https://github.com/technoblogy/ulisp-tdeck

Read about the T-Deck uLisp Machine.


#2

Hey for some reason you changed the extension to .lisp instead of .ino. I’m assuming it’s still meant to be used with Arduino given that the code is C++.


#3

Thank you - the files are generated by my uLisp Builder with a .lisp extension, and I must have forgotten to change them! Fixed now.