makerbase-mks / MKS-DLC32-FIRMWARE

The source code of MKS DLC32
GNU General Public License v3.0
69 stars 50 forks source link

Compiling and uploading this firmware disables TS35-R V2 #32

Closed kpatel122 closed 11 months ago

kpatel122 commented 11 months ago

When I compile and upload the .bin from from this repo without any changes to a DLC32 V2.1 The screen is disabled and I can't connect to the board using the MKS tool. If I re-flash one of the pre-built binaries, the board and screen works as expected. Is there a particular config value that I'm missing to enable the screen or does the .bin file have to have a particular name ? I get no errors when compiling and uploading the binary. Looking through the code, it seems already setup for a TS35 screen and all the flags seem to be enabled, am I missing something ? Thanks

kpatel122 commented 11 months ago

Issue resolved, I needed to upload the build through vs code rather than MKS tool.