Embedded SDK
Embedded SDK
|
This structure contains info to build a centered (vertically and horizontally) area, with a QR Code, a possible text (black, bold) under it, and a possible sub-text (black, regular) under it. More...
#include <nbgl_layout.h>
Public Attributes | |
const char * | url |
URL for QR code. More... | |
const char * | text1 |
first text (can be null) More... | |
const char * | text2 |
second text (can be null) More... | |
int16_t | offsetY |
vertical shift to apply to this info (if > 0, shift to bottom) More... | |
bool | centered |
if set to true, center vertically More... | |
bool | largeText1 |
if set to true, use 32px font for text1 More... | |
This structure contains info to build a centered (vertically and horizontally) area, with a QR Code, a possible text (black, bold) under it, and a possible sub-text (black, regular) under it.
Definition at line 266 of file nbgl_layout.h.
bool nbgl_layoutQRCode_t::centered |
if set to true, center vertically
Definition at line 271 of file nbgl_layout.h.
bool nbgl_layoutQRCode_t::largeText1 |
if set to true, use 32px font for text1
Definition at line 272 of file nbgl_layout.h.
int16_t nbgl_layoutQRCode_t::offsetY |
vertical shift to apply to this info (if > 0, shift to bottom)
Definition at line 270 of file nbgl_layout.h.
const char* nbgl_layoutQRCode_t::text1 |
first text (can be null)
Definition at line 268 of file nbgl_layout.h.
const char* nbgl_layoutQRCode_t::text2 |
second text (can be null)
Definition at line 269 of file nbgl_layout.h.
const char* nbgl_layoutQRCode_t::url |
URL for QR code.
Definition at line 267 of file nbgl_layout.h.