ESP-IDF
TAG
is only used within ESP-IDF.
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
ESP-IDF
TAG
TAG variable
Syntax
Show:
Summary
Declaration
from
esp_lcd_panel_nt35510.c:29
static
const
char
*
TAG
=
"lcd_panel.nt35510"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"lcd_panel.nt35510"
;
esp_lcd_panel_nt35510.c:29
ESP_GOTO_ON_FALSE
(
io
&&
panel_dev_config
&&
ret_panel
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"invalid argument"
)
;
esp_lcd_panel_nt35510.c:64
esp_lcd_new_panel_nt35510()
ESP_GOTO_ON_FALSE
(
nt35510
,
ESP_ERR_NO_MEM
,
err
,
TAG
,
"no mem for nt35510 panel"
)
;
esp_lcd_panel_nt35510.c:68
esp_lcd_new_panel_nt35510()
ESP_GOTO_ON_ERROR
(
gpio_config
(
&
io_conf
)
,
err
,
TAG
,
"configure GPIO for RST line failed"
)
;
esp_lcd_panel_nt35510.c:75
esp_lcd_new_panel_nt35510()
ESP_GOTO_ON_FALSE
(
false
,
ESP_ERR_NOT_SUPPORTED
,
err
,
TAG
,
"unsupported RGB element order"
)
;
esp_lcd_panel_nt35510.c:86
esp_lcd_new_panel_nt35510()
ESP_GOTO_ON_FALSE
(
false
,
ESP_ERR_NOT_SUPPORTED
,
err
,
TAG
,
"unsupported pixel width"
)
;
esp_lcd_panel_nt35510.c:106
esp_lcd_new_panel_nt35510()
ESP_LOGD
(
TAG
,
"new nt35510 panel @%p"
,
nt35510
)
;
esp_lcd_panel_nt35510.c:125
esp_lcd_new_panel_nt35510()
ESP_LOGD
(
TAG
,
"del nt35510 panel @%p"
,
nt35510
)
;
esp_lcd_panel_nt35510.c:147
panel_nt35510_del()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
LCD_CMD_SWRESET
<
<
8
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_nt35510.c:165
panel_nt35510_reset()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
LCD_CMD_SLPOUT
<
<
8
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_nt35510.c:178
panel_nt35510_init()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:183
panel_nt35510_init()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:186
panel_nt35510_init()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:205
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:208
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:211
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:214
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:217
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:220
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:223
panel_nt35510_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:226
panel_nt35510_draw_bitmap()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_color
(
io
,
LCD_CMD_RAMWR
<
<
8
,
color_data
,
len
)
,
TAG
,
"io tx color failed"
)
;
esp_lcd_panel_nt35510.c:229
panel_nt35510_draw_bitmap()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
<
<
8
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_nt35510.c:244
panel_nt35510_invert_color()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:265
panel_nt35510_mirror()
}
,
2
)
,
TAG
,
"io tx param failed"
)
;
esp_lcd_panel_nt35510.c:280
panel_nt35510_swap_xy()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
<
<
8
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_nt35510.c:302
panel_nt35510_disp_on_off()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_nt35510.c:317
panel_nt35510_sleep()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 10 functions:
All items filtered out
TAG
esp_lcd_new_panel_nt35510()
panel_nt35510_del()
panel_nt35510_reset()
panel_nt35510_init()
panel_nt35510_draw_bitmap()
panel_nt35510_invert_color()
panel_nt35510_mirror()
panel_nt35510_swap_xy()
panel_nt35510_disp_on_off()
panel_nt35510_sleep()
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