Replies: 2 comments 7 replies
-
Not sure what you exactly configured in the config. For your pinout, you need to manually configure your pins. MISO is not needed, can be left not connected You should also decrease the SPI speed in the hardware config. 10 Mhz is within the datasheet spec, 20 Mhz is outside spec but works fine for me in practice, the default value 40 Mhz is fine for ILI9225, but will not work at all for most ILI9341. |
Beta Was this translation helpful? Give feedback.
-
"RS" is "register select" and an ILI9341 with 4-pin SPI interface should have it... It is actually "data select/register select" and on some boards might be labelled "DC" or "DC/RS" In the data sheet it actually is "Data/Command selection input (D/CX)" |
Beta Was this translation helpful? Give feedback.
-
Hi,
cannot get it to work, my ili9341 display will not show something
in the SondeServer Hardware configuration display type selection = 3 and pinout from TTGO
MISO=19
MOSI=23
SCK=2
CS=15
RS=13
LED=25
Reset = not connected
as settings are to be done for SDA, guess is ment for ILI9225 display i wonder if i did mis out on something like a user.h foor the ILI9341 display in Arduino IDE??
any idea or correction is welcome
73
Jasper
PA2J
Beta Was this translation helpful? Give feedback.
All reactions