refactor: remove LV_USE_LARGE_COORD, always use int32_t as lv_coord_t

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-31 19:23:24 +01:00
parent 50d01cec3d
commit d456b1cb4d
6 changed files with 3 additions and 26 deletions

View File

@@ -340,9 +340,6 @@
*should also appear on LVGL binding API such as Micropython.*/
#define LV_EXPORT_CONST_INT(int_value) struct _silence_gcc_warning /*The default value just prevents GCC warning*/
/*Extend the default -32k..32k coordinate range to -4M..4M by using int32_t for coordinates instead of int16_t*/
#define LV_USE_LARGE_COORD 0
/*==================
* FONT USAGE
*===================*/