![]() |
![]() |
![]() |
|
|
|||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
|
|
Thread Tools | Display Modes |
|
|
(permalink) |
|
I am considering using a non-character based LCD display for a future project. After searching these forums and the net it seems that there isn't a common standard for these types of displays, and the data sheets I've looked at contain very little information.
For example, Mouser lists an Optrex panel that is 128x64 pixels, transflective with a white LED backlight for $27.99. Not a bad looking panel for the price. Well, the datasheet doesn't make the first mention of the communication protocol. It only contains specifications, and says nothing at all about commands, data transfer, etc. So how in the world are people to make use of these things if the necessary information is not available? Do these displays have a buffer? Specifically, once the bitmap is transferred to the display will it continue to display it until it new data is uploaded, or must it be continually refreshed at some minimum frequency to keep the display from flickering? Now I could make use of a character based display, but only if there are no gaps between characters. I could simply define custom characters for my bitmaps, but that would not have the desired affect if the pixels are not continuous across the display. All of the panels I have looked at have those gaps. Anyone know of one that is character based with continuous pixels? Thanks. Dan East |
|
|
|
|
|
|
(permalink) |
|
That LCD uses the NJU6676 LCD controller. You want the controller datasheet to get specs on how to talk to it.
http://www.apollodisplays.com/pdf/ge06013.pdf
__________________
Mark Higgins |
|
|
|
|
|
|
(permalink) |
|
All the character displays I know of have gaps.
Also there are only a limited number of "custom" characters you can program at a given time, so drawing an arbitrary picture may not be possible. The controllers are the standard. You do NOT want an LCD without a controller (it would be a lot of additional complexity to add on your own controller). T6963C is the most common, SED1330 is another common one.
__________________
I thought what I'd do was I'd pretend I was one of those deaf-mutes. |
|
|
|
|
|
|
(permalink) |
|
Hi Dan,
I thought the little 1.5" display on this page was interesting but never quite found the $55 to order one (grin); Display3000 ![]() |
|
|
|
|
|
|
(permalink) |
|
Try www.allelectronics.com CAT# LCD101.
SED1330 controller 256X128 for 18.50 US$. Search my previous posts for more info. |
|
|
|
|
|
|
(permalink) |
|
Thanks, but it seems LCD101 is no longer in their inventory... Bummer!!!
Regards, Mike |
|
|
|
|
|
|
(permalink) |
|
Don't know where you looked but I just checked and they ARE in stock.
|
|
|
|
|
|
|
(permalink) |
|
I scrolled through both pages of their LCD category and I also typed "LCD101" into their search field and neither produced the product...
|
|
|
|
|
|
|
(permalink) |
|
Check this attachment.
|
|
|
|
|
|
|
(permalink) |
|
Found it... Sorry... Don't know how I missed it the first time... Looks like a rather nice display for the money, BUT, it's not backlit and it's not color...
Regards, Mike |
|
|
|
|
|
|
(permalink) |
|
Am I a hero ?
__________________
Just Play In Electronic World |
|
|
|
|
|
|
(permalink) | |
|
Quote:
__________________
" The only way to avoid human error is to avoid the use of humans" |
||
|
|
|
|
|
(permalink) | |
|
Quote:
heida11, that's also a nice looking display, especially for the cost. However I require a backlight, and a slightly smaller display. Thanks for the suggestions guys! Dan East |
||
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|