Anyone have information on SP14q006-zza


Closed Thread
Results 1 to 12 of 12

Hybrid View

  1. #1
    Join Date
    Jun 2011
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: Anyone have information on SP14q006-zza

    Hey thanks, I have a mild understanding of how it works sorta but there are a lot of signals flying around. D0-D3 tell the display which Ys to light for the current X at every CL2 cycle but how does it know which X it is on? The timing chart is a little confusing there. What does the FLM do? I assume CL1 and CL2 are clock pulses and it says CL1 is roughly 20 MHz (52.1-59.5 us) .

    Does anyone have any experience, code, or schematics that might help me start?

  2. #2
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    704


    Did you find this post helpful? Yes | No

    Default Re: Anyone have information on SP14q006-zza

    Quote Originally Posted by Corbet View Post
    D0-D3 tell the display which Ys to light for the current X at every CL2 cycle
    That's correct.

    Quote Originally Posted by Corbet View Post
    but how does it know which X it is on? The timing chart is a little confusing there. What does the FLM do?
    It starts from X1 all the way to X240. Looking at the datasheet FLM marks the beginning of the whole screen cycle. It tells the display where X1 is at.

    Quote Originally Posted by Corbet View Post
    I assume CL1 and CL2 are clock pulses and it says CL1 is roughly 20 MHz (52.1-59.5 us)
    You don't really need a precise "clock pulse" with a fixed frequency. Using the PBP commands HIGH and LOW in a digital pin will be enough. The frequency constraint is set to avoid flicker and rippling on the display.

    Quote Originally Posted by Corbet View Post
    Does anyone have any experience, code, or schematics that might help me start?
    Sorry, I have never used this GLCD display, so I don't have any code for it.
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

  3. #3
    Join Date
    Jun 2011
    Posts
    24


    Did you find this post helpful? Yes | No

    Default Re: Anyone have information on SP14q006-zza

    Is it possible to use a really slow clock to be sure everything is working right? I guess what I'm asking is will all the pixels stay where they are set while the clock is running? What will make it reset to a default state? If I stop sending the clock will the display reset?

  4. #4
    Join Date
    Jan 2009
    Location
    Miami, Florida USA
    Posts
    704


    Did you find this post helpful? Yes | No

    Default Re: Anyone have information on SP14q006-zza

    Quote Originally Posted by Corbet View Post
    What will make it reset to a default state?
    I don't see a reset pin, so you will probably need to turn the display off and on.

    Quote Originally Posted by Corbet View Post
    If I stop sending the clock will the display reset?
    On the displays that I have used before the pixels don't get reset if I stop sending signals to the display. I don't know what would be the case with your display. My guess is that the screen will not reset.
    "No one is completely worthless. They can always serve as a bad example."

    Anonymous

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts