Graphic LCD or 16 segment led displays, which will be easier to handle via BS ?
CuriousOne
Posts: 931
Hello.
I have a task - need to display 2 line X 20 characters in certain language. This language is not supported by any of 1602 or similar devices, nor can be added to it, since 5x7 pixels won't be enough, at least 8x6 is needed. So, I have to use either graphic LCD, or 16 segment leds. Personally, I'd prefer 16 segment leds, due to their higher contrast and better viewing angles. But, LCD also is OK.
So, the question is, given the amount of chars to be displayed, which approach will be easier to implement in terms of basic stamp resources and additional components needed? (besides the price of LCD panel or LED segments itself?)
I have a task - need to display 2 line X 20 characters in certain language. This language is not supported by any of 1602 or similar devices, nor can be added to it, since 5x7 pixels won't be enough, at least 8x6 is needed. So, I have to use either graphic LCD, or 16 segment leds. Personally, I'd prefer 16 segment leds, due to their higher contrast and better viewing angles. But, LCD also is OK.
So, the question is, given the amount of chars to be displayed, which approach will be easier to implement in terms of basic stamp resources and additional components needed? (besides the price of LCD panel or LED segments itself?)
Comments
Considering the prices of devices on the provided link, I'd better build controller by myself. I've checked, I'll need only 14 segments out from 16 segment display (but 14 segment display won't fit). I think, max 7219 or similars can be used, just I need to figure out, how to display arbitrary characters on it and also, whenever BS will be able to handle fast enough transfer of 14 bit per char, 50 types of chars, 20 chars per line ?