Register / Login  |  Desktop view  |  Jump to bottom of page

tcMenu Arduinio library » Displaying two "analog" values per line

Author: webhead
22/03/2020 13:23:17
To elaborate:

I need to input pairs of Time and Temperature (we're following a set temperature curve).
There's an optional amount of lines. Thus after each line, I either add another one or I save and return.

I'm thinking the runtimemenus might provide these additional "lines" I'm talking about. But, at the moment, I'm not seeing how I can get around to getting two modifiable values on one line:

T[50] - [60] mins
T[60] - [15] mins
add
save and return

Suggestions?

Author: davetcc
23/03/2020 10:11:41
You can make your own renderer quite easily, essentially you just rename the renderer that tcMenu put in place for you and change the drawing as you need it. This isn't built into the standard renderer at the moment.

Take a look at https://www.thecoderscorner.com/products/arduino-libraries/tc-menu/customise-menu-input-display-plugin/

Thanks

Author: davetcc
27/03/2020 08:58:58
By the way, to make this easier, I'm going to add an example in an upcoming version with a customized renderer.

Author: webhead
27/03/2020 11:42:52
That would be great. An example makes all the difference.
I find it somewhat difficult navigating the libraries.




Register / Login  |  Desktop view  |  Jump to top of page