mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-14 06:42:58 +08:00
chore(conf): remove LV_DISPLAY_ROT_MAX_BUF (#5239)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com> Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
This commit is contained in:
parent
97aef2bfa5
commit
99818408ca
@ -241,10 +241,6 @@
|
||||
* Others
|
||||
*-----------*/
|
||||
|
||||
/*Maximum buffer size to allocate for rotation.
|
||||
*Only used if software rotation is enabled in the display driver.*/
|
||||
#define LV_DISPLAY_ROT_MAX_BUF (10*1024)
|
||||
|
||||
#define LV_ENABLE_GLOBAL_CUSTOM 0
|
||||
#if LV_ENABLE_GLOBAL_CUSTOM
|
||||
/*Header to include for the custom 'lv_global' function"*/
|
||||
|
7
Kconfig
7
Kconfig
@ -302,13 +302,6 @@ menu "LVGL configuration"
|
||||
Error diffusion dithering gets a much better visual result, but implies more CPU consumption and memory when drawing.
|
||||
The increase in memory consumption is (24 bits * object's width)
|
||||
|
||||
config LV_DISPLAY_ROT_MAX_BUF
|
||||
int "Maximum buffer size to allocate for rotation"
|
||||
default 10240
|
||||
depends on LV_USE_DRAW_SW
|
||||
help
|
||||
Only used if software rotation is enabled in the display driver.
|
||||
|
||||
config LV_USE_VECTOR_GRAPHIC
|
||||
bool "Use Vector Graphic APIs"
|
||||
default n
|
||||
|
@ -242,10 +242,6 @@
|
||||
* Others
|
||||
*-----------*/
|
||||
|
||||
/*Maximum buffer size to allocate for rotation.
|
||||
*Only used if software rotation is enabled in the display driver.*/
|
||||
#define LV_DISPLAY_ROT_MAX_BUF (10*1024)
|
||||
|
||||
#define LV_ENABLE_GLOBAL_CUSTOM 0
|
||||
#if LV_ENABLE_GLOBAL_CUSTOM
|
||||
/*Header to include for the custom 'lv_global' function"*/
|
||||
|
@ -262,10 +262,6 @@
|
||||
* Others
|
||||
*-----------*/
|
||||
|
||||
/*Maximum buffer size to allocate for rotation.
|
||||
*Only used if software rotation is enabled in the display driver.*/
|
||||
#define LV_DISPLAY_ROT_MAX_BUF (10*1024)
|
||||
|
||||
#define LV_ENABLE_GLOBAL_CUSTOM 0
|
||||
#if LV_ENABLE_GLOBAL_CUSTOM
|
||||
/*Header to include for the custom 'lv_global' function"*/
|
||||
|
@ -746,16 +746,6 @@
|
||||
* Others
|
||||
*-----------*/
|
||||
|
||||
/*Maximum buffer size to allocate for rotation.
|
||||
*Only used if software rotation is enabled in the display driver.*/
|
||||
#ifndef LV_DISPLAY_ROT_MAX_BUF
|
||||
#ifdef CONFIG_LV_DISPLAY_ROT_MAX_BUF
|
||||
#define LV_DISPLAY_ROT_MAX_BUF CONFIG_LV_DISPLAY_ROT_MAX_BUF
|
||||
#else
|
||||
#define LV_DISPLAY_ROT_MAX_BUF (10*1024)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef LV_ENABLE_GLOBAL_CUSTOM
|
||||
#ifdef CONFIG_LV_ENABLE_GLOBAL_CUSTOM
|
||||
#define LV_ENABLE_GLOBAL_CUSTOM CONFIG_LV_ENABLE_GLOBAL_CUSTOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user