martinberlin / lvgl_epaper_drivers

Drivers for Espressif to be used with LVGL and epapers using epdiy ESP32S3 controller (v7 fastest Board). In progress
https://www.tindie.com/search/?q=Kindle
MIT License
15 stars 3 forks source link

Will lvgl-v8 be supported? #2

Closed lanistor closed 5 months ago

lanistor commented 2 years ago

Thanks for developed such an amazing library, we really need it.

Will lvgl-v8 be supported? The flex layout is really useful.

martinberlin commented 2 years ago

Hello, I still didn’t tried it but I hope won’t be much of a hassle to port it. Anyways there a pull request made in the original repository and I’m not sure if this proposal will be ever accepted to be part of official LVGL. By the way if you use this and you like it, give it a try and make a small list of what needs to be changed so it works on the new LVGL version.

martinberlin commented 1 year ago

Are you still interested in trying this with epaper? Days ago I made some tests with a 9.7” display and epdiy V7 https://x.com/martinfasani/status/1694079978315411560

martinberlin commented 5 months ago

@lanistor can you try to clone this repository using branch lvgl-83 https://github.com/martinberlin/lv_port_esp32-epaper/tree/12/lvgl-83 (And updating all submodules to latest stand)

 git submodule update --recursive --remote

Only thing pending is to correct examples since they need some minor alterations so they compile in ESP-IDF 5.1

lanistor commented 5 months ago

I had changed to compatible with v8, using esp-idf 4.4: https://github.com/flickerlist/lvgl_epaper_drivers/tree/release/monochrome