Closed GeorgeIoak closed 4 years ago
At the moment I have no idea, why it was not set to "NO-Spectrum" -> I'll investigate that later...
The Option to chose the adress of the PCF8574/A is a good Idea! Can you provide me the possible adresses?
I happen to be using a NXP PCF8574A. You can see on pages 5 and 6 that depending on how the address pins are wired you can have an address from 0x20-0x27 for the PCF8574 and addresses 0x38-0x3F for the PCF8574A. The TI parts use the same addresses as well.
...changed Headline.
The "No-Spectrum" (nowPlayingLayout)- Bug shouldbe fixed. (was a missing "space" in front of the value...)
The Typo was fixed.
Regarding the adress-selection for PCFxxxx -> I'm working on that ;)
@GeorgeIoak I've made a script to configure the I2C adress. Maybe you can give it a try? Right now I'm not sure if i'll put it in the main installation...
sudo chmod +x pcf-i2c-adress-config.sh
bash pcf-i2c-adress-config.sh
Implemented the "script to configure the I2C adress" in main installation-script.
When I initially ran the configuration script I choose No Spectrum but the display showed the spectrum on the left. When I checked
/home/volumio/NR1-UI/ConfigurationFiles/LayoutSet.txt
it had (I think) VU-Meter so I manually changed it to No-Spectrum and rebooted but I'm still seeing the spectrum. I ran through the configuration script again and verified that/home/volumio/NR1-UI/ConfigurationFiles/LayoutSet.txt
still had No-Spectrum.When I look in
/home/volumio/NR1-UI/ConfigurationFiles/PreConfiguration.py
I see:So I manually edited
/home/volumio/NR1-UI/ConfigurationFiles/PreConfiguration.py
to useNo-Spectrum
and that successfully removed the spectrum after restarting the service.PreConfiguration.sh
, Line 180 should be rotated instead of rotaded