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

LCD 1 Large line in 2 lines

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



Joined: 17 Feb 2006
Posts: 59
Location: Argentina

View user's profile Send private message Send e-mail Visit poster's website MSN Messenger

LCD 1 Large line in 2 lines
PostPosted: Fri May 19, 2006 2:44 pm     Reply with quote

Hello everyone:
I brought another question , is any chance to write an LCD 2x20 larger characters , writing half of the character on the top line and the other half at the bottom line, so you are able to see from longer range???
Thanks a lot
Fro_Guy



Joined: 26 Apr 2006
Posts: 12

View user's profile Send private message

PostPosted: Fri May 19, 2006 2:52 pm     Reply with quote

You could but looking at the LCD's i have there are gaps between the writeable area. You could make your own charcters by writing to the charcter ram, and say write a block of 4 of them to make your own big letter but it would probally look a little strange. If there arnt the gaps in yours you might be OK to do it that way.

Froguy
Ttelmah
Guest







PostPosted: Fri May 19, 2006 2:53 pm     Reply with quote

No.
Text mode LCDs, have a fixed font. You can define a limited number of 'DIY' characters (which is what this would need), but not an alphabet worth.
Either use a larger LCD, or a graphic LCD, which will then allow the larger characters to be drawn, but will be more expensive than the larger text LCD.

Best Wishes
newguy



Joined: 24 Jun 2004
Posts: 1903

View user's profile Send private message

PostPosted: Fri May 19, 2006 2:55 pm     Reply with quote

Not really. The standard hitachi-compatible character LCD has room for only 8 user-defined characters. If you can create all letters of the alphabet and numbers using only 8 unique user-defined characters, I'd like to see how.

Now that I think about it, it may be possible if you created very large letters using only solid blocks, half blocks, and triangular shapes. It would be a lot of work.
steve_elliott



Joined: 20 May 2006
Posts: 2

View user's profile Send private message

Double High Double Wide LCD Characters
PostPosted: Sat May 20, 2006 10:28 am     Reply with quote

About 20 years ago I used some Hitachi LCD's that were programmed with 2x by 2x numerical digits, as well as the regular small digits. The special 1/4 character symbols were mapped into some of the Kanji character set. I looked for the LCD again about 10 years ago and found that they were discontinued. Your double high-double wide characters will work very well. Double size numbers with normal size letters work great for messages like 12.03 volts.

Seetronics also sells little preprogrammed graphical LCDs (a PIC is piggybacked on the LCD and controls the interface) that lets you set multiple character sizes. They also sell just the piggyback module if have your own display. Good luck.
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