From 8a3b60e0c515f7a9f26f8e33c0e914dfe88707f0 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Sat, 12 Jan 2019 15:23:21 +0100 Subject: [PATCH] lv_conf_templ.h: minor fix --- lv_conf_templ.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lv_conf_templ.h b/lv_conf_templ.h index a97d9594e..1d16058b3 100644 --- a/lv_conf_templ.h +++ b/lv_conf_templ.h @@ -35,6 +35,7 @@ /* Horizontal and vertical resolution of the library.*/ #define LV_HOR_RES (480) #define LV_VER_RES (320) + /* Dot Per Inch: used to initialize default sizes. E.g. a button with width = LV_DPI / 2 -> half inch wide * (Not so important, you can adjust it to modify default sizes and spaces)*/ #define LV_DPI 100 @@ -371,7 +372,7 @@ /*--END OF LV_CONF_H--*/ /*Be sure every define has a default value*/ -#include "lv_conf_checker.h" +#include "lvgl/lv_conf_checker.h" #endif /*LV_CONF_H*/