<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>BTT SKR 1.4 Turbo with MKS TS35</title>
        <description> Hi, I am new in this field, Can I use MKS TS35 LCD display with BTT SKR 1.4 turbo board.</description>
        <link>https://reprap.org/forum/read.php?13,893249,893249#msg-893249</link>
        <lastBuildDate>Wed, 22 Apr 2026 09:22:11 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,895680#msg-895680</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,895680#msg-895680</link>
            <description><![CDATA[ You're right but as I said I changed the cable on the screen as in the image. For the software part I have alredy tried all the configuarations that I found searching for this problem and none of them worked, I post the configuration too so you can see it and I hope that you can find something that I missed. The screen is always withe as in the second image and it flash a bit if the board is restarted. Thank you for your time and patience]]></description>
            <dc:creator>ajeje brazorf</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 31 Aug 2024 09:41:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,895659#msg-895659</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,895659#msg-895659</link>
            <description><![CDATA[ no configs, no images of how you have it plugged in, no way to confirm or check anything.]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 26 Aug 2024 11:40:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,895658#msg-895658</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,895658#msg-895658</link>
            <description><![CDATA[ Hi, I have a problem with the same setup, I am using a SKR 1.4 and TS35 V2, I have alredy turned the cable plug of EXP and changed everything you said in this post but my screen only does withe sreen, I tried changing UI to classic, disabling touch and rewiring but nothing. If you can give some advice of how you made the screen work it woult be helpfull. Thanks again]]></description>
            <dc:creator>ajeje brazorf</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 26 Aug 2024 06:42:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893376#msg-893376</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893376#msg-893376</link>
            <description><![CDATA[ I am very sorry for the late reply.<br />
After merging your above-mentioned changes<br />
<br />
      #define TOUCH_INT_PIN          EXP1_06_PIN<br />
<br />
Now Touch is working on MKS TS35. I am using BTT SKR 1.4 (LPC1768)<br />
See in the attached image now arrows are appearing at the bottom<br />
<br />
At the moment Touch and Encoder both are working on this display]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 01 Sep 2023 13:52:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893304#msg-893304</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893304#msg-893304</link>
            <description><![CDATA[ Did you get touch working?<br />
<br />
I found a line I missed <br />
See [<a href="https://github.com/MarlinFirmware/Marlin/pull/26176/commits/d730e573416ef1e22d01e3663254053227e77862" target="_blank"  rel="nofollow">github.com</a>] for details<br />
<br />
wasn't needed for 1.3 but is needed for 1.4]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 24 Aug 2023 04:48:45 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893285#msg-893285</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893285#msg-893285</link>
            <description><![CDATA[ The screen you describe is the touch calibration screen<br />
<br />
All touch screens vary slightly in their positions on the display so you have to calibrate it<br />
<br />
Get yourself a some form blunt pointy device that works on touch screen and touch as close as you can to the center of the + sign<br />
You have to do all 4 corners<br />
<br />
if your to far out from the center of the + it may ask you to do this several times<br />
<br />
once done it will say calibrated you touch the screen one more time and the standard screen comes up<br />
<br />
<br />
If you have a serial monitor hooked up, on completion of the calibration it will show you the values used.<br />
<br />
You can copy these values into firmware so you don't need to do it again, <br />
<br />
ie enable these settings, replacing the numbers from what the console told you.<br />
<br />
#define TOUCH_CALIBRATION_X 12316<br />
#define TOUCH_CALIBRATION_Y -8981<br />
#define TOUCH_OFFSET_X -43<br />
#define TOUCH_OFFSET_Y 257<br />
<br />
or the values are saved into eeprom if #define EEPROM_SETTINGS  is enabled<br />
<br />
If eeprom is disabled and the calibration defines are not set the firmware will ask you to calibrate every time you turn it on or reset]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 21 Aug 2023 01:40:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893281#msg-893281</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893281#msg-893281</link>
            <description><![CDATA[ Sorry as I am new in this field so need more help<br />
I have enabled the Touch screen, but now the screen is stuck on messages a Plus (+) Sign appears on the top left and in the middle of the screen message appears "Top Left".<br />
<br />
In "Configuration.h" the following setting (Configuration file is attached with post)<br />
<br />
//===================<br />
// Touch Screen Settings<br />
//<br />
#define TOUCH_SCREEN<br />
#if ENABLED(TOUCH_SCREEN)<br />
  #define BUTTON_DELAY_EDIT      50 // (ms) Button repeat delay for edit screens<br />
  #define BUTTON_DELAY_MENU     250 // (ms) Button repeat delay for menus<br />
<br />
  //#define DISABLE_ENCODER         // Disable the click encoder, if any<br />
  //#define TOUCH_IDLE_SLEEP_MINS 5 // (minutes) Display Sleep after a period of inactivity. Set with M255 S.<br />
<br />
  #define TOUCH_SCREEN_CALIBRATION<br />
 <br />
  //#define TOUCH_CALIBRATION_X 12316<br />
  //#define TOUCH_CALIBRATION_Y -8981<br />
  //#define TOUCH_OFFSET_X        -43<br />
  //#define TOUCH_OFFSET_Y        257<br />
  //#define TOUCH_ORIENTATION TOUCH_LANDSCAPE<br />
<br />
  #if ALL(TOUCH_SCREEN_CALIBRATION, EEPROM_SETTINGS)<br />
    #define TOUCH_CALIBRATION_AUTO_SAVE // Auto save successful calibration values to EEPROM<br />
  #endif<br />
<br />
  #if ENABLED(TFT_COLOR_UI)<br />
    //#define SINGLE_TOUCH_NAVIGATION<br />
  #endif<br />
#endif]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 20 Aug 2023 09:44:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893277#msg-893277</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893277#msg-893277</link>
            <description><![CDATA[ you need to enable TOUCH_SCREEN for touch]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 19 Aug 2023 20:52:50 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893276#msg-893276</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893276#msg-893276</link>
            <description><![CDATA[ In addition to above post please see attached pictures of display.<br />
As mentioned above have turn 180 degree to one side  of EXP1 and 2 cables]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 19 Aug 2023 10:02:55 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893275#msg-893275</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893275#msg-893275</link>
            <description><![CDATA[ I have uploaded your above mention marlin branch version with change mentioned on geithub<br />
<br />
#define MOTHERBOARD BOARD_BTT_SKR_V1_3<br />
#define CUSTOM_MACHINE_NAME "BTT SKR 1.3"<br />
#define SDSUPPORT<br />
#define MKS_TS35_V2_0<br />
#define NO_CONTROLLER_CUSTOM_WIRING_WARNING<br />
#define TFT_COLOR_UI<br />
<br />
Now (Full graphics like) display appearing in colour. But touch is not working on MKS TS35.<br />
<br />
Thanks for your help now screen is working ]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 19 Aug 2023 09:59:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893260#msg-893260</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893260#msg-893260</link>
            <description><![CDATA[ I am really thankful for your quick help.]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 09:51:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893258#msg-893258</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893258#msg-893258</link>
            <description><![CDATA[ Just download my Marlin fork [<a href="https://github.com/ellensp/Marlin/archive/refs/heads/fix-mks-ts35-on-btt-skr-1.3-and--1.4.zip" target="_blank"  rel="nofollow">github.com</a>]  , or wait till this is finished and merged into marlin <br />
<br />
Note:  these are the only valid Configuration options for this display right now<br />
<br />
<br />
<pre class="bbcode">
-----------------------------------------------------------------
|  (with)        |TFT_CLASSIC_UI | TFT_COLOR_UI |  TFT_LVGL_UI  |
-----------------------------------------------------------------
|TOUCH_SCREEN    |   Works       |    Works     | Not Supported*|
-----------------------------------------------------------------
|no TOUCH_SCREEN |  Non Working  |    Works     | Not Supported*|
-----------------------------------------------------------------

* Needs SERIAL_RUNTIME_HOOK but SERIAL_RUNTIME_HOOK is not yet supported for LPC176x.</pre>
  <br />
I would recomend TFT_COLOR_UI with TOUCH_SCREEN]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 09:32:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893255#msg-893255</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893255#msg-893255</link>
            <description><![CDATA[ Hi thanks a lot for looking the issue.<br />
As I am new still I couldn't understand Which change I need to do, so that TS35 works with BTT SKR 1.4]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 07:14:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893254#msg-893254</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893254#msg-893254</link>
            <description><![CDATA[ Current status [<a href="https://github.com/MarlinFirmware/Marlin/pull/26176" target="_blank"  rel="nofollow">github.com</a>]]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 05:43:03 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893253#msg-893253</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893253#msg-893253</link>
            <description><![CDATA[ SKR 1.4 turbo now also works in most modes...]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 05:27:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893252#msg-893252</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893252#msg-893252</link>
            <description><![CDATA[ Update: I've just got the SKR 1.3 working again with this display, now looking at SKR 1.4]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 04:09:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893251#msg-893251</guid>
            <title>Re: BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893251#msg-893251</link>
            <description><![CDATA[ It should work, but looks like somewhere along the way Marlin code has been broken, wont even compile.<br />
<br />
Also note that skr 1.4 exp1 and exp2 plugs are turned 180 degrees around compared to what the MKS TS35 needs]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 14 Aug 2023 00:58:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,893249,893249#msg-893249</guid>
            <title>BTT SKR 1.4 Turbo with MKS TS35</title>
            <link>https://reprap.org/forum/read.php?13,893249,893249#msg-893249</link>
            <description><![CDATA[ Hi, I am new in this field, Can I use MKS TS35 LCD display with BTT SKR 1.4 turbo board.]]></description>
            <dc:creator>Skhan</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 13 Aug 2023 14:29:01 -0400</pubDate>
        </item>
    </channel>
</rss>
