Issue regarding displaying fonts..

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Issue regarding displaying fonts..

    Dear Sir,

    Our platform & environment is as follows:





    Tools:
    Keil u5


    Target MCU: STM32f439NIh6


    Display:
    3 ATI DHA/AMLCD


    Resolution :
    480*480,


    Type: RGB565


    Host platform: windows


    Programming Language : Embedded C




    we are facing problem in displaying string.
    our API as follows,


    GUI_DispStringAt("SESD-SW VERSION", 10, 10); //only this first API is getting displayed


    the below API are not displaying.....


    GUI_DispStringAt("opf : CSCI XXXX", 20, 120);
    GUI_DispStringAt("VERSION : A", 20, 80);
    GUI_DispStringAt("SESD STATUS", 10, 120);
    GUI_DispStringAt("DISPLAYED MODE : DAY", 20, 160);
    GUI_DispStringAt("FADEC CHANNEL : A", 20, 200);