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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user