-
I have been trying to modify the ILI9341 driver to make an ILI9342 driver but I am not successful so far. There is a blank area on the right when in landscape mode and an blank area at the top when ro…
-
Hey! Thanks for sharing this.
I have tested the ESPHome templates and there seems to be an error on the display used. I changed the model to be `ILI9342` as the `ILI9341` did not work on my board …
-
I have two Cheap Yellow Display ESP32-2432S028 - one with just a Micro USB connection and one with USB C and Micro USB.
The Micro USB works fine with the ILI9341_2_DRIVER setting (plus ```t…
-
I want to work on this project, but am unable to find ili9342-based displays here in India.
I found a couple of displays that are
[ili9341 based](https://robu.in/product/2-2-inch-240320-lcd-color-s…
-
### The problem
Following error shows soon after boot:
`[E][display:109]: Could not allocate buffer for display!`
This looks very similar to https://github.com/esphome/issues/issues/4315 except t…
-
**Describe the problem you have/What new integration you would like**
The dev branch currently does support ILI9341 (but) the new M5Stack Core 2 device uses the slightly different ILI9342C displa…
-
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"
[dependenci…
-
Good evening, I used the compiled version "esp32-2432s028r_full_4MB_v0.7.0-rc9_c200edf" correctly on my device, now I have updated to the rc12 version but unfortunately I have display problems on the …
-
Hi.
Recently, the API of the `SpiDevice` trait has been updated to use a list of Operation instances instead of passing a closure.
https://github.com/rust-embedded/embedded-hal/blob/9ac61a73d78…
-
### Perform all steps below and tick them with [x]
- [x ] Check the related part of the [Documentation](https://www.openhasp.com/)
- [x ] Update openHASP to the latest version
- [x ] Reproduce …