11#define icon_info_width 16
12#define icon_info_height 16
13extern const unsigned char icon_info_bits[] PROGMEM;
15#define icon_warning_width 16
16#define icon_warning_height 16
17extern const unsigned char icon_warning_bits[] PROGMEM;
19#define icon_error_width 16
20#define icon_error_height 16
21extern const unsigned char icon_error_bits[] PROGMEM;
23#define icon_pencil_width 16
24#define icon_pencil_height 16
25extern const unsigned char icon_pencil_bits[] PROGMEM;
Containing the abstract base class for all user interface elements (controls, indicators,...