Carlos Diaz
Carlos Diaz
What do you think about using it in here? branch `v7` for LVGL v7.x, branch `v8` for LVGL v8.x and master or development for working. Maybe you have better names...
> 4. Folder structure > > Currently there are two repositories which serve similar purpose lvgl/lvgl_esp32_drivers and lvgl/lv_port_esp32. This causes a lot of confusion as the users don't know which...
Ok, so can we close this issue? I think we missed writing a public minute of the meeting we had.
Hi, I try to support kits that I have physically, I didn't saw this one before. Maybe @tore-espressif has some laying around and would stimmate the effort to support it.
Hi, I think we should agree on the branch naming scheme before adding this capability. I suggest a `legacy` branch were all of what we currently have would go, because...
Hi, I will try to add support for it and remove the static from the functions so you can add custom configuration, this weekend I might be free.
I've pushed the branch `st7789_expose_cmd_api` where `st7789_send_cmd` and `st7789_send_data` are available outside `st7789.c`, can you test it?
Hi, I think you have the ST7735S display, isn't? Can you test this branch? https://github.com/lvgl/lvgl_esp32_drivers/tree/feat/support_no_dc If this works we could start adding support on all other drivers.
The changes in that branch doesn't take into account the fact that the DC signal tells the display if the bytes it's getting from the MCU are a command or...
I guess that's expected, the DC signals lets the display know if the data is a data or a command, what display are you working on? Could you share me...