1
0
Fork 0

backlight

This commit is contained in:
Jack Humbert 2015-09-25 23:50:17 -04:00
parent 1da07810c7
commit 266ff2344e
3 changed files with 1156 additions and 1573 deletions

View file

@ -65,9 +65,7 @@ void matrix_init(void)
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
#if BACKLIGHT_ENABLE == 'yes'
backlight_init_ports();
#endif
// Turn status LED on
DDRE |= (1<<6);