Skip to content

Releases: dupontgu/t9-macropad-circuitpython

2.0.0-rc1

29 Aug 13:24
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Test release for bundle created by the changes as of 930e92a

CircuitPython 7 support, Custom key layout support

12 Oct 17:03
5b4f32a
Compare
Choose a tag to compare
  • Fix name conflict with keypad in CircuitPython7
  • Add support for layouts where keys have no letters associated.

Support for Adafruit MacroPad RP2040 (with display!!!)

02 Aug 21:24
8c6c3a9
Compare
Choose a tag to compare

Preliminary support for the fancy new piece from Adafruit!.

  • LEDs for each key turn on, but stay a solid color
  • OLED display shows the words that match the sequence you have typed. Hitting the swap key cycles through them. Pretty handy!

TODOs

  • Cooler RGB stuff?
  • Hook up the rotary encoder! Would be cool to have it move around the cursor.

Adafruit QT Py RP2040 support / Hosted Library Generator

04 Jul 00:16
891bca0
Compare
Choose a tag to compare
  • Added support for Adafruit's QT Py RP2040 board.
  • Created a web server to host a very bare-bones project page, and the custom library generator script! Visit this page to turn your own list of words into a custom library file that works with this firmware. (Check the main project readme if that link goes dead, not planning ahead very well).

Pico/Win32 Support

03 Jun 01:04
Compare
Choose a tag to compare

Added support for the Raspberry Pi pico, and full functionality on Windows!

Priority Words

13 May 18:57
Compare
Choose a tag to compare
Priority Words Pre-release
Pre-release

Add the ability to specify which word you want to show up first for a specific series of key strokes. Priority words are stored in a text file on the Circuitpy drive, and are processed at boot time.