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). More... | |
color_t | offColor |
color set to border and knob, when OFF (knob on the left). More... | |
nbgl_state_t | state |
state of the switch. More... | |
struct to represent a switch (size is fixed) (SWITCH type)
Definition at line 338 of file nbgl_obj.h.
nbgl_obj_t nbgl_switch_s::obj |
Definition at line 339 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 341 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 340 of file nbgl_obj.h.
nbgl_state_t nbgl_switch_s::state |
state of the switch.
Definition at line 342 of file nbgl_obj.h.