lv_style_gen.h

Defines

LV_STYLE_CONST_WIDTH(val)
LV_STYLE_CONST_MIN_WIDTH(val)
LV_STYLE_CONST_MAX_WIDTH(val)
LV_STYLE_CONST_HEIGHT(val)
LV_STYLE_CONST_MIN_HEIGHT(val)
LV_STYLE_CONST_MAX_HEIGHT(val)
LV_STYLE_CONST_X(val)
LV_STYLE_CONST_Y(val)
LV_STYLE_CONST_ALIGN(val)
LV_STYLE_CONST_TRANSFORM_WIDTH(val)
LV_STYLE_CONST_TRANSFORM_HEIGHT(val)
LV_STYLE_CONST_TRANSLATE_X(val)
LV_STYLE_CONST_TRANSLATE_Y(val)
LV_STYLE_CONST_TRANSFORM_SCALE_X(val)
LV_STYLE_CONST_TRANSFORM_SCALE_Y(val)
LV_STYLE_CONST_TRANSFORM_ROTATION(val)
LV_STYLE_CONST_TRANSFORM_PIVOT_X(val)
LV_STYLE_CONST_TRANSFORM_PIVOT_Y(val)
LV_STYLE_CONST_PAD_TOP(val)
LV_STYLE_CONST_PAD_BOTTOM(val)
LV_STYLE_CONST_PAD_LEFT(val)
LV_STYLE_CONST_PAD_RIGHT(val)
LV_STYLE_CONST_PAD_ROW(val)
LV_STYLE_CONST_PAD_COLUMN(val)
LV_STYLE_CONST_MARGIN_TOP(val)
LV_STYLE_CONST_MARGIN_BOTTOM(val)
LV_STYLE_CONST_MARGIN_LEFT(val)
LV_STYLE_CONST_MARGIN_RIGHT(val)
LV_STYLE_CONST_BG_COLOR(val)
LV_STYLE_CONST_BG_OPA(val)
LV_STYLE_CONST_BG_GRAD_COLOR(val)
LV_STYLE_CONST_BG_GRAD_DIR(val)
LV_STYLE_CONST_BG_MAIN_STOP(val)
LV_STYLE_CONST_BG_GRAD_STOP(val)
LV_STYLE_CONST_BG_MAIN_OPA(val)
LV_STYLE_CONST_BG_GRAD_OPA(val)
LV_STYLE_CONST_BG_GRAD(val)
LV_STYLE_CONST_BG_IMAGE_SRC(val)
LV_STYLE_CONST_BG_IMAGE_OPA(val)
LV_STYLE_CONST_BG_IMAGE_RECOLOR(val)
LV_STYLE_CONST_BG_IMAGE_RECOLOR_OPA(val)
LV_STYLE_CONST_BG_IMAGE_TILED(val)
LV_STYLE_CONST_BORDER_COLOR(val)
LV_STYLE_CONST_BORDER_OPA(val)
LV_STYLE_CONST_BORDER_WIDTH(val)
LV_STYLE_CONST_BORDER_SIDE(val)
LV_STYLE_CONST_BORDER_POST(val)
LV_STYLE_CONST_OUTLINE_WIDTH(val)
LV_STYLE_CONST_OUTLINE_COLOR(val)
LV_STYLE_CONST_OUTLINE_OPA(val)
LV_STYLE_CONST_OUTLINE_PAD(val)
LV_STYLE_CONST_SHADOW_WIDTH(val)
LV_STYLE_CONST_SHADOW_OFS_X(val)
LV_STYLE_CONST_SHADOW_OFS_Y(val)
LV_STYLE_CONST_SHADOW_SPREAD(val)
LV_STYLE_CONST_SHADOW_COLOR(val)
LV_STYLE_CONST_SHADOW_OPA(val)
LV_STYLE_CONST_IMAGE_OPA(val)
LV_STYLE_CONST_IMAGE_RECOLOR(val)
LV_STYLE_CONST_IMAGE_RECOLOR_OPA(val)
LV_STYLE_CONST_LINE_WIDTH(val)
LV_STYLE_CONST_LINE_DASH_WIDTH(val)
LV_STYLE_CONST_LINE_DASH_GAP(val)
LV_STYLE_CONST_LINE_ROUNDED(val)
LV_STYLE_CONST_LINE_COLOR(val)
LV_STYLE_CONST_LINE_OPA(val)
LV_STYLE_CONST_ARC_WIDTH(val)
LV_STYLE_CONST_ARC_ROUNDED(val)
LV_STYLE_CONST_ARC_COLOR(val)
LV_STYLE_CONST_ARC_OPA(val)
LV_STYLE_CONST_ARC_IMAGE_SRC(val)
LV_STYLE_CONST_TEXT_COLOR(val)
LV_STYLE_CONST_TEXT_OPA(val)
LV_STYLE_CONST_TEXT_FONT(val)
LV_STYLE_CONST_TEXT_LETTER_SPACE(val)
LV_STYLE_CONST_TEXT_LINE_SPACE(val)
LV_STYLE_CONST_TEXT_DECOR(val)
LV_STYLE_CONST_TEXT_ALIGN(val)
LV_STYLE_CONST_RADIUS(val)
LV_STYLE_CONST_CLIP_CORNER(val)
LV_STYLE_CONST_OPA(val)
LV_STYLE_CONST_OPA_LAYERED(val)
LV_STYLE_CONST_COLOR_FILTER_DSC(val)
LV_STYLE_CONST_COLOR_FILTER_OPA(val)
LV_STYLE_CONST_ANIM(val)
LV_STYLE_CONST_ANIM_TIME(val)
LV_STYLE_CONST_ANIM_SPEED(val)
LV_STYLE_CONST_TRANSITION(val)
LV_STYLE_CONST_BLEND_MODE(val)
LV_STYLE_CONST_LAYOUT(val)
LV_STYLE_CONST_BASE_DIR(val)
LV_STYLE_CONST_FLEX_FLOW(val)
LV_STYLE_CONST_FLEX_MAIN_PLACE(val)
LV_STYLE_CONST_FLEX_CROSS_PLACE(val)
LV_STYLE_CONST_FLEX_TRACK_PLACE(val)
LV_STYLE_CONST_FLEX_GROW(val)
LV_STYLE_CONST_GRID_COLUMN_DSC_ARRAY(val)
LV_STYLE_CONST_GRID_COLUMN_ALIGN(val)
LV_STYLE_CONST_GRID_ROW_DSC_ARRAY(val)
LV_STYLE_CONST_GRID_ROW_ALIGN(val)
LV_STYLE_CONST_GRID_CELL_COLUMN_POS(val)
LV_STYLE_CONST_GRID_CELL_X_ALIGN(val)
LV_STYLE_CONST_GRID_CELL_COLUMN_SPAN(val)
LV_STYLE_CONST_GRID_CELL_ROW_POS(val)
LV_STYLE_CONST_GRID_CELL_Y_ALIGN(val)
LV_STYLE_CONST_GRID_CELL_ROW_SPAN(val)

Functions

void lv_style_set_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_min_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_max_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_height(lv_style_t *style, lv_coord_t value)
void lv_style_set_min_height(lv_style_t *style, lv_coord_t value)
void lv_style_set_max_height(lv_style_t *style, lv_coord_t value)
void lv_style_set_x(lv_style_t *style, lv_coord_t value)
void lv_style_set_y(lv_style_t *style, lv_coord_t value)
void lv_style_set_align(lv_style_t *style, lv_align_t value)
void lv_style_set_transform_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_height(lv_style_t *style, lv_coord_t value)
void lv_style_set_translate_x(lv_style_t *style, lv_coord_t value)
void lv_style_set_translate_y(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_scale_x(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_scale_y(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_rotation(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_pivot_x(lv_style_t *style, lv_coord_t value)
void lv_style_set_transform_pivot_y(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_top(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_bottom(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_left(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_right(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_row(lv_style_t *style, lv_coord_t value)
void lv_style_set_pad_column(lv_style_t *style, lv_coord_t value)
void lv_style_set_margin_top(lv_style_t *style, lv_coord_t value)
void lv_style_set_margin_bottom(lv_style_t *style, lv_coord_t value)
void lv_style_set_margin_left(lv_style_t *style, lv_coord_t value)
void lv_style_set_margin_right(lv_style_t *style, lv_coord_t value)
void lv_style_set_bg_color(lv_style_t *style, lv_color_t value)
void lv_style_set_bg_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_bg_grad_color(lv_style_t *style, lv_color_t value)
void lv_style_set_bg_grad_dir(lv_style_t *style, lv_grad_dir_t value)
void lv_style_set_bg_main_stop(lv_style_t *style, lv_coord_t value)
void lv_style_set_bg_grad_stop(lv_style_t *style, lv_coord_t value)
void lv_style_set_bg_main_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_bg_grad_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_bg_grad(lv_style_t *style, const lv_grad_dsc_t *value)
void lv_style_set_bg_image_src(lv_style_t *style, const void *value)
void lv_style_set_bg_image_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_bg_image_recolor(lv_style_t *style, lv_color_t value)
void lv_style_set_bg_image_recolor_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_bg_image_tiled(lv_style_t *style, bool value)
void lv_style_set_border_color(lv_style_t *style, lv_color_t value)
void lv_style_set_border_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_border_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_border_side(lv_style_t *style, lv_border_side_t value)
void lv_style_set_border_post(lv_style_t *style, bool value)
void lv_style_set_outline_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_outline_color(lv_style_t *style, lv_color_t value)
void lv_style_set_outline_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_outline_pad(lv_style_t *style, lv_coord_t value)
void lv_style_set_shadow_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_shadow_ofs_x(lv_style_t *style, lv_coord_t value)
void lv_style_set_shadow_ofs_y(lv_style_t *style, lv_coord_t value)
void lv_style_set_shadow_spread(lv_style_t *style, lv_coord_t value)
void lv_style_set_shadow_color(lv_style_t *style, lv_color_t value)
void lv_style_set_shadow_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_image_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_image_recolor(lv_style_t *style, lv_color_t value)
void lv_style_set_image_recolor_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_line_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_line_dash_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_line_dash_gap(lv_style_t *style, lv_coord_t value)
void lv_style_set_line_rounded(lv_style_t *style, bool value)
void lv_style_set_line_color(lv_style_t *style, lv_color_t value)
void lv_style_set_line_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_arc_width(lv_style_t *style, lv_coord_t value)
void lv_style_set_arc_rounded(lv_style_t *style, bool value)
void lv_style_set_arc_color(lv_style_t *style, lv_color_t value)
void lv_style_set_arc_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_arc_image_src(lv_style_t *style, const void *value)
void lv_style_set_text_color(lv_style_t *style, lv_color_t value)
void lv_style_set_text_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_text_font(lv_style_t *style, const lv_font_t *value)
void lv_style_set_text_letter_space(lv_style_t *style, lv_coord_t value)
void lv_style_set_text_line_space(lv_style_t *style, lv_coord_t value)
void lv_style_set_text_decor(lv_style_t *style, lv_text_decor_t value)
void lv_style_set_text_align(lv_style_t *style, lv_text_align_t value)
void lv_style_set_radius(lv_style_t *style, lv_coord_t value)
void lv_style_set_clip_corner(lv_style_t *style, bool value)
void lv_style_set_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_opa_layered(lv_style_t *style, lv_opa_t value)
void lv_style_set_color_filter_dsc(lv_style_t *style, const lv_color_filter_dsc_t *value)
void lv_style_set_color_filter_opa(lv_style_t *style, lv_opa_t value)
void lv_style_set_anim(lv_style_t *style, const lv_anim_t *value)
void lv_style_set_anim_time(lv_style_t *style, uint32_t value)
void lv_style_set_anim_speed(lv_style_t *style, uint32_t value)
void lv_style_set_transition(lv_style_t *style, const lv_style_transition_dsc_t *value)
void lv_style_set_blend_mode(lv_style_t *style, lv_blend_mode_t value)
void lv_style_set_layout(lv_style_t *style, uint16_t value)
void lv_style_set_base_dir(lv_style_t *style, lv_base_dir_t value)
void lv_style_set_flex_flow(lv_style_t *style, lv_flex_flow_t value)
void lv_style_set_flex_main_place(lv_style_t *style, lv_flex_align_t value)
void lv_style_set_flex_cross_place(lv_style_t *style, lv_flex_align_t value)
void lv_style_set_flex_track_place(lv_style_t *style, lv_flex_align_t value)
void lv_style_set_flex_grow(lv_style_t *style, uint8_t value)
void lv_style_set_grid_column_dsc_array(lv_style_t *style, const lv_coord_t *value)
void lv_style_set_grid_column_align(lv_style_t *style, lv_grid_align_t value)
void lv_style_set_grid_row_dsc_array(lv_style_t *style, const lv_coord_t *value)
void lv_style_set_grid_row_align(lv_style_t *style, lv_grid_align_t value)
void lv_style_set_grid_cell_column_pos(lv_style_t *style, lv_coord_t value)
void lv_style_set_grid_cell_x_align(lv_style_t *style, lv_grid_align_t value)
void lv_style_set_grid_cell_column_span(lv_style_t *style, lv_coord_t value)
void lv_style_set_grid_cell_row_pos(lv_style_t *style, lv_coord_t value)
void lv_style_set_grid_cell_y_align(lv_style_t *style, lv_grid_align_t value)
void lv_style_set_grid_cell_row_span(lv_style_t *style, lv_coord_t value)

Variables

const lv_style_prop_t _lv_style_const_prop_id_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_MIN_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_MAX_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_HEIGHT
const lv_style_prop_t _lv_style_const_prop_id_MIN_HEIGHT
const lv_style_prop_t _lv_style_const_prop_id_MAX_HEIGHT
const lv_style_prop_t _lv_style_const_prop_id_X
const lv_style_prop_t _lv_style_const_prop_id_Y
const lv_style_prop_t _lv_style_const_prop_id_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_HEIGHT
const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_X
const lv_style_prop_t _lv_style_const_prop_id_TRANSLATE_Y
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_X
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_SCALE_Y
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_ROTATION
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_X
const lv_style_prop_t _lv_style_const_prop_id_TRANSFORM_PIVOT_Y
const lv_style_prop_t _lv_style_const_prop_id_PAD_TOP
const lv_style_prop_t _lv_style_const_prop_id_PAD_BOTTOM
const lv_style_prop_t _lv_style_const_prop_id_PAD_LEFT
const lv_style_prop_t _lv_style_const_prop_id_PAD_RIGHT
const lv_style_prop_t _lv_style_const_prop_id_PAD_ROW
const lv_style_prop_t _lv_style_const_prop_id_PAD_COLUMN
const lv_style_prop_t _lv_style_const_prop_id_MARGIN_TOP
const lv_style_prop_t _lv_style_const_prop_id_MARGIN_BOTTOM
const lv_style_prop_t _lv_style_const_prop_id_MARGIN_LEFT
const lv_style_prop_t _lv_style_const_prop_id_MARGIN_RIGHT
const lv_style_prop_t _lv_style_const_prop_id_BG_COLOR
const lv_style_prop_t _lv_style_const_prop_id_BG_OPA
const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_COLOR
const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_DIR
const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_STOP
const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_STOP
const lv_style_prop_t _lv_style_const_prop_id_BG_MAIN_OPA
const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD_OPA
const lv_style_prop_t _lv_style_const_prop_id_BG_GRAD
const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_SRC
const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_OPA
const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR
const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_RECOLOR_OPA
const lv_style_prop_t _lv_style_const_prop_id_BG_IMAGE_TILED
const lv_style_prop_t _lv_style_const_prop_id_BORDER_COLOR
const lv_style_prop_t _lv_style_const_prop_id_BORDER_OPA
const lv_style_prop_t _lv_style_const_prop_id_BORDER_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_BORDER_SIDE
const lv_style_prop_t _lv_style_const_prop_id_BORDER_POST
const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_COLOR
const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_OPA
const lv_style_prop_t _lv_style_const_prop_id_OUTLINE_PAD
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFS_X
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OFS_Y
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_SPREAD
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_COLOR
const lv_style_prop_t _lv_style_const_prop_id_SHADOW_OPA
const lv_style_prop_t _lv_style_const_prop_id_IMAGE_OPA
const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR
const lv_style_prop_t _lv_style_const_prop_id_IMAGE_RECOLOR_OPA
const lv_style_prop_t _lv_style_const_prop_id_LINE_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_LINE_DASH_GAP
const lv_style_prop_t _lv_style_const_prop_id_LINE_ROUNDED
const lv_style_prop_t _lv_style_const_prop_id_LINE_COLOR
const lv_style_prop_t _lv_style_const_prop_id_LINE_OPA
const lv_style_prop_t _lv_style_const_prop_id_ARC_WIDTH
const lv_style_prop_t _lv_style_const_prop_id_ARC_ROUNDED
const lv_style_prop_t _lv_style_const_prop_id_ARC_COLOR
const lv_style_prop_t _lv_style_const_prop_id_ARC_OPA
const lv_style_prop_t _lv_style_const_prop_id_ARC_IMAGE_SRC
const lv_style_prop_t _lv_style_const_prop_id_TEXT_COLOR
const lv_style_prop_t _lv_style_const_prop_id_TEXT_OPA
const lv_style_prop_t _lv_style_const_prop_id_TEXT_FONT
const lv_style_prop_t _lv_style_const_prop_id_TEXT_LETTER_SPACE
const lv_style_prop_t _lv_style_const_prop_id_TEXT_LINE_SPACE
const lv_style_prop_t _lv_style_const_prop_id_TEXT_DECOR
const lv_style_prop_t _lv_style_const_prop_id_TEXT_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_RADIUS
const lv_style_prop_t _lv_style_const_prop_id_CLIP_CORNER
const lv_style_prop_t _lv_style_const_prop_id_OPA
const lv_style_prop_t _lv_style_const_prop_id_OPA_LAYERED
const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_DSC
const lv_style_prop_t _lv_style_const_prop_id_COLOR_FILTER_OPA
const lv_style_prop_t _lv_style_const_prop_id_ANIM
const lv_style_prop_t _lv_style_const_prop_id_ANIM_TIME
const lv_style_prop_t _lv_style_const_prop_id_ANIM_SPEED
const lv_style_prop_t _lv_style_const_prop_id_TRANSITION
const lv_style_prop_t _lv_style_const_prop_id_BLEND_MODE
const lv_style_prop_t _lv_style_const_prop_id_LAYOUT
const lv_style_prop_t _lv_style_const_prop_id_BASE_DIR
const lv_style_prop_t _lv_style_const_prop_id_FLEX_FLOW
const lv_style_prop_t _lv_style_const_prop_id_FLEX_MAIN_PLACE
const lv_style_prop_t _lv_style_const_prop_id_FLEX_CROSS_PLACE
const lv_style_prop_t _lv_style_const_prop_id_FLEX_TRACK_PLACE
const lv_style_prop_t _lv_style_const_prop_id_FLEX_GROW
const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_DSC_ARRAY
const lv_style_prop_t _lv_style_const_prop_id_GRID_COLUMN_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_DSC_ARRAY
const lv_style_prop_t _lv_style_const_prop_id_GRID_ROW_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_POS
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_X_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_COLUMN_SPAN
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_POS
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_Y_ALIGN
const lv_style_prop_t _lv_style_const_prop_id_GRID_CELL_ROW_SPAN