Schlagwort: LED Matrix Display

  • This gorgeous LED matrix display will wow you

    This gorgeous LED matrix display will wow you

    Reading Time: 2 minutes

    If you only care about showing content as clearly as possible at the lowest cost, then you’ll want to turn to LCD or OLED technology. But a project’s display gives you an opportunity to get creative with the aesthetic, which opens up a whole world of different display types. If you want a retro feel, then you can inspiration in DIY GUY Chris’ gorgeous LED matrix.

    This is a dot-matrix LED display with an overall resolution of 32×8. But that description alone doesn’t do the project justice. Chris used tiny 0603 SMD LEDs, which allowed for very high “pixel” density and that results in better clarity than a typical LED matrix display. To enable future expansion, Chris set this up as a host board that accepts four LED boards — each of which contains an 8×8 matrix. A MAX7219 IC drives the LEDs on each of those boards.

    The LED boards connect to the host board through nifty mezzanine connectors. The host board contains an Arduino Nano that sends control signals to the MAX7219 chips. The Arduino can supply USB power to the LEDs, but there is also a DC jack for power when USB isn’t connected. Chris’ Arduino sketch lets the user “print” alphanumeric characters to scroll across the four LED matrices.

    [youtube https://www.youtube.com/watch?v=b4L3t2bHQ58?feature=oembed&w=500&h=281]

    The best part about this design (other than the great style) is that Chris can scale it up in the future with larger host boards that accept more than four LED boards.

    The post This gorgeous LED matrix display will wow you appeared first on Arduino Blog.

    Website: LINK

  • LED matrix made touch sensitive with infrared control

    LED matrix made touch sensitive with infrared control

    Reading Time: < 1 minute

    LED matrix made touch sensitive with infrared control

    Arduino TeamAugust 19th, 2019

    If you’d like to integrate touch functionality to your LED project, then tuenhidiy may have just the thing for you

    The setup uses 16 pairs of IR emitter and receivers arranged down the length of a bi-color 16×32 matrix to tell when one has inserted a finger or other object into an area. When sensed, it changes the corresponding column on the display from red to green or back again.

    An Arduino Mega is used for overall control of the device, along with shift registers and multiplexers/demultiplexers to account for the massive amount of IO needed. 

    Code for the build is available on GitHub, and you can see it demonstrated in the video below.

    [youtube https://www.youtube.com/watch?v=wwjCylKhwsw?feature=oembed&w=500&h=281]

    Website: LINK