Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_layoutButton_t Struct Reference

This structure contains info to build a single button. More...

#include <nbgl_layout.h>

Public Attributes

const char * text
 button text
 
const nbgl_icon_details_ticon
 a buffer containing the 1BPP icon for button
 
nbgl_layoutButtonStyle_t style
 

Detailed Description

This structure contains info to build a single button.

Definition at line 639 of file nbgl_layout.h.

Member Data Documentation

◆ icon

const nbgl_icon_details_t* nbgl_layoutButton_t::icon

a buffer containing the 1BPP icon for button

Definition at line 641 of file nbgl_layout.h.

◆ style

nbgl_layoutButtonStyle_t nbgl_layoutButton_t::style

Definition at line 642 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutButton_t::text

button text

Definition at line 640 of file nbgl_layout.h.


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