1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

lv_conf_templ.h: minor fix

This commit is contained in:
Gabor Kiss-Vamosi 2019-01-12 15:23:21 +01:00
parent 440c6415bc
commit 8a3b60e0c5

View File

@ -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*/