ThePyroElectro wrote:r1ley wrote:does anyone know how I can configure this to display on a 16-segment display?
and use the other outputs like RB and RC?
any help would be great.
Thanks
You can wire up the 7 wires from the original design to the 16-seg or if you want to use all 16 segments, you would need to redefine the characters in the source code. Remap what output pins are +5v and +0v given which keyboard scan-code is detected.
Here's where I'm stuck. I have to use a 16F877A chip. I'm using the LITE version of compilers and the HI-TECH ANSI C compiler which I use for the 16F877A is not available for the 18F452.
Problem here is that the lite version does not include the <capture.h> library. Is there any other way I can add another library that will perform the same work?