how to use font in embeded system

Status
Not open for further replies.

tawatm

Newbie level 4
Joined
Jan 11, 2003
Messages
5
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
43
can anyone tell me how to use font (bitmap or ttf) in embeded system to display in graphic lcd ?
 

Hey,

you should use bitmap fonts, they are very easy to deal with,
look at this link:

**broken link removed**

and you can use convdbf (it's can be dl-ed from there) program to create .c style constants from a bitmap font file.

I recommend to put out an "A" letter yourself first with just plain
commands to understand how it works and than create an include file from your font and write a LCDputstr function.

Hope it helps,
Zed
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…