Maschine2501 / NR1-UI

Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Other
45 stars 12 forks source link

GPIO27 Not Available to Use #3

Closed GeorgeIoak closed 4 years ago

GeorgeIoak commented 4 years ago

When running PreConfiguration.sh you don't offer the choice to use GPIO27 (Pin Header #13). I don't see any reason not to be able to use it so perhaps it's just an mistake.

Maschine2501 commented 4 years ago

@GeorgeIoak Thanks for the Issue, I have forgoten to include it...

To re-run the Configuration steps (without running the setup aggain) just do this:

cd

bash  NR1-UI/PreConfiguration.sh 

and reboot after that! If this is not succesfull, run it with sudo.

Maschine2501 commented 4 years ago

@GeorgeIoak Please test the steps above and give feedback ;)

GeorgeIoak commented 4 years ago

This did let me choose GPIO27 so that is fixed. But it again did not set the display to "No-Spectrum". I know how to fix that but this is still a bug. If I have time today I'll try to see where the problem is.

Maschine2501 commented 4 years ago

@GeorgeIoak The "No-Spectrum"-Issue is fixed now... It was caused by a missing "space" after the "=" in the PreConfiguration.py... Please retry:

cd

bash  NR1-UI/PreConfiguration.sh 
Maschine2501 commented 4 years ago

I guess both "issues" (GPIO27 missing / "No-Spectrum") are fixed now. If not... please reopen ;)