Git Product home page Git Product logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Hey, I have the same problem
I dont have an arduino, so i compiled using the arduino software and burned on 
my
atmega8 with a different programmer.

as soon as the TLC.init() is called, the atmega8 stops running.
I checked this using the serial port.

What am I doing wrong? Is it even possible to run this on an Atmega8?

Thanx Mike

Original comment by [email protected] on 30 Mar 2010 at 8:15

from tlc5940arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
can agree with above speakers that it dosnt work with the atmega 8. 

Original comment by [email protected] on 16 Jun 2010 at 11:41

from tlc5940arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
WOULD WORK OR NOT!! PLAESE ANSWER, THANKS!

Original comment by [email protected] on 15 Sep 2010 at 10:40

from tlc5940arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
[deleted comment]

from tlc5940arduino.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I am totally newbie who wants to use TLC5940 with Atmega8 so I might not be 
right but I see that OC2 is on PB3 pin, not PD3 so use pin PB3 instead of PD3 
while wiring.

In Tlc5940\pinouts\ATmega_8.h:

Change:
/** OC2B (Arduino digital pin 3) -> GSCLK (TLC pin 18) */
#define GSCLK_PIN    PD3
#define GSCLK_PORT   PORTD
#define GSCLK_DDR    DDRD

to:

#define GSCLK_PIN    PB3
#define GSCLK_PORT   PORTB
#define GSCLK_DDR    DDRB

I am not using Arduino but it should not change anything.

Original comment by [email protected] on 19 Nov 2011 at 10:58

from tlc5940arduino.

Related Issues (20)

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.