rgb_panel sample
lv_draw_global_info_t
is only used within rgb_panel 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
rgb_panel sample
lv_draw_global_info_t
lv_draw_global_info_t struct
Syntax
Show:
Summary
Declaration
from
lv_draw_private.h:171
typedef
struct
{
lv_draw_unit_t
*
unit_head
;
uint32_t
unit_cnt
;
uint32_t
used_memory_for_layers_kb
;
#if
LV_USE_OS
lv_thread_sync_t
sync
;
#else
int
dispatch_req
;
#endif
lv_mutex_t
circle_cache_mutex
;
bool
task_running
;
}
lv_draw_global_info_t
;
Fields
Field
Declared as
lv_draw_global_info_t::unit_head
lv_draw_unit_t
*
lv_draw_global_info_t::unit_cnt
uint32_t
lv_draw_global_info_t::used_memory_for_layers_kb
uint32_t
lv_draw_global_info_t::dispatch_req
int
lv_draw_global_info_t::circle_cache_mutex
lv_mutex_t
lv_draw_global_info_t::task_running
bool
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