View previous topic :: View next topic |
Author |
Message |
tall_fn Guest
|
Custom characters on LCD screen? |
Posted: Tue Jan 22, 2013 4:03 pm |
|
|
I've been working with LCD screens for awhile now doing the regular numbers and letters. But, has anybody ever done custom characters on an numeric LCD screen?
If so, can you share your code please? |
|
|
Mike Walne
Joined: 19 Feb 2004 Posts: 1785 Location: Boston Spa UK
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
tall_fn Guest
|
|
Posted: Tue Jan 22, 2013 6:16 pm |
|
|
Alright cool!
as for the connections to the LCD screen, am I still going to be using four bits? |
|
|
temtronic
Joined: 01 Jul 2010 Posts: 9243 Location: Greensville,Ontario
|
|
Posted: Tue Jan 22, 2013 7:16 pm |
|
|
You can use 4 bits if you want, though 8 bit mode is technically faster.
While 8bit mode requires 4 more I/O pins, it is faster and reduces code space so a PIC with less memory could be used which might save a few pennies.
TOO many details aren't known..like... is this an existing board? is a unique PIC mandated for the task? already have code cut and it's just an pin compatable LCD upgrade? time to market? These 'details' only you know and have to weigh but the general thought on this forum would probably be to stick with 4bit mode( though I like 8 bits better)
hth
jay |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
|
tall_fn Guest
|
|
Posted: Tue Jan 22, 2013 7:57 pm |
|
|
HEY I GOT IT TO WORK!
I'm messing around with the up arrow, down arrow, degree program right now trying to better understand how it is working. |
|
|
|