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_ssd1306.c:27
static
const
char
*
TAG
=
"lcd_panel.ssd1306"
;
Examples
References
from
examples
Code
Location
Referrer
static
const
char
*
TAG
=
"lcd_panel.ssd1306"
;
esp_lcd_panel_ssd1306.c:27
ESP_GOTO_ON_FALSE
(
io
&&
panel_dev_config
&&
ret_panel
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"invalid argument"
)
;
esp_lcd_panel_ssd1306.c:74
esp_lcd_new_panel_ssd1306()
ESP_GOTO_ON_FALSE
(
panel_dev_config
->
bits_per_pixel
==
1
,
ESP_ERR_INVALID_ARG
,
err
,
TAG
,
"bpp must be 1"
)
;
esp_lcd_panel_ssd1306.c:75
esp_lcd_new_panel_ssd1306()
ESP_GOTO_ON_FALSE
(
ssd1306
,
ESP_ERR_NO_MEM
,
err
,
TAG
,
"no mem for ssd1306 panel"
)
;
esp_lcd_panel_ssd1306.c:80
esp_lcd_new_panel_ssd1306()
ESP_GOTO_ON_ERROR
(
gpio_config
(
&
io_conf
)
,
err
,
TAG
,
"configure GPIO for RST line failed"
)
;
esp_lcd_panel_ssd1306.c:87
esp_lcd_new_panel_ssd1306()
ESP_LOGD
(
TAG
,
"new ssd1306 panel @%p"
,
ssd1306
)
;
esp_lcd_panel_ssd1306.c:105
esp_lcd_new_panel_ssd1306()
ESP_LOGD
(
TAG
,
"del ssd1306 panel @%p"
,
ssd1306
)
;
esp_lcd_panel_ssd1306.c:126
panel_ssd1306_del()
}
,
1
)
,
TAG
,
"io tx param SSD1306_CMD_SET_MULTIPLEX failed"
)
;
esp_lcd_panel_ssd1306.c:153
panel_ssd1306_init()
}
,
1
)
,
TAG
,
"io tx param SSD1306_CMD_SET_COMPINS failed"
)
;
esp_lcd_panel_ssd1306.c:156
panel_ssd1306_init()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
SSD1306_CMD_DISP_OFF
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:157
panel_ssd1306_init()
}
,
1
)
,
TAG
,
"io tx param SSD1306_CMD_SET_MEMORY_ADDR_MODE failed"
)
;
esp_lcd_panel_ssd1306.c:161
panel_ssd1306_init()
}
,
1
)
,
TAG
,
"io tx param SSD1306_CMD_SET_CHARGE_PUMP failed"
)
;
esp_lcd_panel_ssd1306.c:164
panel_ssd1306_init()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
SSD1306_CMD_MIRROR_X_OFF
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:165
panel_ssd1306_init()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
SSD1306_CMD_MIRROR_Y_OFF
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:167
panel_ssd1306_init()
}
,
2
)
,
TAG
,
"io tx param SSD1306_CMD_SET_COLUMN_RANGE failed"
)
;
esp_lcd_panel_ssd1306.c:199
panel_ssd1306_draw_bitmap()
}
,
2
)
,
TAG
,
"io tx param SSD1306_CMD_SET_PAGE_RANGE failed"
)
;
esp_lcd_panel_ssd1306.c:203
panel_ssd1306_draw_bitmap()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_color
(
io
,
-
1
,
color_data
,
len
)
,
TAG
,
"io tx color failed"
)
;
esp_lcd_panel_ssd1306.c:206
panel_ssd1306_draw_bitmap()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:221
panel_ssd1306_invert_color()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:237
panel_ssd1306_mirror()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:244
panel_ssd1306_mirror()
ESP_RETURN_ON_ERROR
(
esp_lcd_panel_io_tx_param
(
io
,
command
,
NULL
,
0
)
,
TAG
,
esp_lcd_panel_ssd1306.c:275
panel_ssd1306_disp_on_off()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
TAG
is read by 7 functions:
All items filtered out
TAG
esp_lcd_new_panel_ssd1306()
panel_ssd1306_del()
panel_ssd1306_init()
panel_ssd1306_draw_bitmap()
panel_ssd1306_invert_color()
panel_ssd1306_mirror()
panel_ssd1306_disp_on_off()
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