i80_controller sample
lv_draw_rect_dsc_t
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_draw_rect_dsc_t
lv_draw_rect_dsc_t struct
TYPEDEFS
Syntax
Show:
Summary
Declaration
from
lv_draw_rect.h:32
typedef
struct
{
lv_draw_dsc_base_t
base
;
int32_t
radius
;
lv_opa_t
bg_opa
;
lv_color_t
bg_color
;
lv_grad_dsc_t
bg_grad
;
const
void
*
bg_image_src
;
const
void
*
bg_image_symbol_font
;
lv_color_t
bg_image_recolor
;
lv_opa_t
bg_image_opa
;
lv_opa_t
bg_image_recolor_opa
;
uint8_t
bg_image_tiled
;
lv_color_t
border_color
;
int32_t
border_width
;
lv_opa_t
border_opa
;
lv_border_side_t
border_side
:
5
;
uint8_t
border_post
:
1
;
lv_color_t
outline_color
;
int32_t
outline_width
;
int32_t
outline_pad
;
lv_opa_t
outline_opa
;
lv_color_t
shadow_color
;
int32_t
shadow_width
;
int32_t
shadow_offset_x
;
int32_t
shadow_offset_y
;
int32_t
shadow_spread
;
lv_opa_t
shadow_opa
;
}
lv_draw_rect_dsc_t
;
Fields
Field
Declared as
Description
lv_draw_rect_dsc_t::base
lv_draw_dsc_base_t
lv_draw_rect_dsc_t::radius
int32_t
lv_draw_rect_dsc_t::bg_opa
lv_opa_t
lv_draw_rect_dsc_t::bg_color
lv_color_t
First element of a gradient is a color, so it maps well here.
lv_draw_rect_dsc_t::bg_grad
lv_grad_dsc_t
lv_draw_rect_dsc_t::bg_image_src
const
void
*
lv_draw_rect_dsc_t::bg_image_symbol_font
const
void
*
lv_draw_rect_dsc_t::bg_image_recolor
lv_color_t
lv_draw_rect_dsc_t::bg_image_opa
lv_opa_t
lv_draw_rect_dsc_t::bg_image_recolor_opa
lv_opa_t
lv_draw_rect_dsc_t::bg_image_tiled
uint8_t
lv_draw_rect_dsc_t::border_color
lv_color_t
lv_draw_rect_dsc_t::border_width
int32_t
lv_draw_rect_dsc_t::border_opa
lv_opa_t
lv_draw_rect_dsc_t::border_side
lv_border_side_t
:
5
lv_draw_rect_dsc_t::border_post
uint8_t
:
1
lv_draw_rect_dsc_t::outline_color
lv_color_t
lv_draw_rect_dsc_t::outline_width
int32_t
lv_draw_rect_dsc_t::outline_pad
int32_t
lv_draw_rect_dsc_t::outline_opa
lv_opa_t
lv_draw_rect_dsc_t::shadow_color
lv_color_t
lv_draw_rect_dsc_t::shadow_width
int32_t
lv_draw_rect_dsc_t::shadow_offset_x
int32_t
lv_draw_rect_dsc_t::shadow_offset_y
int32_t
lv_draw_rect_dsc_t::shadow_spread
int32_t
lv_draw_rect_dsc_t::shadow_opa
lv_opa_t
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out