mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-21 22:52:46 +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
|
||||
#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
|
||||
*====================*/
|
||||
|
||||
@@ -73,6 +73,11 @@
|
||||
* 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
|
||||
*====================*/
|
||||
|
||||
Reference in New Issue
Block a user