TcMenu / tcMenu

Menu library for Arduino, mbed and ESP with designer UI and remote control capabilities.
https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/
Apache License 2.0
293 stars 25 forks source link

#491 #494 #453 remove online library version checker, add remote plugin, themebuilder for mono themes #495

Closed davetcc closed 2 months ago

davetcc commented 2 months ago
  1. Removed the dependence on library version XML which was barely ever correct in the versions it suggested, and hindered the move away from thecoderscorner for the library documetnation.
  2. Added the remote plugin for client connection. Should work on most Arduino boards using regular libraries.
  3. I've created two new mono themes that use Themebuilder instead of the old method. These were so easy to do, I'll do the rest before the next release, they also make the code much more readable and someone would have at least a chance of editing them
davetcc commented 2 months ago

Sorry I know this is a particularly large PR, all tests pass including all automated UI integration tests against tcMenu Designer.