Zitat:
RunnerPack wrote:
You know if you had posted it anywhere I wouldn't be asking... I am the official VB dev digital packrat, after all! 
Heh, that's very true... good point ;) .
>1. Are the pin numbers listed with the PCB in
this orientation (i.e. is pin 1 in the upper right of that image)?
Yes... the numbers correspond to the markings on the main PCB, but they're in the same direction as those.
>2. Which pin is used by the VB to "select" the display? (Or is /Reset just held low on the "other" one?)
Pin 2 (/reset) is the select... so basically, the display is selected when that's high.
>3. What is/are the function(s) of pins 1 and 30? (If the caps are for decoupling, they must be grounds, right?)
Actually, I just looked at this again, the caps are on the main board side... it goes (VCC)-||-(disp pin), and then it goes to somewhere on the IC (not any of the other pins). It's probably just some weird requirement for the display IC (you could probably look at the datasheet of another LPH and see the same thing).
>4. 16 (data lines) times 8 (serial bits) = 128. So, how are all 224 (256?) LEDs written?
The 16 data lines draw 8 pixels at a time (2bpp), so it's clocked 28 times per column drawn (shifted in by the clock).
>5. What do the "D" and "L" in DCLK and LCLK stand for?
D is Data, L is for Line (maybe C for column would make more sense, but too late, I already named it LCLK :P )... it'll make more sense when you look at the attachments. LCLK is pulsed at the start of a column, D is clocked 28 times to shift the data in.
>6. Are CLK(A,B,C) just (as I suspect) inputs to an OR gate that enables the LED drivers?
They're the CLK pins described on 5-23-1.
Attached are pics connected to my logic analyzer... one shows multiple columns drawn (right after /reset goes high), the other is just a single column. It should be easy to pick out which pins are which (except the data lines).
DogP