some other improvements

This commit is contained in:
Hans-Gert Dahmen 2011-12-21 06:51:46 +00:00
parent eaa7b8d715
commit 37601f1839
2 changed files with 3 additions and 3 deletions

View File

@ -112,8 +112,8 @@ static void rowshow(unsigned char row, unsigned char plane) {
*/
// depending on the plane this interrupt triggers at 50 kHz, 31.25 kHz or
// 12.5 kHz
//this int runs with multiples of half the frequency of timer 1,
//meaning that new row data gets laoded every 2n pwm periods of the tlc
ISR(TIMER0_COMP_vect ) {
uint8_t i, x;

View File

@ -9,7 +9,7 @@ choice 'TLC5940 Control Port' \
PORTB PORTB \
PORTC PORTC \
PORTD PORTD" \
'PORTC' COLPORT
'PORTC' TLCPORT
choice 'port for row shiftregisters' \
"PORTA PORTA \