LordsWars

Results 21 comments of LordsWars

That is, I am offered to throw out the purchased board due to the fact that it is not supported by Marlin 2.0 or to use it as it is...

`You would need to identify your LCD model to see if yours is supported. There might be three model that is accepted by Marlin. Also, you would need to select...

Well, since "makerbase-mks" are silent, then no one will provide the original source. It is sad. We need to deal with Marlene. 2 questions arise: 1. Which version of Marlin...

![tft35_v1](https://user-images.githubusercontent.com/59338344/91627764-fd048000-e9e3-11ea-8e81-9b84abd85afc.png) On the way, everything is standard and everything is connected via FSMC and SPI1. We will download Marlin 2.0 and compile for a start ...

> Если вы действительно хотите писать код, я сэкономлю вам пару часов, пытаясь найти, с чего начать. Marlin \ SRC \ LCD \ dogm \ ug8_dev_tft_320X240_upscale_from ...... В нем есть...

Well, here's a little digging, the file tft_io.h was found in which there is a check for the HAS_FSMC_TFT definition, which in turn sends us to tft_fsmc.h where the FSMC...

Continued ..... editing platformio.ini # # mks_robin2_407Z # [env: MKS_ROBIN2] platform = $ {common_stm32.platform} extends = common_stm32 board = MKS_ROBIN2 build_flags = $ {common_stm32.build_flags} -DSTM32F4 -DUSB_PRODUCT = \ "STM32F407ZE \"...

Error solution: rule platform_packages = [email protected] compile ->OK

Something I hurried ... there were even more mistakes ... Searching in marlin boards with a 407ZE or 407ZG processor .... I found a few trying to compile BOARD_BTT_SKR_PRO_V1_1 almost...

An attempt to compile any project with a 407 processor leads to errors ... most of the errors are configuration files BUT even substituting the necessary files, other errors arise...