Open GoogleCodeExporter opened 9 years ago
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 Michael....@gmail.com
on 30 Mar 2010 at 8:15
can agree with above speakers that it dosnt work with the atmega 8.
Original comment by sjunnes...@gmail.com
on 16 Jun 2010 at 11:41
WOULD WORK OR NOT!! PLAESE ANSWER, THANKS!
Original comment by sector...@gmail.com
on 15 Sep 2010 at 10:40
[deleted comment]
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 norb...@sitko.org
on 19 Nov 2011 at 10:58
Original issue reported on code.google.com by
xf...@live.com
on 6 Sep 2009 at 12:50