Lzw655 / ESP32_Display_Panel

Arduino library for driving display panel using the ESP32
Apache License 2.0
18 stars 2 forks source link

ESP32-C3-LCDkit missing encoder input? #1

Closed modi12jin closed 1 year ago

modi12jin commented 1 year ago

@Lzw655 Hello! Is the LVGL example missing an input device encoder?

103091_1691126540_hd

You seem to have forgotten to explain that the demos folder in LVGL should be pasted into the src folder.

2023-08-04_13-43

#include "demos/lv_demos.h"

Lzw655 commented 1 year ago

Wow, you may be the first one to use this library. Thank you for supporting.

I have provided instructions on how to use LVGL demos here. However, it's true that the information here is not complete. I will improve it and thank you for the feedback.

As for the input devices, this library doesn't support them yet, but I will add LVGL Porting in the next version.

modi12jin commented 1 year ago

After your reminder, I just realized I missed it.