xiuos/APP_Framework/lib/lvgl/examples/Kconfig

9 lines
231 B
Plaintext

menu "lvgl image display parameter settings"
menuconfig LVGL_WIDTH
int "Set the width of the image."
default 320
menuconfig LVGL_HEIGHT
int "set the height of the image."
default 320
endmenu