You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am testing a Kraken with Marlin on a DIY CNC machine.
I find it useful to have some form of display for ease of tweaking settings when tuning or jogging the axis for general maintenance.
I just cannot get the Mini display or the neo pixels to work at all with the Kraken with Marlin firmware?
I have tried many different combinations in the Marlin firmware including selecting other generic Mini display options with zero response.
On earlier control boards I have used an old BTT touchscreen which has been perfect for my use case but this does not appear possible with no TFT connection for the board?
I am using the latest Kraken Marlin branch form the Marlin git.
I have neo pixels enabled in Marlin.
Anyone any ideas?
Thanks in advance
Boothy
Update: 18\03\24. FYI for anyone else using a Display in Marlin with the Kraken. Still cannot get the Mini display to work in Marlin but I have got the a BTT Touch Screen to work\connect by connecting the serial connector to the SBC port on the Kraken but swapping the RX & TX pins on the connector. Credit to Teamgloomy\RRF support pages for this solution: https://teamgloomy.github.io/tft.html
The text was updated successfully, but these errors were encountered:
I can confirm that none of the Mini 12864 displays with NeoPixels work on the Kraken under Marlin. The LCD lights up & NeoPixels will cycle on boot, but nothing is displayed. Using M250 C255 to set max contrast also doesn't work.
Actually, simply add #define FORCE_SOFT_SPI anywhere in your config and that will work. I'll submit a PR to fix this bug upstream in Marlin shortly. PR submitted: MarlinFirmware/Marlin#26918
Hi All,
I am testing a Kraken with Marlin on a DIY CNC machine.
I find it useful to have some form of display for ease of tweaking settings when tuning or jogging the axis for general maintenance.
I just cannot get the Mini display or the neo pixels to work at all with the Kraken with Marlin firmware?
I have tried many different combinations in the Marlin firmware including selecting other generic Mini display options with zero response.
On earlier control boards I have used an old BTT touchscreen which has been perfect for my use case but this does not appear possible with no TFT connection for the board?
I am using the latest Kraken Marlin branch form the Marlin git.
I have neo pixels enabled in Marlin.
Anyone any ideas?
Thanks in advance
Boothy
Update: 18\03\24. FYI for anyone else using a Display in Marlin with the Kraken. Still cannot get the Mini display to work in Marlin but I have got the a BTT Touch Screen to work\connect by connecting the serial connector to the SBC port on the Kraken but swapping the RX & TX pins on the connector. Credit to Teamgloomy\RRF support pages for this solution: https://teamgloomy.github.io/tft.html
The text was updated successfully, but these errors were encountered: