CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Larger than 5x7 fonts

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Benjamin



Joined: 11 Jan 2006
Posts: 21
Location: Quebec (Canada)

View user's profile Send private message Visit poster's website

Larger than 5x7 fonts
PostPosted: Wed Jan 19, 2011 3:44 pm     Reply with quote

Hello,

I'm looking for a table of fonts in 'c' that is larger than 5x7. The 5x7 font is a little small on my LCD, and I don't want to double the size (to big, and to ugly). I also don't know what the next standard sizes would be? 8x8?

I'm looking for a table in a similar format (from CCS libraries):

Code:

const BYTE TEXT2[51][5] ={0x00, 0x00, 0x00, 0x00, 0x00, // SPACE
                         0x00, 0x00, 0x5F, 0x00, 0x00, // !
                         0x00, 0x03, 0x00, 0x03, 0x00, // "
                         0x14, 0x3E, 0x14, 0x3E, 0x14, // #
                         ...
                         0x7F, 0x09, 0x09, 0x09, 0x06, // P
                         0x1E, 0x21, 0x21, 0x21, 0x5E, // Q
                         0x7F, 0x09, 0x09, 0x09, 0x76};// R


Has anyone found something like this in CCS libraries or on the Net?

Thanks,

Benjamin.
dyeatman



Joined: 06 Sep 2003
Posts: 1923
Location: Norman, OK

View user's profile Send private message

PostPosted: Wed Jan 19, 2011 4:01 pm     Reply with quote

I use GLCD Font Creator and it has worked great for me...

http://www.pocketmt.com/

******************************************
Also, PICMultiCalc has a LCD Character generator.

http://www.picbasic.co.uk/forum/showthread.php?t=4994
_________________
Google and Forum Search are some of your best tools!!!!
bkamen



Joined: 07 Jan 2004
Posts: 1611
Location: Central Illinois, USA

View user's profile Send private message

PostPosted: Wed Jan 19, 2011 11:16 pm     Reply with quote

Microchip's App Lib has a free font tool too.

It's Java based now and allows creating font files from installed Windows Fonts.
_________________
Dazed and confused? I don't think so. Just "plain lost" will do. :D
Benjamin



Joined: 11 Jan 2006
Posts: 21
Location: Quebec (Canada)

View user's profile Send private message Visit poster's website

PostPosted: Thu Jan 20, 2011 8:32 am     Reply with quote

Thanks!
I've downloaded both Microchip's App Lib and the GLCD Font Creator.
I've started with the Font Creator and really like it, especially it's flexibility and the ability to import system fonts.

These will be very usefull.

Thanks again!

Benjamin
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group