Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top