Carlos Diaz

Results 218 comments of Carlos Diaz
trafficstars

Seems like that particular display driver doesn't work well with software resets https://github.com/Bodmer/TFT_eSPI/issues/322#issuecomment-481034553

@tore-espressif it is not, hopefully we are going in the right direction.

Hi, I was working on that but had to solve some other issues. I was thinking on enabling the display controller related code and let the users do the configuration...

Ok, we are expecting some updates on the CMakeLists.txt file, so after that I can work on adding support for multiple displays on the project. I have not worked on...

@tore-espressif Thanks for the summary, the `lv_port_esp32` repo (as I see it) is a project to showcase LVGL in ESP32 microcontrollers. The ultimate goal of `lvgl_esp32_drivers` is to make the...

> By 'manually' you mean runtime? Yes, that's exactly the idea. I think it is going to be clear after I post an example. Yes, at runtime. An example would...

The first issue on this repo #1 pointed out a lot of points we should consider, the indev drivers being aware of display rotation is something I would like to...

@kisvegabor Based on your code snippet I think we could add: - `lv_disp_drv_t * drv` parameter to functions that 'talk' to the hardware. - Avoid using names such as `spi_send`...

> In your code snippet interface_send is a typo and should be interface_write? Yes, it's a typo. > But what's the point of wrapping bsp_if_write to interface_write? What is the...

Just saw this blog post and maybe we can use some of their ideas for our branches https://blog.stratifylabs.co/device/2021-07-12-Semantic-Versioning-and-Github/