i80_controller sample
example_init_lcd_panel()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
example_init_lcd_panel()
example_init_lcd_panel() function
Syntax
Show:
Summary
Declaration
from
i80_controller_example_main.c:216
void
example_init_lcd_panel
(
esp_lcd_panel_io_handle_t
io_handle
,
esp_lcd_panel_handle_t
*
panel
)
;
Arguments
Argument
io_handle
panel
Examples
References
from
examples
Code
Location
Referrer
void
example_init_lcd_panel
(
esp_lcd_panel_io_handle_t
io_handle
,
esp_lcd_panel_handle_t
*
panel
)
i80_controller_example_main.c:216
example_init_lcd_panel
(
io_handle
,
&
panel_handle
)
;
i80_controller_example_main.c:306
app_main()
Call Tree
from
examples
example_init_lcd_panel()
is called by 1 function and calls 8 functions:
app_main()
All items filtered out
example_init_lcd_panel()
_esp_error_check_failed()
esp_log_timestamp()
esp_log_write()
esp_lcd_panel_set_gap()
esp_lcd_panel_invert_color()
esp_lcd_new_panel_st7789()
esp_lcd_panel_reset()
esp_lcd_panel_init()
All items filtered out
Data Use
from
examples
example_init_lcd_panel()
reads 7 variables:
esp_log_level_t::ESP_LOG_ERROR
esp_log_level_t::ESP_LOG_WARN
esp_log_level_t::ESP_LOG_INFO
esp_log_level_t::ESP_LOG_DEBUG
esp_log_level_t::ESP_LOG_VERBOSE
lcd_rgb_element_order_t::LCD_RGB_ELEMENT_ORDER_RGB
TAG
All items filtered out
example_init_lcd_panel()
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