|
Embedded SDK
Embedded SDK
|
struct to represent a switch (size is fixed) (SWITCH type) More...
#include <nbgl_obj.h>

Public Attributes | |
| nbgl_obj_t | obj |
| color_t | onColor |
| color set to border and knob, when ON (knob on the right). | |
| color_t | offColor |
| color set to border and knob, when OFF (knob on the left). | |
| nbgl_state_t | state |
| state of the switch. | |
struct to represent a switch (size is fixed) (SWITCH type)
Definition at line 463 of file nbgl_obj.h.
| nbgl_obj_t nbgl_switch_s::obj |
Definition at line 464 of file nbgl_obj.h.
| color_t nbgl_switch_s::offColor |
color set to border and knob, when OFF (knob on the left).
Definition at line 466 of file nbgl_obj.h.
| color_t nbgl_switch_s::onColor |
color set to border and knob, when ON (knob on the right).
Definition at line 465 of file nbgl_obj.h.
| nbgl_state_t nbgl_switch_s::state |
state of the switch.
Definition at line 467 of file nbgl_obj.h.