add lv_conf_kvoncfig.h to handle special Kconfig options

This commit is contained in:
Gabor Kiss-Vamosi
2020-10-22 13:55:12 +02:00
parent 757df9eb89
commit c03160abc2
3 changed files with 301 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ fout.write(
#define LV_CONF_INTERNAL_H
/* clang-format off */
/*Handle special Kconfig options*/
#include "lv_conf_kconfig.h"
#include <stdint.h>
/*If lv_conf.h is not skipped include it*/