1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-12 02:48:12 +00:00

KA10: Fixed number of columns on PiPanel display

This commit is contained in:
Richard Cornwell
2024-06-21 16:36:57 -04:00
parent c8efa9f112
commit 4374b66ac8

View File

@@ -341,7 +341,7 @@ void *blink(void *ptr)
}
/* Columns */
for (col = 0; col < 10; col++) {
for (col = 0; col < 18; col++) {
gpio_set_fsel(cols[col], GPIO_FSEL_INPUT);
gpio_set_pull(cols[col], PULL_UP);
}