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

MKS-TS35 on Rumba32 with Marlin 2.0.7.2 Errors #36

Open
Orngrimm opened this issue Mar 22, 2021 · 0 comments
Open

MKS-TS35 on Rumba32 with Marlin 2.0.7.2 Errors #36

Orngrimm opened this issue Mar 22, 2021 · 0 comments

Comments

@Orngrimm
Copy link

If i configure it (As far as i can see, correctly, but hey) and compile it, it still gives me errors like

Marlin\src\HAL\STM32\tft\tft_spi.h: In static member function 'static void TFT_SPI::DataTransferEnd()':
Marlin\src\HAL\STM32\tft\tft_spi.h:59:41: error: 'TFT_CS_PIN' was not declared in this scope; did you mean 'TFT_SPI'?
or
Marlin\src\HAL\STM32\tft\tft_spi.h:63:46: error: 'TFT_A0_PIN' was not declared in this scope; did you mean 'TFT_SPI'?
63 | static void WriteReg(uint16_t Reg) { WRITE(TFT_A0_PIN, LOW); Transmit(Reg); WRITE(TFT_A0_PIN, HIGH); }
or
Marlin\src\HAL\STM32\tft\xpt2046.cpp:35:13: error: 'TOUCH_CS_PIN' was not declared in this scope; did you mean 'TOUCH_INT_PIN'?
35 | OUT_WRITE(TOUCH_CS_PIN, HIGH);

and i dont figure out what i need to declare to let those pins be defined...

I think i removed the previous LCD correctly in the config and added the correct OLED correctly, but well... Apparently not... :)

I added my 2 configfiles as i have them...
I am thankfull for every pointer i can get...

configs.zip

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

1 participant