uddate display size limit in lv_conf_templ.h
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
/* 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 /*[px]*/
|
||||
#define LV_DPI 130 /*[px]*/
|
||||
|
||||
/* The the real width of the display changes some default values:
|
||||
* default object sizes, layout of examples, etc.
|
||||
@@ -65,7 +65,7 @@
|
||||
* The 4th is extra large which has no upper limit so not listed here
|
||||
* The upper limit of the categories are set below in 0.1 inch unit.
|
||||
*/
|
||||
#define LV_DISP_SMALL_LIMIT 20
|
||||
#define LV_DISP_SMALL_LIMIT 25
|
||||
#define LV_DISP_MEDIUM_LIMIT 45
|
||||
#define LV_DISP_LARGE_LIMIT 65
|
||||
|
||||
|
||||
Reference in New Issue
Block a user