-
I'm hoping to do it without calling **.deinit()** so that the interface remains active. The following code stops playing if another task sets `self.song=None` but it does not stop cleanly, issuing a c…
-
Related to https://github.com/rm-hull/luma.oled/issues/205
Using a different hardware manufacturer it's not working unfortunately.
I'm using following module:
![1 5inch RGB OLED Module](https://…
-
Hello,
I tried to compile the `simpletest` example for the CLUE.
I know there is code of conduct; but this clearly does not compile for the CLUE board.
I got this error:
```
Arduino: 1.8.15 (…
-
PR #1592 had an unexpected side effect that is causing a few of the builds in the drivers repo to fail. I have confirmed that this is the commit that introduced the failure. Here is an example:
```…
-
Awesome library, love it!
Could you provide a complete list of existing drivers with the names of the supported controllers?
For example, I have a display based on ST7789 and before I write a driv…
-
### Perform all steps below and tick them with [x]
- [x] Check the related part of the [Documentation](https://docs.lvgl.io/)
- [x] Update lvgl to the latest version
- [o] Reproduce the issue i…
-
I'm trying to use a HX8357 TFT panel with an ESP32 but the screen is always black.
I'm using the Elipse example and I changed the `User_Setup.h` to these values:
- I've set the `#define TFT_PAR…
-
Hey Guys,
first of all, great work! I worked on accomplishing the tasks this project does with c and fbcp, but I did not get good results. Then I accidentally found this project. The project name mak…
-
**Description**
HOOBS 4 not loading the certified Harmony plugin.
**Expected behavoir**
Load plugin and import devices from the Harmony Hub
**Plugin name**
https://plugins.hoobs.org/plugin/h…
-
Very similar to: https://github.com/dotnet/corefx/pull/25257
The following code will not compile. If I use `== null`, it will compile.
```csharp
public void SendData(Span data)
{
if (data…