refactor LV_SCROLL_MODE -> LV_SCROLLBAR_MODE and add lv_obj_set_scroll_freeze

This commit is contained in:
Gabor Kiss-Vamosi
2020-11-20 12:29:59 +01:00
parent fdfb69f066
commit fddd535013
10 changed files with 71 additions and 39 deletions

View File

@@ -27,14 +27,6 @@ extern "C" {
* GLOBAL PROTOTYPES
**********************/
#ifndef LV_HOR_RES_MAX
# define LV_HOR_RES_MAX LV_HOR_RES_DEF
#endif
#ifndef LV_VER_RES_MAX
# define LV_VER_RES_MAX LV_VER_RES_DEF
#endif
/**********************
* MACROS
**********************/