ili9331 spi or parallel compatibility (ili9341 ?) #1219
Unanswered
Miqeo
asked this question in
New processor/display support or capability request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So, today arrived 240x240 round display with ili9331 from aliexpress

Problem is that I could not find any reference about this display. Is it possible that it's compatible with ili9341 setup in any way?
Here's pinout that I used in LOLIN32 in platformio
build_flags
:-DESP32_PARALLEL=1
or-DTFT_PARALLEL_8_BIT=1
-DILI9341_DRIVER=1
-DTFT_WIDTH=240
-DTFT_HEIGHT=240
-DTFT_CS=25
-DTFT_DC=26
-DTFT_WR=27
-DTFT_RD=14
-DTFT_RST=12
-DTFT_D0=18
-DTFT_D1=5
-DTFT_D2=17
-DTFT_D3=16
-DTFT_D4=4
-DTFT_D5=0
-DTFT_D6=2
-DTFT_D7=15
-DLOAD_GLCD=1
-DLOAD_FONT2=1
-DLOAD_FONT4=1
-DLOAD_FONT6=1
-DLOAD_FONT7=1
-DLOAD_FONT8=1
-DLOAD_GFXFF=1
-DSMOOTH_FONT=1
Beta Was this translation helpful? Give feedback.
All reactions