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

Looking for CHARACTER MAP for dot matrix LCD...

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



Joined: 11 May 2005
Posts: 57
Location: london

View user's profile Send private message

Looking for CHARACTER MAP for dot matrix LCD...
PostPosted: Wed Jul 13, 2005 6:15 am     Reply with quote

Hi, everybody,

I am working on a project that involves a Batron LCD. The resolution is 124 by 64, i.e., 8 rows( each of which has 8 lines) by 124 columns.

Since I am designing the menus, I have got a character map already which is 7*8, i.e., if you wanna display character 'A' on the display in the first character position, write the data array:

{0x00,0x7E, 0x09, 0x09, 0x09, 0x7E, 0x00}

to the column 1 to 8 in row 1 and a 'A' will be on the display.


However, to make the display look more attractive, I certainly need a smaller character set so that I can have at least two font sizes on the LCD!!!!

Can anybody help me find a complete character set that is smaller than 7*8?


Just a kind reminder that, some of the character sets start from rows, i.e.,


1 ---------------->
2 ---------------->
.
.
8 ----------------->


BUT i am looking for those starting from columns,i.e.

1 2 8
| | |
| | |
| |. . . . . . |
| | |
| | |
| | |
\/ \/ \/



I hope my explanation is clear enough. Please do help~~~~
Idea Idea
ye



Joined: 11 May 2005
Posts: 57
Location: london

View user's profile Send private message

PostPosted: Wed Jul 13, 2005 6:26 am     Reply with quote

sorry, the second drawing is not very nice, it should be like


1 2 ......... 8
| | ........... |
| | ........... |
| | ........... |
| | ........... |
| | ........... |
\/ \/ .........\/


Thanks in advance!!!
ye



Joined: 11 May 2005
Posts: 57
Location: london

View user's profile Send private message

PostPosted: Wed Jul 13, 2005 7:19 am     Reply with quote

No body reply??? Shocked Shocked Shocked


This is not a technical question......



I just need some information......................hey.......... Confused
treitmey



Joined: 23 Jan 2004
Posts: 1094
Location: Appleton,WI USA

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

PostPosted: Wed Jul 13, 2005 7:33 am     Reply with quote

I have used this program called fongen
Some modification are needed for ccs.
Fonts scale to "any" size.
rotate flip mirror.
can do graphics too.

http://www.8052.com/users/bahrio/fontgen.phtml
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