ItemBack

Functions

inline MenuItem *ITEM_BACK(const char *text = "..")
class ItemBack : public BaseItemZeroWidget
#include <ItemBack.h>

A menu item that navigates back to the previous screen.

The ItemBack class represents a menu item that, when selected, navigates back to the previous screen in the menu system.

This class inherits from the BaseItemZeroWidget class and overrides the handleCommit method to handle the ENTER command by navigating back to the previous screen.

Public Functions

inline ItemBack(const char *text)

Construct a new ItemBack object.

Parameters:

text – The text of the item.

Protected Functions

inline virtual void handleCommit(LcdMenu *menu) override