hi there im using the uno AND THE 3 SEVEN segment LEDs (SMALL led) for the display they work fine when the CD4094 giving the proper output
But when i connect them to the 12V 4INCH seven segment display using the UNL2003 it is not showing any digits but when i test them with 12 v direct supply them work fine…
both the pics i have given below
nclude <EmSevenSegment.h>
EmSevenSegment disp(3,'A',4,3,2);
void setup(){
}
//=============================================================//
void loop(){
//disp.test();
disp.print(786);
delay(1000);
}
using this code only for testing