File tree Expand file tree Collapse file tree 8 files changed +32
-0
lines changed
examples/display_lvgl_benchmark Expand file tree Collapse file tree 8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ CONFIG_LV_LOG_PRINTF=y
2626## LVGL9 ##
2727CONFIG_LV_CONF_SKIP=y
2828CONFIG_LV_DEF_REFR_PERIOD=10
29+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
31+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
32+ CONFIG_LV_DRAW_BUF_ALIGN=16
2933
3034#CLIB default
3135CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ CONFIG_LV_LOG_PRINTF=y
2727## LVGL9 ##
2828CONFIG_LV_CONF_SKIP=y
2929CONFIG_LV_DEF_REFR_PERIOD=10
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
31+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
32+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
33+ CONFIG_LV_DRAW_BUF_ALIGN=16
3034
3135#CLIB default
3236CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -26,6 +26,10 @@ CONFIG_LV_LOG_PRINTF=y
2626## LVGL9 ##
2727CONFIG_LV_CONF_SKIP=y
2828CONFIG_LV_DEF_REFR_PERIOD=10
29+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
31+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
32+ CONFIG_LV_DRAW_BUF_ALIGN=16
2933
3034#CLIB default
3135CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ CONFIG_LV_LOG_PRINTF=y
2727## LVGL9 ##
2828CONFIG_LV_CONF_SKIP=y
2929CONFIG_LV_DEF_REFR_PERIOD=10
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
31+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
32+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
33+ CONFIG_LV_DRAW_BUF_ALIGN=16
3034
3135#CLIB default
3236CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ CONFIG_LV_LOG_PRINTF=y
2727## LVGL9 ##
2828CONFIG_LV_CONF_SKIP=y
2929CONFIG_LV_DEF_REFR_PERIOD=10
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
31+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
32+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
33+ CONFIG_LV_DRAW_BUF_ALIGN=16
3034
3135#CLIB default
3236CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -32,6 +32,10 @@ CONFIG_LV_LOG_PRINTF=y
3232## LVGL9 ##
3333CONFIG_LV_CONF_SKIP=y
3434CONFIG_LV_DEF_REFR_PERIOD=10
35+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
36+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
37+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
38+ CONFIG_LV_DRAW_BUF_ALIGN=16
3539
3640#CLIB default
3741CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ CONFIG_LV_LOG_PRINTF=y
2222## LVGL9 ##
2323CONFIG_LV_CONF_SKIP=y
2424CONFIG_LV_DEF_REFR_PERIOD=10
25+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
26+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
27+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
28+ CONFIG_LV_DRAW_BUF_ALIGN=16
2529
2630#CLIB default
2731CONFIG_LV_USE_CLIB_MALLOC=y
Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ CONFIG_LV_LOG_PRINTF=y
2727## LVGL9 ##
2828CONFIG_LV_CONF_SKIP=y
2929CONFIG_LV_DEF_REFR_PERIOD=10
30+ CONFIG_LV_DRAW_SW_ASM_CUSTOM=y
31+ CONFIG_LV_DRAW_SW_ASM_CUSTOM_INCLUDE="esp_lvgl_port_lv_blend.h"
32+ CONFIG_LV_DRAW_BUF_STRIDE_ALIGN=16
33+ CONFIG_LV_DRAW_BUF_ALIGN=16
3034
3135#CLIB default
3236CONFIG_LV_USE_CLIB_MALLOC=y
You can’t perform that action at this time.
0 commit comments