How can i create Font for LCD geraphic?

Status
Not open for further replies.

Hesam Kamalan

New Member
hi there!
i have PIC16F877A and i want to drive geraphic LCD with that, i used MicroC compiler. in microC i can write big letters in english lang. but i want to create for example Persian font.

how can i create font for LCD?
 
You'd need to create them yourself by drawing out the characters on a piece of software bitmapped pad called "fastlcd". Its free.

Then the software will convert the bitmap into data values for you to include them as an array in your C source.

The download link and an example can be found here: FastLCD for Creating Bitmap pictures
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…