-
Notifications
You must be signed in to change notification settings - Fork 67
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
displayTFT35 E3 V3 and klipper #100
Comments
Hi did you plug it in the last most right (exp3 i think it is) and you need to bridge it with this code BigTreeTech TFT TouchScreen emulated 12864 mode: Set the
|
no I connected exp1 and exp2 as well as RS232 on the screen with TFt on the card. |
hello |
I thought you had a BTT skr mini e3 v3.0. But you need to translate the pin names from my code to your card |
Found this somewere on a form: Pin Mapping Summary for SKR V1.4: SPI Software MISO Pin: Replace with PA12 or similar GPIO. Always double-check your specific SKR V1.4 board documentation, maybe you can do something with this! good luck! |
Hello I don't live on the document where you see the pinout numbers (PA12, PA15, etc..) |
sorry, didnt see your message: maybe you can translate the pins to your display |
I just bought an SKR1.4 card and a TFT35 E3 screen.
I connected the screen with both EXP1 and EXP2 cables as well as the RS 232.
When I start the screen lights up, works in touch but rings continuously when I switch to Marlin mode.
I have a "no printer attached" message. I changed the speed of transmission and it's the same.
I added in the CFg printer:
[board_pins]
aliases:
# EXP1 header
EXP1_1=P1.30, EXP1_3=P1.18, EXP1_5=P1.20, EXP1_7=P1.22, EXP1_9=,
EXP1_2=P0.28, EXP1_4=P1.19, EXP1_6=P1.21, EXP1_8=P1.23, EXP1_10=<5V>,
# EXP2 header
EXP2_1=P0.17, EXP2_3=P3.26, EXP2_5=P3.25, EXP2_7=P1.31, EXP2_9=,
EXP2_2=P0.15, EXP2_4=P0.16, EXP2_6=P0.18, EXP2_8=, EXP2_10=
The text was updated successfully, but these errors were encountered: