Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_qrcode_s Struct Reference

struct to represent a QR code (QR_CODE type), whose size is fixed More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_qrcode_s:
Collaboration graph
[legend]

Public Attributes

nbgl_obj_t obj
 
color_t foregroundColor
 
nbgl_qrcode_version_t version
 
const char * text
 text single line (NULL terminated) More...
 

Detailed Description

struct to represent a QR code (QR_CODE type), whose size is fixed

Definition at line 312 of file nbgl_obj.h.

Member Data Documentation

◆ foregroundColor

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.

◆ obj

nbgl_obj_t nbgl_qrcode_s::obj

Definition at line 313 of file nbgl_obj.h.

◆ text

const char* nbgl_qrcode_s::text

text single line (NULL terminated)

Definition at line 318 of file nbgl_obj.h.

◆ version

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.


The documentation for this struct was generated from the following file: