Go to the source code of this file.
§ LV_RADIUS_CIRCLE
A very big radius to always draw as circle
§ lv_border_part_t
§ lv_shadow_type_t
§ anonymous enum
| Enumerator |
|---|
| LV_BORDER_NONE | |
| LV_BORDER_BOTTOM | |
| LV_BORDER_TOP | |
| LV_BORDER_LEFT | |
| LV_BORDER_RIGHT | |
| LV_BORDER_FULL | |
| LV_BORDER_INTERNAL | FOR matrix-like objects (e.g. Button matrix)
|
§ anonymous enum
| Enumerator |
|---|
| LV_SHADOW_BOTTOM | Only draw bottom shadow
|
| LV_SHADOW_FULL | Draw shadow on all sides
|
§ lv_style_init()
| void lv_style_init |
( |
void |
| ) |
|
§ lv_style_copy()
Copy a style to an other
- Parameters
-
| dest | pointer to the destination style |
| src | pointer to the source style |
§ lv_style_mix()
Mix two styles according to a given ratio
- Parameters
-
| start | start style |
| end | end style |
| res | store the result style here |
| ratio | the ratio of mix [0..256]; 0: start style; 256: end style |
§ lv_style_scr
§ lv_style_transp
§ lv_style_transp_fit
§ lv_style_transp_tight
§ lv_style_plain
§ lv_style_plain_color
§ lv_style_pretty
§ lv_style_pretty_color
§ lv_style_btn_rel
§ lv_style_btn_pr
§ lv_style_btn_tgl_rel
§ lv_style_btn_tgl_pr
§ lv_style_btn_ina