Main Content

Build an Interactive Menu with TextDisplayMenu Using Meadow

Learn how easy is to create interactive menus with editable values and submenus using TextDisplayMenu with a ST7789 display and push buttons

In this project we’re going to learn how easy is to use TextDisplayMenu, a new Meadow.Foundation library to make interactive menus with very little code. With this library, all we need to provide is the display the menu will be rendered on, and a menu structure which can be written in C# or load a Json file and the menu will be generated for you. To interact with it, we can use push buttons, analog joystick, even rotary encoders!

Meadow.Foundationa platform for quickly and easily building connected things using.NET on Meadow. Created by Wilderness Labs, it’s completely open source and maintained by the Wilderness Labs community.

If you’re new working with Meadow, I suggest you go to the Getting Started w/ Meadow by Controlling the Onboard RGB LEDproject to properly set up your development environment.”

Link to article