Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for LOLIN TFT / Driver IC: IL3897 ?? #67

Open
bwente opened this issue Jan 18, 2021 · 5 comments
Open

Support for LOLIN TFT / Driver IC: IL3897 ?? #67

bwente opened this issue Jan 18, 2021 · 5 comments

Comments

@bwente
Copy link

bwente commented Jan 18, 2021

I trying to connect a LOLIN 2.13 inch display to a LOLIN D32 Pro. I am using the TFT cable to connect them, so it is pretty much plug and play.

I can't seem to get the right combination of setting to get anything to display. Is the e-paper supported?

v2.60

image

@sidoh
Copy link
Owner

sidoh commented Jan 19, 2021

I'm not familiar with the display board. If you know what the pins are supposed to map to, I'm happy to help out or take a loot.

@bwente
Copy link
Author

bwente commented Jan 20, 2021

The display screen is this one...
2.13 inch e-paper display module partial refresh e-ink screen, GDEH0213B73 (EOL)
https://www.good-display.com/product/362.html

I tried the pins suggested here.
G6EJD/ESP32-e-Paper-Weather-Display#19 (comment)

and here
https://forum.micropython.org/viewtopic.php?f=18&t=7547&sid=5c3aa022424b6561dd65f50409dd74dc

@bwente
Copy link
Author

bwente commented Jan 20, 2021

The ESP32 board...
image

@bwente
Copy link
Author

bwente commented Jan 22, 2021

Based on the micropython.org post, it seems the TFT cable is mapped like this.

MOSI = PIN(23)
SCK = PIN(18)
CS = PIN(14)

DC = PIN(27)
RST = PIN(33)
BUSY = PIN(32)

MISO = PIN(19)

@0raculo
Copy link

0raculo commented Aug 10, 2022

Can confirm this configuration/pinout works nicely! HSPI bus should be default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants