Hello. I am developing with samsung 2410 and currently attaching LCD. Some progress was made and I have a problem. LCD starts scanning from lower 2/3 of the screen and after scanning to bottom, then it start scan upper 2/3. I have no idea why this problem happens. Please let me know how to solve this problem Thanks.
LCD problem
Jun 30, 2007
1 Replies
Sounds like you might have a "backwards" MSB How many lines on your screen? Any chance 2/3 of that number works out to a power of two?
Think about things that could cause the high bit to be backwards:
Wiring error Mixing up signed and unsigned numbers starting from an initial value other than zero (you did initialze the value, right?) Wrong electrical sense
The last one is fun - you would expect that all bits would have the same electrical sense, but that isn't necessarily so. Some LCDs are implemented with multiple controllers sharing the actual display. The high bit is then not really an address line, but a select between the two regions. Nobody said the assigment of high/low there had to be consistent with the line addresses within each region...
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required