A’SYCK AD-121F2 – RGB 7 Segment LED Display Review

The A’SYCK AD-121F2 is a unique LED display offered for sale by Adafruit Industries.  I’ve seen plenty of bi-color segmented displays for sale, but nothing more complex than that.  I have seen one made the hard way by hollowing out an existing display and gluing in individual surface mount RGB LEDs over on Markus’ blog.

IMG_3101

The A’SYCK AD-121F2 has a single common anode pin for all three colors and 21 individual segment cathode pins.  Bringing each cathode out to a pin makes it flexible for hobbyists as it doesn’t require multiplexing.  However, it would be nice if the anodes were separated out by color to allow for that option.  The digit is 25.4 mm tall with nice fat segments.  There are dedicated pins and a spot on the face of the display for a right-hand decimal point, but the pins and corresponding LED die for it are not installed.

The 22 connections required for this internal arrangement won’t fit as two single rows of pins on opposite sides of the package like traditional displays.  The four-row through-hole arrangement doesn’t make it very breadboard friendly.  A handful of male-female jumper wires make short work of wiring it into a breadboard.

IMG_3093

I already had a breadboard wired up with an Adafruit USB Boarduino, 7 NXP PCA9635 16-channel I²C LED drivers, and a macetech Chronodot for a different project  I wired over the A’SYCK AD-121F2 into 3 of the drivers, one for each color, to test out this display.  The PCA9635 isn’t a constant current driver, so I adjusted the PWM duty cycle proportionally to achieve similar brightnesses for each color while using the same 100 ohm series current limiting resistor for each color.

IMG_3092

I wrote a quick sketch to read the current time from the Maxim DS3231 on the Chronodot, and to cycle the display through hours, minutes, and seconds.  The first digit of the hours fades in from black to red, then the second digit fades in as green and out to black.  The first digit of the minutes fades in from black to green, then the second digit fades in as blue and out to black.  And finally, the first digit of the seconds fades in from black to blue, and then the second digit fades in as red and out to black.

The display is nice and bright.  I had to shoot this video through several pieces of tinted acrylic to stop my iPhone from adjusting the exposure.  I didn’t realize this until I uploaded the video, but there is a bug in my code when accessing the DS3231 registers right as the minutes increment.  But you get the idea, right?

5 thoughts on “A’SYCK AD-121F2 – RGB 7 Segment LED Display Review

  1. Pingback: From the Forums: A’SYCK AD-121F2 – RGB 7 Segment LED Display Review « adafruit industries blog

  2. Pingback: Community Corner: This Past Week in the Adafruit Community 3/21/2014 « adafruit industries blog

  3. Hi Adam,
    Recently I visit your blog. The problem with these digits is the wiring.
    I do think my project will fix this problem. I designed a 1″ full color RGBDigit with only 3 wires in and 3 wires out. Arduino UNO or Micro driven.
    If you are interested I can mail you more info or visit

    http://rgbdigit.com/
    https://www.facebook.com/pages/RGBDigitcom/1465816710361175
    https://www.youtube.com/watch?v=Qn6851698mY&feature=youtu.be
    http://www.elektor-labs.com/project/the-1-rgbdigit-arduino-unomicro-project.14261.html

    Greetings Coen.
    info@rgbdigit.com

    • Hello Coen,

      Thanks for your post, I am very interested in your project. Are these custom made displays? Are you using the WS2811/WS2812 or a different LED driver?

      Best Regards,
      Adam

Leave a Reply

Your email address will not be published. Required fields are marked *