-
Hi, sorry to border you guys, I am running into an issue when controlling a st7789 without **CS** pin. The board I am using is an Esp-32 module and here is the config:
`
// Pin configs
#define TF…
-
Hello I work with PlatformIO
and the ESP-Wover-Kit 4.1
My PlatformIO.ini is like this
`
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload option…
-
//test with Arduino Mega 2560 and ILI9341 2.8" TFT display - Winterface logo loading
//https://wokwi.com/projects/413383342764362753
#include
#include
#include
#define TFT_CS 10
#define…
-
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)…
-
When I try to upload I get this error
```
In file included from c:\Users\****\Documents\Arduino\libraries\TFT_eSPI\TFT_eSPI.h:48,
from c:\Users\****\Documents\Arduino\libraries\T…
-
Hello!
Our board consists of a 480x320 TFT / RP2040 combination.
The TFT SPI clock rate in my situation is 24MHz (via User_Setup.h) but I use an ADC running on max 1MHz so I use SPI.beginTransacti…
-
![IMG_3520](https://github.com/user-attachments/assets/110f1ebd-e4c7-4e23-b721-08db5d09d5d8)
Hello,
I am using 3.5" TFT LCD Shield with Arduino Uno and its work great, but in other project i can't…
-
LCD works fine when I use ESP32 library ver2.0.2 but when I update ESP32 library to 3.0.5, ESP32 falls into boot loop
17:40:08.708 -> rst:0x3 (RTC_SW_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
17…
-
I have finished building your project and it works correctly, the problem I have is that the touch screen does not work, I use a Chinese display with reference KMRTM28028-SPI, (ILI9341), I cannot find…
-
**Many thanks to Tobozo for setting up this new panel for me.**
Running the code below gives this error in `tft.init();` -
` E (1006) spi_master: spi_master_init_driver(236): invalid core id`
Using…