-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
[BUG] MKS SGEN L V2.0 / MKS TS35 V2.0 compile error #27182
Comments
Using the latest It compiles, but I haven't tested it on real hardware. |
Perfect.. Thanks.. i will see if it works on the hardware :D
Perfect.. Thanks.. i will see if it works on the hardware :D |
Did kinda work bur got "err - eeprom" |
That's expected when you migrate major versions of Marlin and means you probably weren't running the latest
I copied the pin layout from another pins file hoping EXP numbering would match up, so I'll have to look at this more closely when I wrap up some other work and can test on real hardware. |
#define TOUCH_BUTTONS_HW_SPI_DEVICE 1 should be 2 but other than that... it looks ok. The back light not working doesn't make sense its just an IO pin, are you sure you plugged display exp1 to board exp1 and display exp2 to board exp2 correctly and not switched over? NOTE Do not just switch these over. check it thoroughlyIf you look at the pin diagram for MKS TS35 V2.0 https://github.com/makerbase-mks/MKS-TFT-Hardware/blob/master/MKS%20TS35/MKS%20TS35%20V2.0_001/MKS%20TS35%20V2.0_001%20PIN.pdf |
See #27183 for the verified fix. There's still a quark with a BTT TFT35 SPI display on this motherboard, but I'll look into that later since it'll be a rare combination. |
Where do i find that setting ? and yes. the machin was working before update |
In the originally provided updated pins_MKS_SGEN_L_V2.h.zip, it has been updated in #27183 |
How do i download that file ? haha sorry.. i tried all the ways that i know |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
In file included from Marlin\src\HAL\LPC1768\tft\tft_spi.cpp:29:
Marlin\src\HAL\LPC1768\tft\tft_spi.h:38:4: error: #error "Invalid TFT SPI configuration."
38 | #error "Invalid TFT SPI configuration."
Bug Timeline
New for me
Expected behavior
No response
Actual behavior
No response
Steps to Reproduce
No response
Version of Marlin Firmware
CONFIGURATION_H_VERSION 02010203
Printer model
Xvico
Electronics
MKS SGen L v2.0
LCD/Controller
MKS TS35 v2.0
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Marlin.zip
No response
The text was updated successfully, but these errors were encountered: