melektron

Results 5 issues of melektron

**Problem:** When using 8-Bit parallel mode to interface the ILI9341 (or in theory any other) driver, some anti aliased drawing methods (specifically the ones using the drawWedgeLine() method under the...

To do: enhancement

Note: fixes #1960 As described in the issue, an oversight in the readPixel implementation prevents anti aliased drawing using the drawWedgeLine() method in parallel mode because the transaction state is...

This PR adds the ability to hide (aka. disable) the tooltip using a ```.hide()``` method. This simply withdraws immediately and prevents the tooltip from re-appearing. To enable the tooltip again,...

### Please verify that this feature request has NOT been suggested before. - [x] I checked and didn't find a similar feature request ### Problem statement As of stable release...

enhancement
help wanted
starter
javascript
User Interface

The compose service option `depends_on` can be a list of strings (short syntax) or a submodule (long syntax) (https://github.com/compose-spec/compose-spec/blob/55b450aee50799a2f33cc99e1d714518babe305e/05-services.md#depends_on). In case of the long syntax, the submodule correctly provides the...