This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

msp exp430f5438 lcd font maker

Other Parts Discussed in Thread: MSP430WARE

can i how do the LCD font maker(Design Software or tools ?) to the hd66753 LCD 

  • Yan Jia-hong said:

    can i how do the LCD font maker(Design Software or tools ?) to the hd66753 LCD 

    Have you installed Code Composer Studio which includes MSP430Ware?  You can find other font options here

    C:\TI\ccsv5\ccs_base\msp430\MSP430ware_1_25_00_29\grlib\drivers\fonts

    If you want to make your own font, I suggest you try ftrasterize.exe found here, after installing StellarisWare.

    C:\StellarisWare\tools\ftrasterize

  • I am installed msp430 for IAR

  • Yan Jia-hong said:

    I am installed msp430 for IAR

     
    To support IAR users, we also offer the same MSP430Ware that is normally a part of Code Composer Studio aslo as a stand alone installation.  After installation look for the fonts folder.  You also do not need Code Composer Studio in order to use ftrasterize from StellarisWare.  You can find it here after installing StellarisWare
    C:\StellarisWare\tools\bin
     
    Hers are a few examples I made.  I downloaded a true type font.  I used ftrasterize from StellarisWare to rasterize the font to a c file.  Then I modified this MSP430Ware example to use the new font.
    MSP430ware_(latest version here)\grlib\MSP-EXP5529_Grlib_Example
     
    .
     
    This example shows a Chinese unicode true type font on the MSP-EXP430F5529 LCD display.  The same resources were used for both examples.
     
    .
    .

**Attention** This is a public forum