pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
#enable wheezy package sources
echo "deb http://archive.raspbian.org/raspbian wheezy main
" > /etc/apt/sources.list.d/wheezy.list
#set stable as default package source (currently jessie)
echo "APT::Default-release \"stable\";
" > /etc/apt/apt.conf.d/10defaultRelease
#set the priority for libsdl from wheezy higher then the jessie package
echo "Package: libsdl1.2debian
Pin: release n=jessie
Pin-Priority: -10
Package: libsdl1.2debian
Pin: release n=wheezy
Pin-Priority: 900
" > /etc/apt/preferences.d/libsdl
#install
apt-get update
apt-get -y --force-yes install libsdl1.2debian/wheezy
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
Re: pygame problem with adafruit-pitft on raspbian jessie
dpkg -l | grep libsdl
ii libsdl-image1.2:armhf 1.2.12-5+b1 armhf Image loading library for Simple DirectMedia Layer 1.2, libraries
ii libsdl-mixer1.2:armhf 1.2.12-11+b1 armhf Mixer library for Simple DirectMedia Layer 1.2, libraries
ii libsdl-ttf2.0-0:armhf 2.0.11-3 armhf TrueType Font library for Simple DirectMedia Layer 1.2, libraries
ii libsdl1.2debian:armhf 1.2.15-10+rpi1 armhf Simple DirectMedia Layer