Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit 7bf3af5

Browse files
authored
Update README.md
1 parent ac0af42 commit 7bf3af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In case of trouble there are debug informations inside LVGL. In the `ESP32_TFT_e
2727

2828
```c
2929
/*Log settings*/
30-
#define USE_LV_LOG 1 /*Enable/disable the log module*/
30+
#define LV_USE_LOG 1 /*Enable/disable the log module*/
3131
#if LV_USE_LOG
3232
/* How important log should be added:
3333
* LV_LOG_LEVEL_TRACE A lot of logs to give detailed information

0 commit comments

Comments
 (0)