Re:Unrelated LCD question
for others interested in 1330/35:
There IS a simple-minded solution to the "byte coarseness" of the 1330 IC. Simply rotate the Lcd through 90 degrees! This enables "pixel, vertical stripes."
Now you can create 4, 5 or even variable width characters - without the complexity, code-bloat imposed by read-modify-write.
Of course a 128x256 will yield just 21 such characters - this explains why QVGA (320x240) has long "buried" lesser Lcds. Rotating a QVGA will yield 240/6=40 characters - and without the wasteful/ugly extra spaces.
You will certainly want larger fonts - this rotation eases that effort as well. Just be sure to "confine" your characters w/in 8 (or 8n) vertical pixels. (n=1,2,3,4 etc.) (otherwise you will have to r-m-w vertically)
A "proper" QVGA Lcd will look much better and greatly simplify your sw development.
Post edited by: cb1, at: 2008/09/26 05:11
login or register to reply
|