lotus: Add two missing columns

Signed-off-by: Daniel Schaefer <git@danielschaefer.me>
This commit is contained in:
Daniel Schaefer 2023-01-07 21:35:35 +08:00
parent 12c192c323
commit e37039c23e

View File

@ -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);