GithubHelp home page GithubHelp logo

reallyinsane / mathan-adafruit-24-segment-bargraph-i2c Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 819 KB

yad2xx extension for Adafruit 24 segment bargraph using I2C

License: Apache License 2.0

Java 100.00%
yad2xx adafruit i2c-display bargraph

mathan-adafruit-24-segment-bargraph-i2c's Introduction

yad2xx extension for Adafruit 24 segment bargraph using I2C

This is Java API extension to yad2xx. The colors of the bars can be controlled with a simple API.

// configure an I2C instance
I2C device;
// create a Bargraph instance
Bargraph bargraph = new Bargraph(device);
// clear the display
bargraph.clear();
// change the color of a bar
bargraph.setBar(1, Color.RED);
bargraph.setBar(1, Color.GREEN);
bargraph.setBar(1, Color.YELLOW);
bargraph.setBar(1, Color.OFF);
// change a number of bars using a percentage setting, e.g. setting bar 1-12 to green
bargraph.setPercentage(0.5, Color.GREEN);

yad2xx linking

This project is using the yad2xx library released under LGPL3. The dynamic linking is done using Maven dependency mechanism. To change the linking to a different version of the library just change the dependency. A copy of the library binary and license is available in the lib folder. A source artifact has not been provided by the publisher of the library. You can find the source code on the SourceForge project page of yad2xx.

Chip details

The Adafruit 24 segment bargraph is using a HT16K33 chip of holtek. The chip documentation can be found in the doc folder.

mathan-adafruit-24-segment-bargraph-i2c's People

Contributors

reallyinsane avatar

Watchers

 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.