mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 10:47:13 +08:00
perf(test_perf): increase the refresh rate to 60 FPS (#8751)
This commit is contained in:
@@ -3,7 +3,7 @@ LV_USE_STDLIB_MALLOC LV_STDLIB_BUILTIN
|
||||
LV_USE_STDLIB_STRING LV_STDLIB_BUILTIN
|
||||
LV_USE_STDLIB_SPRINTF LV_STDLIB_BUILTIN
|
||||
LV_MEM_SIZE (128 * 1024U)
|
||||
LV_DEF_REFR_PERIOD 30
|
||||
LV_DEF_REFR_PERIOD 16
|
||||
LV_USE_LOG 1
|
||||
LV_LOG_PRINTF 1
|
||||
LV_USE_ASSERT_NULL 1
|
||||
|
||||
@@ -3,7 +3,7 @@ LV_USE_STDLIB_MALLOC LV_STDLIB_BUILTIN
|
||||
LV_USE_STDLIB_STRING LV_STDLIB_BUILTIN
|
||||
LV_USE_STDLIB_SPRINTF LV_STDLIB_BUILTIN
|
||||
LV_MEM_SIZE (128 * 1024U)
|
||||
LV_DEF_REFR_PERIOD 30
|
||||
LV_DEF_REFR_PERIOD 16
|
||||
LV_USE_LOG 1
|
||||
LV_LOG_PRINTF 1
|
||||
LV_USE_ASSERT_NULL 1
|
||||
|
||||
@@ -90,7 +90,7 @@
|
||||
*====================*/
|
||||
|
||||
/** Default display refresh, input device read and animation step period. */
|
||||
#define LV_DEF_REFR_PERIOD 30 /**< [ms] */
|
||||
#define LV_DEF_REFR_PERIOD 16 /**< [ms] */
|
||||
|
||||
/** Default Dots Per Inch. Used to initialize default sizes such as widgets sized, style paddings.
|
||||
* (Not so important, you can adjust it to modify default sizes and spaces.) */
|
||||
|
||||
Reference in New Issue
Block a user