Fonts for displaying graphical characters on S1D13700 using PIC32MX795F512L

GLCD Font Creator software is the ultimate solution to create personalized fonts, symbols and icons for Graphic LCDs. It generates code compatible with All mikroElektronika compilers
Post Reply
Author
Message
perton
Posts: 1
Joined: 03 Sep 2023 04:34

Fonts for displaying graphical characters on S1D13700 using PIC32MX795F512L

#1 Post by perton » 03 Sep 2023 04:53

Hello,
I am using PIC32MX795F512L and trying to display graphic characters on Sthe 1D13700 graphical LCD.Compiler: MPLAB C32 C compiler. I want to use different fontsets of varying sizes for the testing purpose. I tried displaying Arial font of 19x19 pixels using a one-dimensional fontset array. Each character takes 58 bytes—total 94 characters.
My function removes the offset bits, stores the valuable bits into a character buffer, and later sends byte by byte to the GLCD; scanning is done similarly to a raster scan.
Are similar font sets available for testing with other fonts and font sizes?
Is there any tool or software that helps create a one-dimensional font array?
Any resources or tools in this regard would be helpful.
Thanks in advance.
mikroe

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Fonts for displaying graphical characters on S1D13700 using PIC32MX795F512L

#2 Post by filip » 22 Sep 2023 07:22

Hi,

We have developed S1D13700 libraries for mikroC PRO compilers, but for the MPLAB X I don't know if there is one available.

Regards,
Filip.

Post Reply

Return to “GLCD Font Creator Software”