Code Monkey home page Code Monkey logo

sc1628d's Introduction

SC1628D

 Arduino library for SC1628D LED Driver IC

Description

An Arduino library for 5-digit 7-segments display modules, based on the SC1628D chip. The SC1628D chip also has keyboard input capability also implemented in this library. This library supports screen orientation, custom fonts

Hardware Connection

The display modules has three signal connection (and two power connections) which are STB, CLK and DIO. These pins can be connected to any digital pins on the Arduino. When an object is created, the pins should be configured. There is no limitation on the number of instances used concurrently (as long as each instance has a pin pair of its own)

Installation

The library is installed as any Arduino library, by copying the files into a directory on the library search path of the Arduino IDE

Usage

The library provides a single class named SC1628D. An instance of this class provides the following functions:

  • clear - Clear screen
  • displayDigit - Set a digit
  • displayDigits - Display a one to four numbers plus lights
  • displaySegment - Set a digit's segments using a mask
  • displaySegments - Display a one to five digit's segments
  • setBrightness - Sets the brightness of the display
  • setFont - Use your custom font
  • setFilter - Give a custom function to communicatre with another display

The information given above is only a summary. Please refer to SC1628D.h for more information. An example is included, demonstrating the operation of most of the functions.

sc1628d's People

Contributors

pcorbes avatar

Watchers

 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.