Git Product home page Git Product logo

qlockthree's Introduction

Qlockthree

This is a fork of Qlockthree adapted for the CLT 2.0 and a front with same layout as used by the mikrocontroller.net forum.

If you don't feel like compiling the firmware yourself, this repository also contains a compiled firmware that can be flashed via ISP: Firmware download

In order to flash the firmware with an ISP programmer, a simple breadboard setup is sufficient: connect the ISP pins (MISO, MOSI, SCK, RESET, VCC, GND), connect a 16 MHz crystal between pins 9 and 10, and also connect pins 9 and 10 to GND with a 22 pF ceramic capacitor each.

Short installation guide:

In order to get the firmware compile you have to install following libraries:

from Arduino Library Manager (guide: https://www.arduino.cc/en/Guide/Libraries):

others you have to install/copy manually to your library directory (C:\Users\MyUserName\Documents\Arduino\libraries):

  • LPD8806DBL library (find download button on the right "Download ZIP")(only used for XXL-matrix using 2 LED each letter)
  • LPD8806RGBW library (find download button on the right "Download ZIP")(only used for LPD8806 RGBW LED's)

P.S.: Unfortunately the LPD8806 library from Adafruit includes a bug which prevents from successfully compile the sketch. You have to open the file "LPD8806.h" from "C:\Users\MyUserName\Documents\Arduino\libraries\LPD8806" and paste the following lines after file header:

#ifndef __LPD8806__H__
#define __LPD8806__H__

At the end of the file close the hash-if:

#endif

After this adaption the class should look somehow like that:

[... header...]
#ifndef __LPD8806__H__
#define __LPD8806__H__

class LPD8806 {
[... class content...]
};

#endif

qlockthree's People

Contributors

bracci avatar darkdust avatar tacker66 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.