makerbase-mks / MKS-Robin-E3-E3D

MKS Robin E3 E3D 32Bit Control Board 3D Printer parts with tmc2209 Uart mode driver For Creality Ender 3 CR-10
https://www.aliexpress.com/item/4000781744682.html
GNU General Public License v3.0
118 stars 97 forks source link

how to use chinese simplified in ender3 default display and E3 motherboard #91

Closed zyystudio closed 3 years ago

zyystudio commented 3 years ago

I have gone through the site and successfully compiled the 2.0.6.1 marlin with E3 and 3d touch with my parameters to flash the ender3. However I do see there is simplified chinese version for E3D. Is there documentation how to do that? Thanks Stanley

zyystudio commented 3 years ago

BTW the display model on ender3 by default is LCD12864

zyystudio commented 3 years ago

define LCD_LANGUAGE zh_CN

zyystudio commented 3 years ago

? It seems overflow the 256K of STM32F103RCT6 right?

mks-viva commented 3 years ago

Yes, if you use Chinese, it is easy to cause the Flash to be larger than 256kb. Therefore, you need to block the boot logo, etc. Maybe, you refer to Marlin-2.0.6.1_E3D_V1.0_Chinese_TMC2209 source code and it's will make sense.

zyystudio commented 3 years ago

aha! it's you again! Thanks. That's a good idea! Lovely!

zyystudio commented 3 years ago

Wonderful! Solved! shrink several ones! Love you!

mks-viva commented 3 years ago

Haha! So, i will close this issues temporily.