Display Font related issue

Comments

3 comments

  • Saurabh_B

    Hello Darshana,

    Fonts and other graphics are controlled by the software and the controller that write to the display.
    The onboard display controller will only show what is loaded onto the RAM.

    Could you show me what you are displaying currently for the letters?

    0
  • darshana

    Sir,
    Sorry for the delay as I was mapped to some other work and now I am back to the loop, I am using bitmap format
    Arial Narrow 14pts W
    const uint_8 arialNarrow_14ptBitmaps[] =
    {
       // @0 'W' (13 pixels wide)
       0x82, 0x08, // #     #     #
       0x82, 0x08, // #     #     #
       0x85, 0x08, // #    # #    #
       0x85, 0x08, // #    # #    #
       0x85, 0x08, // #    # #    #
       0x48, 0x90, //  #  #   #  #
       0x48, 0x90, //  #  #   #  #
       0x48, 0x90, //  #  #   #  #
       0x48, 0xD0, //  #  #   ## #
       0x50, 0x50, //  # #     # #
       0x50, 0x50, //  # #     # #
       0x50, 0x50, //  # #     # #
       0x20, 0x20, //   #       # 
       0x20, 0x20, //   #       # 
    };

    0
  • Ted M.
    NHD Staff

    Hi Darshana,

    I hope you have resolved this.  If not, please take a look at the U8glib for some examples:

    https://github.com/olikraus/u8glib

    https://code.google.com/archive/p/u8glib/

    0

Please sign in to leave a comment.