lotus: Add two missing columns
Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
parent
12c192c323
commit
e37039c23e
@ -271,6 +271,12 @@ void drive_col(int col, bool high) {
|
||||
case 13:
|
||||
gpio = GP16;
|
||||
break;
|
||||
case 14:
|
||||
gpio = GP23;
|
||||
break;
|
||||
case 15:
|
||||
gpio = GP22;
|
||||
break;
|
||||
default:
|
||||
// Not supposed to happen
|
||||
assert(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user