Carlos Diaz

Results 31 issues of Carlos Diaz

### Description of the feature or fix What the title says ### Checkpoints - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) - [ ] Run `code-format.py` from the `scripts` folder. [astyle](http://astyle.sourceforge.net/install.html)...

### Description of the feature or fix Cleanup, refactor and tests for `btnmatrix` widget. ### Checkpoints - [ ] Follow the [styling guide](https://github.com/lvgl/lvgl/blob/master/docs/CODING_STYLE.md) - [ ] Run `code-format.py` from the...

To use OLED or any other kind of monochrome display we need to edit the `lv_conf.h` file and set `LV_COLOR_DEPTH` to 1. Also edit the `disp_flush` function.

pinned

As #39 explains there are certain consideratio´n when using some ESP32 peripherals, how can we add examples using some peripherals? Maybe having the lvgl and other example projects and choosing...

pinned

Hi @tore-espressif, I've been busy with day job, but I think we should be able to merge develop into master.

@tore-espressif @kisvegabor @embeddedt Is there anything special we should add to the drivers in order to support v8? Here's a list of what I think is necessary: - [ ]...

This is the current proposal of the display interface abstraction. The functions declared in `lvgl_tft/display_port.h` are meant to be implemented by the user. In this repo they are defined in...

Software reset doesn't seem to work when using the develop branch. To reproduce it you should enable software reset in the menuconfig and disable using hardware reset in the pin...

Current rotation support were introduced before LVGL supported it and they don't match up. We need to add rotation callbacks to the display drivers.

We could add a column for notes about the drivers and another one for performance measurements. Anything else we might need to add?