-
Hi, and thank you (again). I was about to drive a 7735 from BL602, and thought I'd give your demos a try.
Of course, the resolution is wrong and the chip is wrong, but I thought that would be a few e…
-
I used IDF v4.3.1 to compile firmware, and here's my test code:
```python
from machine import SPI, Pin
import st7789
spi = SPI(
1,
baudrate=40000000,
polarity=1,
sck=Pin(6)…
-
@suda-morris Hi,I had tried,but is not work ok,would you please give me a hand ,Thanks
-
Hi. First, thanks for this great library! I'm having an issue where it seems only part of the screen is being used. It's as if it's rendering content but shifted up by about 30px. This is demonstra…
-
I've hooked up my Waveshare display like shown below but nothing seems to be appearing on the display. The module does have the backlight on though. What am I doing wrong?
![image](https://user-ima…
-
Hi all. I've been looking for an answer to this error for a day now. Tried loading other libraries. Perekstonovil libraries but did not find a positive result. In arduino nano everything is loaded and…
-
Hello
Thanks for TFT_eSPI!
WT32-SC01 with LCD ST7796, TFT_eSPI > tft.readRect is not working.
TFT_eSPI > tft.pushRect displays always a black rectangle.
Also the Animated_dial example isn't workin…
elC1a updated
2 years ago
-
### Did you test the latest `bugfix-2.0.x` code?
No, but I will test it now!
### Bug Description
I'm new to Marlin, and relatively new to 3d printing. This is my first printer, Ender-3 with 4.2.2 M…
-
I have been unable to get the display to work with micropython. I have looked around for different implementations, but seem unable to find one that works.
Can you point me to a library that works …
-
ask for your advice!
my configuration is as follows:
```
cfg.pin_sclk = 18;
cfg.pin_mosi = 19;
cfg.pin_miso = -1;
cfg.pin_dc = 16;
cfg.pin_cs = 5;
cfg.pin_rst = 23;
cfg.pin_bl = 4;
cfg.i…