i2c_oled sample
lvgl_port_flush_ready_callback()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
lvgl_port_flush_ready_callback()
lvgl_port_flush_ready_callback() function
Syntax
Show:
Summary
Declaration
Definition
from
esp_lvgl_port.c:139
static
bool
lvgl_port_flush_ready_callback
(
esp_lcd_panel_io_handle_t
panel_io
,
esp_lcd_panel_io_event_data_t
*
edata
,
void
*
user_ctx
)
;
Implemented in
esp_lvgl_port.c:721
Arguments
Argument
panel_io
edata
user_ctx
Examples
References
from
examples
Code
Location
Referrer
static
bool
lvgl_port_flush_ready_callback
(
esp_lcd_panel_io_handle_t
panel_io
,
esp_lcd_panel_io_event_data_t
*
edata
,
void
*
user_ctx
)
esp_lvgl_port.c:721
static
bool
lvgl_port_flush_ready_callback
(
esp_lcd_panel_io_handle_t
panel_io
,
esp_lcd_panel_io_event_data_t
*
edata
,
void
*
user_ctx
)
;
esp_lvgl_port.c:139
.
on_color_trans_done
=
lvgl_port_flush_ready_callback
,
esp_lvgl_port.c:306
lvgl_port_add_disp()
Call Tree
from
examples
lvgl_port_flush_ready_callback()
calls 2 functions:
All items filtered out
lvgl_port_flush_ready_callback()
__assert_func()
lv_disp_flush_ready()
All items filtered out
Data Use
from
examples
lvgl_port_flush_ready_callback()
writes 1 variable:
All items filtered out
lvgl_port_flush_ready_callback()
lvgl_port_add_disp()
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
lvgl_port_flush_ready_callback()
is implemented by 1 functions:
All items filtered out
lvgl_port_flush_ready_callback()
esp_lcd_panel_io_callbacks_t::on_color_trans_done
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out