-
Hi,
I used fill screen with dma and I see tearing. Is there any solution for that?
Thanks!
-
1. While using a ST7789 board that does not support SPI mode 3 (ie; Waveshare 2.8" Pico Restouch), the TFT will not display.
2. Using PlatformIO
3. TFT_eSPI version 2.5.43
4. Board package version …
-
### CircuitPython version
```python
Adafruit CircuitPython version 9.4.0
```
### Code/REPL
```python
===========================================================================
# SPDX-FileCopyrig…
-
I want to use my ST7789 display. If I include all the headers and setup code for this display it turns on. I can't change the background.
ghost updated
4 years ago
-
I am using a display with SSD1963 driver in 8 bit parallel mode connected to a Pico.
If I write directly to the display via `tft->setTextColor(TFT_YELLOW);` and e.g. `tft->drawString("Test", 100, 1…
-
Really happy to display Umlauts on my ST7789 TFT display!
But I am missing some functions from the standard Adafruit GFX?
- setTextWrap() (badly missing this one)
- fillScreen() (OK, this one i…
-
Hey,
I have a problem uploading Retro-Audio using ESP32 dev board v4 and ILI9341 2.8" screen. After successful upload display shows only blank white screen. I also tested it using my other small sc…
-
I'm using this library with the DSTIKE ESP32 Watch DevKit TFT [here](https://dstike.com/products/dstike-esp32-watch-devkit?variant=28952095391808).
It works like a charm (put python into a watch was …
FxIII updated
3 years ago
-
https://www.adafruit.com/product/4311
I noticed that this topic https://github.com/juj/fbcp-ili9341/issues/91 is also about a 320x240 display, but curiously if I change the code to set DISPLAY_NATI…
-
Hi,
I recently saw this waveshare 2" IPS screen https://www.waveshare.com/2inch-lcd-module.htm
It looks very similar to the adafruit 2" IPS screen https://www.adafruit.com/product/4311
except t…