Hello.
I got some MBI5026, with LEDs connected to it's output. I want to turn them on via PBP.
According to datasheet, the following timing diagram should be used. I tried to use it with the code below,but it does not works. I have OE connected to GND, so this should not be an issue?

Code:
SDI VAR PORTC.4
CLK VAR PORTC.5
LE VAR PORTC.6
CONT VAR WORD
FOR CONT=0 TO 65535
LCDOUT $FE,$C0,"VAL=", DEC CONT
SHIFTOUT SDI,CLK, 0, [CONT]
HIGH LE
PAUSE 1
LOW LE
PAUSE 10
NEXT
Name:  MBI5026.jpg
Views: 1086
Size:  137.1 KB