Git Product home page Git Product logo

lrthreedigits's Introduction

Lucky Resistor's Boldport 3x7 Driver

This is a very simple driver for the Boldport project #28 "3x7". It is specifically written for Arduino UNO and compatible boards which use the ATmega328P chip and running at 16 MHz.

How to Connect the Project

Two pin configurations are supported. Basically sequentially connect the pins from the Arduino board, starting with pin 2 or pin 4 to the display. Except the GND, which is not in sequence.

3x7 Pin Arduino (default) Arduino (alternative)
GND GND GND
Digit 1 Sink Pin 2 Pin 4
Digit 2 Sink Pin 3 Pin 5
Digit 3 Sink Pin 4 Pin 6
Segment g Pin 5 Pin 7
Segment f Pin 6 Pin 8
Segment e Pin 7 Pin 9
Segment d Pin 8 Pin 10
Segment c Pin 9 Pin 11
Segment b Pin 10 Pin 12
Segment a Pin 11 Pin 13

The operative configuration is specified with the Pins parameter to the library initialize function.

There is no functional difference in the configurations, they just leave different pins free. For example, the alternative configuration allows a program to use external interrupts on pins 2 and 3.

Please note: This driver shall just provide a well designed example how to drive this kind of displays. Most likely you will have to adapt the driver for your particular use case.

License

(c)2018 by Lucky Resistor. See LICENSE for details.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

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.