mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore(docs) try to fix table rendering error
This commit is contained in:
parent
084439e947
commit
77287ca7d9
@ -48,11 +48,13 @@ This configuration declares a dependency between the two targets **MyFirmware**
|
|||||||
Besides `LV_CONF_PATH` there are two additional CMake options to specify include paths.
|
Besides `LV_CONF_PATH` there are two additional CMake options to specify include paths.
|
||||||
|
|
||||||
`LV_LVGL_H_INCLUDE_SIMPLE` which specifies whether to `#include "lvgl.h"` absolut or relative
|
`LV_LVGL_H_INCLUDE_SIMPLE` which specifies whether to `#include "lvgl.h"` absolut or relative
|
||||||
|
|
||||||
| ON (default) | OFF |
|
| ON (default) | OFF |
|
||||||
| ------------ | -------------- |
|
| ------------ | -------------- |
|
||||||
| "lvgl.h" | "../../lvgl.h" |
|
| "lvgl.h" | "../../lvgl.h" |
|
||||||
|
|
||||||
`LV_CONF_INCLUDE_SIMPLE` which specifies whether to `#include "lv_conf.h"` and `"lv_drv_conf.h"` absolut or relative
|
`LV_CONF_INCLUDE_SIMPLE` which specifies whether to `#include "lv_conf.h"` and `"lv_drv_conf.h"` absolut or relative
|
||||||
|
|
||||||
| ON (default) | OFF |
|
| ON (default) | OFF |
|
||||||
| --------------- | --------------------- |
|
| --------------- | --------------------- |
|
||||||
| "lv_conf.h" | "../../lv_conf.h" |
|
| "lv_conf.h" | "../../lv_conf.h" |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user