Skip to main content

Posts

Showing posts with the label internet clock

RGB Dot Matrix Display as Multi-Function Panel Display

PxMatrix on ESP8266 connected to an 32x16 RGB DOT MATRIX 1/8 SCAN Panel It was always wonderful to see the numerous colour displays that display messages and animations on Dot Matrix Displays (DMD) in the commercial places. One useful thing would be to take an Off-the-Shelf Display and run fully controllable custom software rather than rely on some external products to do. Luckily found a display vendor who offered to give me some DMD as samples for experimentation. I was given a P10 32x16 pixel color DMD panel. I have experimented with Monochrome DMDs (maybe blog about this later) but the RGB display is another world all together. The Monochrome world does not have lot of open source software, the RGB world has PxMatrix, RGBMatrix and SmartMatrix. As I wanted the controlling entity to be super cheap which meant use of an 8266 I had to start with PxMatrix. Though there are better options than PxMatrix, the others use a more expensive controller. Its better to start with the lowest cost...

8x8 RGB Dot Matrix Display as Multi-Function Display (NEWS, Emoticons, Time, etc)

 8x8 RGB DOT MATRIX DISPLAY as CLOCK, EMOTICON DISPLAY, NEWS FEED DEVICE Would be interesting to build a multi-function RGB color display device.  Good to have  display of time, images and any other chamak (custom messages, RSS Feeds,etc) ESP has good support for RGB Led via the Fastled library.  Bought and interfaced an 8x8 RGB from an online store with an esp8266 Fabricated a casing with the face and the box from a local vendor The FASTLED  capabilites/effects are as below. FASTLED is available here