backlight stuff

This commit is contained in:
Jack Humbert
2015-05-07 15:34:46 -04:00
parent 1e0ae2936b
commit cb3e499cc7
8 changed files with 67 additions and 17 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ void matrix_init(void)
MCUCR |= (1<<JTD);
MCUCR |= (1<<JTD);
// TODO fix this dependency
backlight_init_ports();
// Pass default level here
backlight_init_ports(15);
// initialize row and col
unselect_rows();