I use sockets for my ICs, but I don't have a format that can support 7-segment LEDs. I don't even know if they exist.

EDIT: I have 7-segment LEDs in multiple formats: single, 2-bit, 3-bit and even 4-bit, in varying sizes and colours: .28", .36" and .56". They have varying pinout styles.
Robert
EDIT SOME MORE: Well, what do you know, the .28" LEDs fit nicely in 14 pin sockets. Too bad I don't have 12 pin sockets, I'd have less driling to do.


Re: PIC16F15345 and DT_INTS-14
Sorry, it is PIC16F15345. Attached is modified DT_INTS-14 but does not work.
dran11 Yesterday, 14:43'
DISABLE DEBUG
#CONFIG
__config _CONFIG1, _FEXTOSC_OFF & _RSTOSC_HFINT32 & _CLKOUTEN_OFF & _CSWEN_OFF &...