cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the Display Language of an LCD from Korean to English

Jawad Waheed
Associate II
Posted on May 02, 2018 at 14:55

I have a machine with an LCD display that is in Korean, I want to change that to English. Following are the details. 

There is this LCD Module with Toshiba T6963C Controller, which is bus connected to a PCB that has a ST PSD913F2-90J and a DS80C320 Microcontroller embedded on it, and only a JTAG connector IEEE1149.1 ( enabling only 4 pins : TDO, TDI, TCK, TMS) ... as the display is in Korean, the LCD controller T6963C is using a custom External Memory to read characters, most probably ST PSD913F2-90J, so my question was how to access this PSD913F2 and change where ever that Korean Display data is stored into English. Assistance would be highly appreciated. 

4 REPLIES 4
Posted on May 02, 2018 at 16:18

Prior thread

https://community.st.com/0D70X000006T09PSAS

 

If you want to spoof the display then you'll need to figure the wiring of the circuit board and how you can pull off the signals either to replace the existing display controller, or snoop the bus traffic and recognize the different display and message usage translating that into a form you want.

If the interaction is at a relatively pedestrian rate you could use GPIOs for the bus signals, and a GPIO/EXTI for the write pulse. For more rapid rates DMA might be advisable with all GPIO on the same bank.

https://www.sparkfun.com/datasheets/LCD/Monochrome/Datasheet-T6963C.pdf

 

>>

Assistance would be highly appreciated. 

It's your project, so you'll like have to own it, or contract it out.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on May 02, 2018 at 16:31

willing to contract it out! could find someone yet. 

Posted on May 02, 2018 at 16:32

will have to use JTAG interface to access the registers

Dan Mackie
Senior
Posted on May 03, 2018 at 13:19

If you can patch the binary, this idea might help. We have an English application under windows, but have translate to other languages options. The text output checks a dictionary, and if the string is present, it outputs the translation not the original English.  Have used this for Russian and Chinese. You should be able to patch the binary if you can identify the string output module. Patching the binary should not be too hard.