They don't actually give any details on SPI.
http://moodeaudio.org/forum/showthread.php?tid=664&page=10 Here's the latest working moode install script. (oled and ir) Code: sudo apt-get -y install python-smbus libjpeg-dev lirc Code: sudo pip install -U pip sudo -i pip install --upgrade pip setuptools sudo -H pip install 'luma.core==1.13.0' sudo -H pip install --upgrade luma.oled Add to /boot/config: Code: dtparam=spi=on dtoverlay=gpio-ir,gpio_pin=4 Download those updated scripts for oled and lirc (with a menu now) (those files came from audiophonics iso image): Code: https://drive.google.com/open?id=1zlMPlWGG9EwosFfl_FIrDrCgQLECErU8 Extract 'oled' folder into /home/pi/ Code: cd /home/pi/oled sudo chmod 755 /home/pi/oled/raspdac_oled_main.py sudo chmod 644 oled.service sudo cp oled.service /etc/systemd/system/ sudo systemctl enable oled Extract 'lirc' folder into /home/pi/ Code: cd /home/pi sudo cp -r lirc/* /etc/lirc And for finish: Code: sudo apt-get install -f ------------------------------------------------------------------------ kit1cat's Profile: http://forums.slimdevices.com/member.php?userid=66141 View this thread: http://forums.slimdevices.com/showthread.php?t=111790 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
