Reply To: Support for Sharewave 3.5 LCD Touchscreen

Max2Play Home Forums Max2Play Development (Ideas, Wishes) Support for Sharewave 3.5 LCD Touchscreen Reply To: Support for Sharewave 3.5 LCD Touchscreen

17. Oktober 2018 at 14:09 #38661

Hello, Heiner. Seems, that you see something different than me.

Now I see this
https://ibb.co/jtNQVf
Yesterday my post was here, but after editing it is gone.
But there was this one:
Hello.

I have done it right now (based on m2p_stretch_rpi_245.img). Steps are included driver installation for Sharewave 3.5 LCD (I have bought this one: https://www.aliexpress.com/item/for-Raspberry-Pi-3-Model-B-3-5-Inches-Touch-Screen-Display-Monitor-480×320-LCD-Kit/32837597848.html )

$ wget https://www.waveshare.com/w/upload/1/1e/LCD-show-180817.tar.gz
$ tar xvf LCD-show-180817.tar.gz
$ cd LCD-show
$ chmod +x LCD35-show
$ ./LCD35-show

#after installing of packages and automatic rebooting LCD works, but it is needed to change Driver#

$ sudo nano /usr/share/X11/xorg.conf.d/99-fbturbo.conf
#replace the line Driver „fbturbo“ with Driver „fbdev“, then ctrl+o, ctrl=x#
$ sudo reboot

#After that desktop\jivelite should work#

Regarding jivelite skin for 480×320 resolution:

$ cd /opt/jivelite/jivelite/share/jive/applets/SetupWallpaper
$ sudo rm SetupWallpaperApplet.lua
$ sudo rm SetupWallpaperMeta.lua
$ sudo rm strings.txt
$ sudo wget https://github.com/ralph-irving/jivelite/raw/master/share/jive/applets/SetupWallpaper/SetupWallpaperApplet.lua
$ sudo wget https://github.com/ralph-irving/jivelite/raw/master/share/jive/applets/SetupWallpaper/SetupWallpaperMeta.lua
$ sudo wget https://github.com/ralph-irving/jivelite/raw/master/share/jive/applets/SetupWallpaper/strings.txt
$ sudo mkdir /tempimage
$ cd
$ sudo wget http://downloads.sourceforge.net/project/picoreplayer/beta/pcp-jivelite_wav35skin.tcz
$ sudo mount -o loop pcp-jivelite_wav35skin.tcz /tempimage
$ cd /tempimage/opt/jivelite/share/jive
$ sudo cp -a applets /opt/jivelite/jivelite/share/jive/
$ sudo reboot

#After that you can choose „WAV 3.5 in LCD Skin“ in Settings\Screen\Select Skin #

  • This reply was modified 5 years, 6 months ago by bisesik.