perf(test_perf): increase the refresh rate to 60 FPS (#8751)

This commit is contained in:
VIFEX
2025-08-26 12:49:00 +08:00
committed by GitHub
parent 66720069b7
commit a59268e739
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.) */