mipidsi icon indicating copy to clipboard operation
mipidsi copied to clipboard

MIPI Display Serial Interface unified driver

Results 14 mipidsi issues
Sort by recently updated
recently updated
newest added

first,**I use the master branch code.** cargo.toml ``` [package] name = "esp32-mipidsi-test" version = "0.1.0" authors = ["song "] edition = "2021" license = "MIT OR Apache-2.0" [dependencies] embedded-hal =...

I'm working on adding a Model for a ili9488 based display (https://www.waveshare.com/pico-restouch-lcd-3.5.htm). This could be something I'm doing wrong in the initialization, but the problem I'm having is that when...

The dependencies in the repository are as follows: ``` [dependencies] display-interface = "0.5.0" embedded-graphics-core = "0.4.0" embedded-hal = "1.0.0" nb = "1.0.0" ``` They are inconsistent with the dependencies listed...

Update to work with async functionality and the embedded hal alpha 10

Mipidsi is not compatible with display-interface-spi version 0.5.0 getting competition errors, even after moving to SPIInterface struct.

We need to remember to fix the examples before the next release. They will already have been broken by the removal of the re-exports, but I would suggest to wait...

I never really liked the way the builder and `ModelOptions` worked. This PR is an experiment to improve that code a bit. At this point this is only an experiment...

Currently it is slow.

enhancement
question

Reimplemented using async as discussed in #63. Pretty much copy/paste with async/await keywords Couples things to note and discussion points: - Async crate uses the alpha embedded-hal - Currently using...

This issue is dependent on RGB444 and BRG444 being [added to embedded-graphics pixelcolor](https://github.com/embedded-graphics/embedded-graphics/issues/726), but I figured it would be good to create this bug to track the issue as well....