|
Embedded SDK
Embedded SDK
|
#include <nbgl_draw.h>
Public Attributes | |
| uint32_t | unicode |
| const uint8_t * | buffer |
| const uint8_t * | patterns |
| uint16_t | byte_cnt |
| int16_t | x_min |
| int16_t | y_min |
| int16_t | x_max |
| int16_t | y_max |
| uint16_t | width |
| uint16_t | height |
| int16_t | real_y_min |
| uint16_t | real_height |
| uint8_t | encoding |
| uint8_t | nb_skipped_bytes |
| bool | is_unicode |
| bool | over_previous |
Definition at line 32 of file nbgl_draw.h.
| const uint8_t* character_info_t::buffer |
Definition at line 34 of file nbgl_draw.h.
| uint16_t character_info_t::byte_cnt |
Definition at line 36 of file nbgl_draw.h.
| uint8_t character_info_t::encoding |
Definition at line 45 of file nbgl_draw.h.
| uint16_t character_info_t::height |
Definition at line 42 of file nbgl_draw.h.
| bool character_info_t::is_unicode |
Definition at line 47 of file nbgl_draw.h.
| uint8_t character_info_t::nb_skipped_bytes |
Definition at line 46 of file nbgl_draw.h.
| bool character_info_t::over_previous |
Definition at line 48 of file nbgl_draw.h.
| const uint8_t* character_info_t::patterns |
Definition at line 35 of file nbgl_draw.h.
| uint16_t character_info_t::real_height |
Definition at line 44 of file nbgl_draw.h.
| int16_t character_info_t::real_y_min |
Definition at line 43 of file nbgl_draw.h.
| uint32_t character_info_t::unicode |
Definition at line 33 of file nbgl_draw.h.
| uint16_t character_info_t::width |
Definition at line 41 of file nbgl_draw.h.
| int16_t character_info_t::x_max |
Definition at line 39 of file nbgl_draw.h.
| int16_t character_info_t::x_min |
Definition at line 37 of file nbgl_draw.h.
| int16_t character_info_t::y_max |
Definition at line 40 of file nbgl_draw.h.
| int16_t character_info_t::y_min |
Definition at line 38 of file nbgl_draw.h.