Raman Rakavets

Results 3 issues of Raman Rakavets

**Describe the bug** Segmentation fault when changing focus in a large application **To Reproduce** Steps to reproduce the behavior: When changing focus (scrolling the mouse wheel in LVGL X11 simulation)...

bug

**Is your feature request related to a problem? Please describe.** Need to be able to dynamically allocate memory for Execution queue using lv_malloc, or provide the ability to specify an...

enhancement

Hi, please take a look at my suggestion for improving the library Providing `ds1307_handle_t` is necessary for things like this: ``` typedef struct { ds1307_t base; esp_ds1307_config_t config; i2c_master_dev_handle_t i2c_handle;...