KYX-5461AS – 4-digit 7-segment LED with Arduino

Part number : KYX-5461AS

Functions : 4-digit 7-segment

Package information : PCB DIP Type 12 Pin

Manufacturer :

Image

KYX-5461AS segment arduino


Pinout

//display pins
int segA = 5; // >> 11
int segB = 13; // >> 7
int segC = 10; // >> 4
int segD = 8; // >> 2
int segE = 7; // >> 1
int segF = 4; // >> 10
int segG = 11; // >> 5
int segPt = 9; // >> 3

//display digit
int d1 = 6; // >> 12
int d2 = 3; // >> 9
int d3 = 2; // >> 8
int d4 = 12; // >> 6

KYX-5461AS Pin Product Information Arduino Pin
1 Segment E 7
2 Segment D 8
3 Decimal point 9
4 Segment C 10
5 Segment G 11
6 Digit 4 12
7 Segment B 13
8 Digit 3 2
9 Digit 2 3
10 Segment F 4
11 Segment A 5
12 Digit 1 6

 

Segment Lables

KYX-5461AS datasheet pinout

 

 

Reference siteĀ : https://github.com/amriunix/arduino/blob/master/4-digit-7-segment/KYX-5461AS.ino

 

KYX-5461AS Datasheet PDF

 

Related articles across the web


Information related to components

Amplifier 2N5461 - P-Channel General Purpose Amplifier - Fairchild - PDF   

Fairchild Semiconductor

2N5461 - CASE 2904/ STYLE 7 TO92 (TO226AA) - Motorola - PDF   

Motorola  Inc

This entry was posted in Uncategorized. Bookmark the permalink.