mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 22:30:49 +08:00
docs(lv_conf): show how to include something in lv_conf.h (#5740)
This commit is contained in:
committed by
GitHub
parent
4cf14cc6f3
commit
aecedc5d37
@@ -17,6 +17,11 @@
|
|||||||
#ifndef LV_CONF_H
|
#ifndef LV_CONF_H
|
||||||
#define LV_CONF_H
|
#define LV_CONF_H
|
||||||
|
|
||||||
|
/*If you need to include anything here, do it inside the `__ASSEMBLY__` guard */
|
||||||
|
#if 0 && defined(__ASSEMBLY__)
|
||||||
|
#include "my_include.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*====================
|
/*====================
|
||||||
COLOR SETTINGS
|
COLOR SETTINGS
|
||||||
*====================*/
|
*====================*/
|
||||||
|
|||||||
@@ -73,6 +73,11 @@
|
|||||||
* Start parsing lv_conf_template.h
|
* Start parsing lv_conf_template.h
|
||||||
-----------------------------------*/
|
-----------------------------------*/
|
||||||
|
|
||||||
|
/*If you need to include anything here, do it inside the `__ASSEMBLY__` guard */
|
||||||
|
#if 0 && defined(__ASSEMBLY__)
|
||||||
|
#include "my_include.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*====================
|
/*====================
|
||||||
COLOR SETTINGS
|
COLOR SETTINGS
|
||||||
*====================*/
|
*====================*/
|
||||||
|
|||||||
Reference in New Issue
Block a user