i2c_oled sample
lv_meter_indicator_t
is only used within i2c_oled 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
i2c_oled sample
lv_meter_indicator_t
lv_meter_indicator_t struct
Syntax
Show:
Summary
Declaration
from
lv_meter.h:62
typedef
struct
{
lv_meter_scale_t
*
scale
;
lv_meter_indicator_type_t
type
;
lv_opa_t
opa
;
int32_t
start_value
;
int32_t
end_value
;
union
{
struct
{
const
void
*
src
;
lv_point_t
pivot
;
}
needle_img
;
struct
{
uint16_t
width
;
int16_t
r_mod
;
lv_color_t
color
;
}
needle_line
;
struct
{
uint16_t
width
;
const
void
*
src
;
lv_color_t
color
;
int16_t
r_mod
;
}
arc
;
struct
{
int16_t
width_mod
;
lv_color_t
color_start
;
lv_color_t
color_end
;
uint8_t
local_grad
:
1
;
}
scale_lines
;
}
type_data
;
}
lv_meter_indicator_t
;
Fields
Field
Declared as
lv_meter_indicator_t::scale
lv_meter_scale_t
*
lv_meter_indicator_t::type
lv_meter_indicator_type_t
lv_meter_indicator_t::opa
lv_opa_t
lv_meter_indicator_t::start_value
int32_t
lv_meter_indicator_t::end_value
int32_t
lv_meter_indicator_t::type_data
union
{
struct
{
const
void
*
src
;
lv_point_t
pivot
;
}
needle_img
;
struct
{
uint16_t
width
;
int16_t
r_mod
;
lv_color_t
color
;
}
needle_line
;
struct
{
uint16_t
width
;
const
void
*
src
;
lv_color_t
color
;
int16_t
r_mod
;
}
arc
;
struct
{
int16_t
width_mod
;
lv_color_t
color_start
;
lv_color_t
color_end
;
uint8_t
local_grad
:
1
;
}
scale_lines
;
}
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