-
Hello, I'm having an issue just trying to get a minimal example working. I'm using [this](https://www.waveshare.com/wiki/ESP32-S3-Touch-LCD-1.28), which has an ESP32-S3 onboard with 16 MB of flash and…
-
I had to change this line here in the display.ini to get the display to work.
From: :H,ILI9341,240,320,16,SPI,1,*,*,*,*,*,*,*,40
To: : H,ILI9341,**320,240**,16,SPI,1,*,*,*,*,*,*,*,40
Before:
![P…
-
Getting build errors when trying to build lesson 5 exer 2. Full log:
```sh
* Executing task: nRF Connect: Generate config nrf52840dk_nrf52840 for /Users/redacted/code/nordic/inter_less5_ex…
-
I'm using the 7.5inch display, https://www.waveshare.com/wiki/7.5inch_HD_e-Paper_HAT. I've browsed through similar issues (e.g. https://github.com/GregDMeyer/IT8951/issues/18) and tried the following:…
-
hello,bro,i am diy my espboy, When I was compiling the Arduino project, I found that nbSPI was not working.
gpio16 as reverse tft cs pin, when high level .cs pin is active.
gpio 12(the spi miso pin)…
-
I've successfully flashed my code for the SSD1309 display, but it's showing irregularities in its output, as depicted in the provided image.
I'm using ESP32-S3-MINI-1
![Display_image](https://gi…
-
I have a new display coming which supports capactive touch using a cst816d driver.
**Describe the solution you'd like**
Add support for cst816d and cst816t touch.
**Describe alternatives you'v…
-
進捗管理用のissueです。新しいドキュメントを翻訳する際は **最初にこのissueで宣言をお願いします**。作業に重複が合った場合は、原則としてissueで先に宣言した方を優先します。
翻訳作業の進め方については[README](https://github.com/moddable-OpenSource/moddable-jp/blob/dev/translate-jp/transla…
-
**Describe the problem you have/What new integration you would like**
Hi, I am trying to get the screen to work on this device and am not having much luck. You can see my work to try and get it g…
-
I've tried to run the example, having this configuration and connected pins:
spi = SPI(1, baudrate=30000000, sck=Pin(18), mosi=Pin(23))
display = Display(spi, dc=Pin(16), cs=Pin(2), rst=Pin(4))
…