tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.

APACHE-2.0 License

Stars
275

Bot releases are hidden (Show)

tcMenu - More remote support, example UI

Published by davetcc over 6 years ago

If you want a quick start take the Generator UI package, it gets you started quickly.

  • Load and save now fully working.
  • Full featured example UI included
tcMenu - First support for remote menu access, round trip in generator.

Published by davetcc over 6 years ago

The easiest way to get started is to get the tcMenuDesigner package - running the designer to build a menu. You can download the Java API straight from maven central, and there is a separate standalone package, for just the embedded code.

This release has two main features:

  1. The api for Java is available (from maven central) and can talk to an embedded menu
  2. The UI generator now supports round trips
  3. Text menu items are now supported.
tcMenu - Tc Menu V0.2

Published by davetcc over 6 years ago

Very minor fixes to work with the name change in the IoAbstraction fork of LiquidCrystal.

For the menuUI and all the embedded libraries - TcMenuDesignerV0.2.zip
If you want to go standalone, and write all the menus by hand pick the embedded only.

tcMenu - Very first public beta testing release

Published by davetcc over 6 years ago

TcMenuDesigner0.1.zip is the UI, unzip the UI and execute the jar file that will be in the root directory. This jar file will run the designer. If you use the designer, you don't need to manually install the Arduino libraries in most cases, the UI designer is able to do it for you.

This is a very early beta release of this software, it's likely that you'll hit issues and that the provided APIs may change.