Coder Social home page Coder Social logo

supremesports / neo7segment Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unexpectedmaker/neo7segment

0.0 2.0 0.0 198 KB

An API that lets you display numbers and letters on Neo7Segment RGB LED displays that are available from tindie, or that can be constructed via strips of Neopixel LEDs.

Home Page: https://www.tindie.com/products/seonr/neo7segment-display/

C++ 100.00%

neo7segment's Introduction

Neo7Segment Display Library

An API that lets you display numbers and letters on Neo7Segment RGB LED displays that are available from tindie

You can find the Open Source hardware PCB design and Gerber files here

Installing and Use

The downloaded code should be added to your arduino IDE libraries folder, and the library requires the Adafruit NeoPixel library for it to function.

To include the Neo7Segment library in your project:

#include <Neo7Segment.h>

You can then initialise the display with the following line that includes the number of Neo7Segment digits and the GPIO to control them:

Neo7Segment disp( 5, 4 );

You then start the display with the bebin method, passing the brightness:

disp.Begin(20);

The you simply pass the display the String you would like displayed and a color:

disp.DisplayText( "1234", disp.Color( 255,0,0) );

Buy me a coffee?

I love making and designing projects but sharing open source projects takes a lot of thought and time. I do it because I think it’s important to share knowledge and give back to the community like many have done before me.

If you find this project useful or want to see more open source projects like it, please consider a donation to say thanks!

paypal

Unexpected Maker

http://twitter.com/unexpectedmaker

https://www.facebook.com/unexpectedmaker/

https://www.instagram.com/unexpectedmaker/

https://www.tindie.com/stores/seonr/

neo7segment's People

Contributors

unexpectedmaker avatar supremesports avatar per1234 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.