This repository was archived by the owner on Jan 18, 2024. It is now read-only.
TFT35v3 E3 and BTT SKR Mini E3 v2.0 - Driving Me Nuts! #49
Unanswered
jaanbrotherns
asked this question in
Q&A
Replies: 1 comment 11 replies
-
|
Check the EXP-Alias definition. The one from here (https://github.com/teeminus/NoTouchScreenFirmware/wiki/Klipper-display-configuration#tft35v3-e3-and-btt-skr-mini-e3-v12) looks different. |
Beta Was this translation helpful? Give feedback.
11 replies
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.
-
I've gone through the entire process several times now, starting from scratch, sanity checking, everything! To no avail, now I'm losing my mind. I'm using the exact test config as I have this exact setup, but can't get the screen to work, not even getting the garbled pixels. So, assumption here is I have my pins wrong - anyone think they can help me out?
Config:
[board_pins]
aliases:
EXP1_1=PB5, EXP1_3=PA9, EXP1_5=PA10, EXP1_7=PB8, EXP1_9=,
EXP1_2=PA15, EXP1_4=, EXP1_6=PB9, EXP1_8=PB15, EXP1_10=<5V>,
[display]
lcd_type: emulated_st7920
en_pin: EXP1_7
spi_software_sclk_pin: EXP1_6
spi_software_mosi_pin: EXP1_8
spi_software_miso_pin: PA3
encoder_pins: ^EXP1_5, ^EXP1_3
click_pin: ^!EXP1_2
Beta Was this translation helpful? Give feedback.
All reactions