Skip to content

Improvement : InfoField #313

Open
Open
@fmatray

Description

@fmatray

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions