move LV_CHART_POINT_DEF to header and define it to LV_COORD_MIN

This commit is contained in:
AloyseTech
2018-11-01 18:40:13 +01:00
parent bcf0a42674
commit 9b5ec3572e
2 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,6 @@
#define LV_CHART_HDIV_DEF 3
#define LV_CHART_VDIV_DEF 5
#define LV_CHART_PNUM_DEF 10
#define LV_CHART_POINT_DEF -1
/**********************
* TYPEDEFS

View File

@@ -27,6 +27,7 @@ extern "C" {
/*********************
* DEFINES
*********************/
#define LV_CHART_POINT_DEF (LV_COORD_MIN)
/**********************
* TYPEDEFS