On Tue, Sep 15, 2015 at 10:26 AM, Rob Hamerling <[email protected]>
wrote:

>
> Hi Matt,
>
> On 2015-09-14 22:56, Matthew Schinkel wrote:
>
>> Would you suggest t6963s over ks0108?
>>
> Each has it's advantages
>
>>
>> The text/graphics sounds interesting. Tell me more about the text. Do you
>> need to send each pixel to draw text?
>>
> For text the t6963 behaves closely to a hd44780: a fixed number of (8)
> text lines, with the main difference that font width can be chosen (with a
> pin) between 6 or 8 pixels,  thus 40 or 32 chars/line (with a 240 pixels
> wide screen).
> For graphics the T6963 resembles a monochrome display like a KS0108.
> Text and graphics mode can be programmed and selected independently:
> either one or both at the same time and there are different possibilities
> for pixel-mixing of text and graphics: or, and, exor.
> It supports  free programmable characters in range 128..255, for the range
> 0..127 you can use the built-in set or your own.
> Note: Most of the above but not everything is supported (yet) by the
> glcd-t6963 library.
>
>
>> How do you find the GLCD common library? Do you feel it needs some work?
>>
> I haven't looked at it very closely, apart from which functions it needs
> to use it in combination with the t6963.
>
> There is always something to improve, but people seem to wait for somebody
> else to do it....
>


    You'll be surprised Rob, but not always what you (or me) consider to be
improvement is seen as an improvement.
People are different, they use libraries in different ways. For me a piece
of a code which I understand from a library is better than the library
itself.
This is the reason you can not convince people to write libraries based on
a set of rules, considered to be good.
If you really like what you're doing (and I think you like, because you
didn't do it else) you will still continue to do it, no mater if other
peoples will like or not what you've done.
:)
so keep the good work!

Vasile

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/jallib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to