Jomelo / LCDMenuLib2

Create a tree menu. Use it with different lcd types / console output / ssh console.
MIT License
249 stars 46 forks source link

Added code for putting strings into flash for Teensy uCs. #91

Closed dcoredump closed 8 months ago

dcoredump commented 1 year ago

I added some code I am using now for some months on Teensy-3.x and 4.x for putting all menu definiton strings into flash instead of keeping them in RAM. Hope this is worth to merge into main. Thanks for this amazing library!