Mattia Maldini

Results 17 issues of Mattia Maldini

Hello, I was trying to run the default example for the OTA update through web browser, but every page I try to visit returns the "not found" error. I'm using...

I added a couple of examples (`selection` and `layout`) that cover 3 or 4 of the remaining points from #186 . The examples are quite simple and contain what I...

When developing STM32 firmware I like to structure my Projects with Scons as the build system instead of Make. The integration with libopencm3 is quite straightforward since the default Makefile...

enhancement
stat accepted

I'm trying to implement a Plug and Play application for the ESP32, and I'm having a lot of problems with the various versions of the needed libraries. It is my...

First of all I must say that I am not at all experienced in Rust. Please forgive some inaccuracies in reporting my issue. It appears that there is some discrepancy...

stm32f4

I need to use the `WordLength::DataBits9` config option to achieve 9 data bits in UART communication. Once the serial port is configured, how am I supposed to send (or receive)...

Hello, I'm moving to this library to manage time durations in my system. I was able to substitute my previous `u32` timestamp checks and wanted to use the `Timer` type...

Hello, I stumbled upon the issue of bus sharing among device structs and I was trying to use `shared-bus` to solve it. Although it looks very promising I was stopped...

### Description of the feature or fix With the inclusion of ThorVG LVGL now contains some C++ code. The ESP build system did not include a glob rule for *.cpp...

### LVGL version v9.0.0-197-gc25555107 ### What happened? The X11 display driver's `LV_EVENT_DELETE` handler passes a NULL buffer to `lv_display_set_buffers`, presumably to deinitialize it. https://github.com/lvgl/lvgl/blob/c25555107ca42fd0051800823452d514497d9ae8/src/drivers/x11/lv_x11_display.c#L202 However `lv_display_set_buffers` immediately asserts that the...