Open smonkeys81 opened 4 years ago
You need to encode the binary with the utility from Robin doc.
The binencode
provided in Robin doc, is just for the tft robin series and if you use to encode the .bin
file, the whole screen and images of the tft lcd collapses. I searched about a week but I didn't find anything! No guides for changing the code, no guides for rotating 90 degrees, no binencoder
for mks tft series.
Please provide a documentation or at least a simple guide on all these. These are not just my problem, these are thousands of your customers' problems. Please care for your customers
please answer quickly, It's urgent. I need to use mkstft70 on hundreds of our 3D printers.
I use IAR and binencode with MKS TFT35 and TFT70 without any problem since MKS had published sources. If you try to boot nonencoded firmware you get dead display and need to reflash bootloader with programmer like STlink. But I stopped to use MKS firmware as useless and blind comparing with BTT one.
@mshavandi did you pls solve this problem?
I use IAR and binencode with MKS TFT35 and TFT70 without any problem since MKS had published sources. If you try to boot nonencoded firmware you get dead display and need to reflash bootloader with programmer like STlink. But I stopped to use MKS firmware as useless and blind comparing with BTT one.
hello I also need to make changes to the 7-inch display because I use for custom robot that isn't a 3D Printer . Is there any way to upload BTT FW on mks tft 70 displays?
can you help me please ? @mshavandi @karabas2011
There was a port to MKS TFT35 ( same processor) with replacing bootloader. But it has bugs with screen calibration ( dead zones ) and EEPROM saving.
I built this source by IAR 7.5 and tried updating by using 16GB SD card (FAT32). But it freezes at "Updating 100%" and it also stuck after rebooting.
If I use the same version of pre-build bin file from https://github.com/makerbase-mks/MKS-TFT , it works well. What am I missing?