Embedded SDK
Embedded SDK
|
struct to represent a QR code (QR_CODE type), whose size is fixed More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
color_t | foregroundColor |
nbgl_qrcode_version_t | version |
const char * | text |
text single line (NULL terminated) More... | |
struct to represent a QR code (QR_CODE type), whose size is fixed
Definition at line 312 of file nbgl_obj.h.
color_t nbgl_qrcode_s::foregroundColor |
color set to '1' bits, for 1PBB images. '0' are set to background color.
Definition at line 314 of file nbgl_obj.h.
nbgl_obj_t nbgl_qrcode_s::obj |
Definition at line 313 of file nbgl_obj.h.
const char* nbgl_qrcode_s::text |
text single line (NULL terminated)
Definition at line 318 of file nbgl_obj.h.
nbgl_qrcode_version_t nbgl_qrcode_s::version |
requested version, if V10, size will be fixed to 228*228, if V4, size will be fixed to 132*132
Definition at line 316 of file nbgl_obj.h.