espressif / esp-bsp

Board support components for Espressif development boards
Other
188 stars 97 forks source link

component esp_lvgl_port (BSP-279) #138

Closed espressif2022 closed 1 year ago

espressif2022 commented 1 year ago

hello @espzav The component has been modified recently, and a navigation button has been added here, but I see that the registered event is LV_INDEV_TYPE_ENCODER. I want to know, is the design here according to the requirements of ESP32-S3-BOX-Lite? Because I want to add an enode knob event, so I want to confirm here.

espzav commented 1 year ago

Hello @espressif2022, yes, the latest changes in LVGL port are for ESP32-S3-BOX-Lite. The encoder API will be very nice! I think, it will be simillar. But Encoder API in LVGL can take count of steps. If you need any help, feel free to contact me.

tore-espressif commented 1 year ago

@espzav @espressif2022 Can we consider this issue as resolved?

espressif2022 commented 1 year ago

@espzav @espressif2022 Can we consider this issue as resolved?

Yes, it support both encoder and button now.