docs(lv_conf): show how to include something in lv_conf.h (#5740)

This commit is contained in:
Gabor Kiss-Vamosi
2024-03-12 05:25:58 +01:00
committed by GitHub
parent 4cf14cc6f3
commit aecedc5d37
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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
*====================*/
+5
View File
@@ -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
*====================*/