Coder Social home page Coder Social logo

marcinsaj / flipdisc Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 2.2 MB

Arduino Library for Flip-disc Displays. The library allows you to easily control flip-disc displays connected in series. You can connect up to 8 different displays in any order. This library is intended for use with the displays designed by www.Flipo.io - Marcin Saj.

License: MIT License

C++ 100.00%
arduino arduino-boards arduino-library arduino-sketch arduino-uno display display-driver display-library display-project displays

flipdisc's Introduction

Hi there!

⚡ I’m currently working on Arduino library for flip-disc displays.
<FlipDisc.h> library is intended for use with the displays designed by www.Flipo.io - Marcin Saj. The library allows you to easily control displays connected in series. You can connect up to 8 different displays in any order.
✔️ Repository: https://github.com/marcinsaj/FlipDisc


flipdisc's People

Contributors

kishcom avatar marcinsaj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

flipdisc's Issues

ESP32 FlipDisc.cpp:263:20: error & should be &&

when compiling with Arduino ESP32 board the following error occurs

c:\Users\ednie\Documents\Files\Arduino\libraries\FlipDisc\src\FlipDisc.cpp: In member function 'void FlipDisc::Display_7Seg(uint8_t, uint8_t)':
c:\Users\ednie\Documents\Files\Arduino\libraries\FlipDisc\src\FlipDisc.cpp:263:20: error: suggest parentheses around comparison in operand of '&' [-Werror=parentheses]
     if(disc_number >=  8 & disc_number < 16) {bit_number = disc_number - 8; current_column = 1;}
        ~~~~~~~~~~~~^~~~~
cc1plus.exe: some warnings being treated as errors

& should be &&

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.