WS2812B 7 segment display

WS2812B 7 segment display

thingiverse

Human: 7-Segment frame and transparent segments. Size 27 x 47 mm. WS2812B LED display behind the segments needs only one control wire for 28 segments. Arduino: Segments are arranged a-g in a clockwise direction. Adafruit library. byte tab[]={0x3f,0x06,0b1011011,0b1001111,0b1100110,0b1101101,0b1111101,0x07,0x7f,0b1101111}; //shapes void num( byte n, byte p, unsigned long c) { // digit n, position p, color c byte m=1; n= tab[n]; for(byte i=0; i<7; i++){ if (n&m) strip.SetPixelColor(i+p * 7,c); else strip.setPixelColor(i+p * 7, 0); m=m*2; } //This thing was made with Tinkercad. Edit it online https://www.tinkercad.com/things/2Z1Q5P6TbG9

Download Model from thingiverse

With this file you will be able to print WS2812B 7 segment display with your 3D printer. Click on the button and save the file on your computer to work, edit or customize your design. You can also find more 3D designs for printers on WS2812B 7 segment display.