Display Menu Library for Teensy 3.5?

Hello,

I am wondering if anyone knows if there is an existing Display Menu library for the Teensy 3.5 for showing a menu of options on an LCD screen connected to the teensy?

Alright, I found this GitHub - jonblack/arduino-menusystem: Arduino library for implementing a menu system. Does anyone know if it works for teensy 3.5?

Alright, I've determined that menusystems works with the teensy 3.5 itself (at least the serial_nav example does) but I haven't been able to get it to work with my screen library, which is Adafruit_SSD1306. Does it work with that display library?