Open
Description
Hello,
Is it possible to add an InfoField ?
This field is just to display a title and a value without any edition.
This can be usefull to show some information like "Your IP:192.168.0.13" or "API key: FCUGUOZBDQSB".
For the moment I do something with like this but it's not elegant and generic.
result show_ip() {
[display on the LCD]
return proceed;
}
OP("Show IP", show_ip, enterEvent)
INFO(Value, "Title", Menu::doNothing, Menu::noEvent, Menu::noStyle).