-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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_LCD12864B and MKS_MINI_12864 Linking error on ESP32 (MKS Tinybee) #24021
Comments
MKS marlin fork has (original source of the code) Marlin has As the MKS_MINI_12864_V3 has an identical display the BTT_MINI_12864_V1 so both should work. Ie
So the code in marlin should be
|
The standard MKS Mini 12864 is very different than the newer “mini” 12864s and does not use neopixels as a backlight, so this will need some checking. |
It compiles fine for me. Please test the |
Hello, does only compile with todays bugfix for a MKS_MINI_12864 or MKS_LCD12864B if I apply proposed change from ellensp So in u8g_esp32_spi.cpp: from to |
The regular MKS Mini (V1 and V2) does not use neopixels, so grouping it with the V3 (FYSETC_MINI_12864_2_1 in our case) will enable options it doesn’t have. |
@thisiskeithb this '#if ANY(MKS_MINI_12864, FYSETC_MINI_12864_2_1)' is a enable/disable for all code in Marlin/src/HAL/ESP32/u8g_esp32_spi.cpp Ie the SPI communications side only. It has nothing to do with if it has neopixels or not |
Pr created. |
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. |
Happens with todays (2022/04/10) 2.0X-Bugfix, does compile e.g. with
MKS_MINI_12864_V3
but not with either
Linking error:
I dont know so much of this stuff, but:
ESP32 u8g_esp32_spi.cpp:
Originally posted by @jesterhead82 in #23776 (comment)
The text was updated successfully, but these errors were encountered: