VSF Documented
|
Go to the source code of this file.
Data Structures | |
struct | lv_font_fmt_txt_glyph_dsc_t |
struct | lv_font_fmt_txt_cmap_t |
struct | lv_font_fmt_txt_dsc_t |
struct | lv_font_glyph_dsc_t |
struct | _lv_font_struct |
Macros | |
#define | LVGL_VERSION_MAJOR 7 |
#define | LVGL_VERSION_MINOR 0 |
#define | LVGL_VERSION_PATCH 1 |
#define | LVGL_VERSION_INFO "dev" |
#define | NULL ((void*) 0) |
#define | FALSE 0 |
#define | TRUE 1 |
#define | LV_VERSION_CHECK(x, y, z) (x == LVGL_VERSION_MAJOR && (y < LVGL_VERSION_MINOR || (y == LVGL_VERSION_MINOR && z <= LVGL_VERSION_PATCH))) |
Typedefs | |
typedef uint8_t | u8 |
typedef uint16_t | u16 |
typedef int16_t | s16 |
typedef uint32_t | u32 |
typedef uint32_t | tu8 |
typedef uint32_t | tu16 |
typedef uint32_t | tbool |
typedef uint32_t | tu32 |
typedef int32_t | s32 |
typedef int16_t | lv_coord_t |
typedef uint32_t | lv_uintptr_t |
typedef uint8_t | lv_font_fmt_txt_cmap_type_t |
typedef struct _lv_font_struct | lv_font_t |
Enumerations | |
enum | { LV_FONT_FMT_TXT_CMAP_FORMAT0_TINY , LV_FONT_FMT_TXT_CMAP_FORMAT0_FULL , LV_FONT_FMT_TXT_CMAP_SPARSE_TINY , LV_FONT_FMT_TXT_CMAP_SPARSE_FULL } |
Include all LittleV GL related headers
#define LVGL_VERSION_MAJOR 7 |
#define LVGL_VERSION_MINOR 0 |
#define LVGL_VERSION_PATCH 1 |
#define LVGL_VERSION_INFO "dev" |
#define NULL ((void*) 0) |
#define FALSE 0 |
#define TRUE 1 |
#define LV_VERSION_CHECK | ( | x, | |
y, | |||
z | |||
) | (x == LVGL_VERSION_MAJOR && (y < LVGL_VERSION_MINOR || (y == LVGL_VERSION_MINOR && z <= LVGL_VERSION_PATCH))) |
Gives 1 if the x.y.z version is supported in the current version Usage:
typedef int16_t lv_coord_t |
typedef uint32_t lv_uintptr_t |
typedef uint8_t lv_font_fmt_txt_cmap_type_t |
typedef struct _lv_font_struct lv_font_t |
Describe the properties of a font