Remove TAG from LVGL log API
The filename is appended at the beginning of the log output by default, we don't need to do it.
This commit is contained in:
parent
9c886307b2
commit
a0e915eebc
17 changed files with 58 additions and 82 deletions
|
@ -22,8 +22,6 @@
|
|||
/*********************
|
||||
* DEFINES
|
||||
*********************/
|
||||
#define TAG "SSD1306"
|
||||
|
||||
#define OLED_I2C_PORT (CONFIG_LV_I2C_DISPLAY_PORT)
|
||||
// SLA (0x3C) + WRITE_MODE (0x00) = 0x78 (0b01111000)
|
||||
#define OLED_I2C_ADDRESS 0x3C
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue