-
Hello, where does the processor type switch?
I can not find where the conversion of STM pins to ARDUINO takes place ??? that is, PA1 in 10 pin arduino? I'm trying to build a marlin for the Robin 2 bo…
-
Hello,
my SPI dont work on STM32F103VCT6 and STM32F407VGT
on both i try
ILI9488(TFT_CS, TFT_DC,PA7,PA5,TFT_RST,PA6) or ILI9488 tft = ILI9488(TFT_CS, TFT_DC,TFT_RST);
#define TFT_CS …
-
So I'm trying to do this terminal-esque project with an esp32 and an ST7789V display. It all works fine until I bring WiFi into the mix. When I uncomment the WiFi.begin line below, the display shows n…
-
BLTouch is not centering to the build plate on z_safe_home. The position it homes to is center of build plate + the nozzle offsets. This results in the printer head homing to the front left corner of …
-
Hello Bodmer,
still awesome job with this library.
With the setting and configuration in parallel mode with an Ili9488 Shield i am also able to use a ST7796 Shield. Both are 3.5" with same resol…
-
### PROBLEM DESCRIPTION
Behavior in different i2s drivers implies different.
Some device implies:
* Check that the device responds in the bus (by I2cSetDevice), and then make checks to uniquely…
-
Hello,
i just try to use your sample. When i call tft.begin()
the clock on SPI1 don´t work anymore.
Finaly this call make it not usable:
```
mSPI.beginTransaction(SPISettings(_safe_freq, MSB…
-
I've noticed a consistent issue with the display flickering when the ESP32 is in AP or APSTA mode. I'm using a 240x320 2.4" TFT LCD from AliExpress with ILI9341 display driver and XPT2046 touch driver…
-
Hi
I love this library, the best library on internet.
Please, if possible, enable touch controller functions for parallel interface displays, I'm using ILI9488.
Thank you
-
I am having a trouble linking lvgl 6 and esp-idf 4.1. I am calling just lv_init to make a connection, can you tell me where it is located, in which dir/file?