|
Prusa MINI Firmware overview
|
#include <window_menu.h>

Public Attributes | |
| char | label [23] |
| uint16_t | id_icon |
| uint16_t | type |
| union { | |
| WI_SPIN_t wi_spin | |
| WI_SPIN_FL_t wi_spin_fl | |
| WI_SWITCH_SELECT_t wi_switch_select | |
| }; | |
| char _window_menu_item_t::label[23] |
| uint16_t _window_menu_item_t::id_icon |
| uint16_t _window_menu_item_t::type |
Type : WI_LABEL || WI_SPIN || WI_SWITCH || WI_SELECT visibility bit WI_DISABLED | WI_HIDDEN
| WI_SPIN_t _window_menu_item_t::wi_spin |
| WI_SPIN_FL_t _window_menu_item_t::wi_spin_fl |
| WI_SWITCH_SELECT_t _window_menu_item_t::wi_switch_select |
| union { ... } |