Carlos Diaz

Results 229 comments of Carlos Diaz

It does look good to me, are you planning to submit your changes into a PR? I would only rename the `DISP_BUF_SIZE` symbol, afaik it's not related to the size...

Also update the requirement for ESP-IDF 4.2 because of the usage of rsource. Also add the buffering method being used for the drivers.

Hi, > I thought it's only a temporary repo, and lv_drivers could be used directly in lv_port_esp32 in the end as well. Have I missed something? > Another option would...

I will try to work on the directory restructure first, I got almost no free time because work

Hi @tore-espressif , thanks for the heads up, I guess this feature is available on the latest ESP-IDF only, or it can be backported to previous versions? This repo was...

There's multiple improvement opportunities for this repo, and I think we could start by refactoring the Kconfig files to enable the usage of multiple displays in the same project, as...

The issue with moving options from LVGL to DISPLAY is that other projects are already using the LVGL Kconfig, as @tore-espressif pointed out, as far as I know the Nuttx...

@embeddedt Thanks, getting ESP-IDF up and running would be great. Would we also need to create different configurations with different displays and indev drivers so we compile them in the...

It seems like a copy paste error, what display were you using? I've removed it in 6af2ab1

@tore-espressif @kisvegabor I guess we could work on this, maybe making a new branch called `v7.x`, this branch will support LVGL v7.11. The master branch would keep the development for...