Releases: TcMenu/tcMenu
Minor improvements, widget support in AdaGFX rendering
This release contains minor improvements upon the previous version:
- Fixes issues with dependencies
- Widget support in AdaGFX rendering
- Slight improvements to communications layer.
Ethernet Support, 32 bit boards and Adafruit_GFX displays
** Please use the newer release,it fixes the dependencies mentioned below **
Please note there are two dependencies needed that have not been packaged in this release. The workaround is to install the following Arduino libraries first:
- AT24Cx from (https://github.com/davetcc/AT24Cx)
- Adafruit_GFX from AdaFruit
This will be rectified before the next release
- Ethernet is now supported for remote control and the Java API is able to communicate over sockets
- Adafruit_GFX based display renderer in a basic form is now working, improvements coming soon.
- 32 bit boards now test (SAMD tested and working)
- Text fields now supported as menu items and can be saved to EEPROM.
- Dark look and feel replaced with standard look and feel, just looks better.
Native packages for Windows and MacOS
Native packaging for Windows and MacOS.
Fix for No Remote capability case.
More remote support, example UI
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
First support for remote menu access, round trip in generator.
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:
- The api for Java is available (from maven central) and can talk to an embedded menu
- The UI generator now supports round trips
- Text menu items are now supported.
Tc Menu V0.2
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.
Very first public beta testing release
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.