backlight stuff
This commit is contained in:
parent
1e0ae2936b
commit
cb3e499cc7
8 changed files with 67 additions and 17 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue