Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2022-04-13 Thread piPlayer


That was a stupid question, the overlay is already integrated in pcp 8.
:o
I had problems to get 'this display'
(https://www.amazon.de/DollaTek-LCD-Bildschirm-SPI-Modul-Schnittstelle-TFT-Farbbildschirm/dp/B07QFVBPMX)
to work. The config.txt entry 
Code:

dtoverlay=rpi-display,speed=1000,rotate=90

 did not work.

With this entry 
Code:


dtoverlay=fbtft,spi0-0,rpi-display,reset_pin=23,dc_pin=24,led_pin=18,speed=1000,rotate=90


it works fine now.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: piCorePlayer 8.0.0

2022-04-13 Thread piPlayer


Is it possible to add an overlay by extension or are the extensions
loaded too late at boot time when the config.txt has already been read?
I want to add the new overlay fbtft.dtbo to make a small TFT display
work. My idea is to make an extension that adds the overlay and the
fbtft kernel modules. In the config.txt I want to start this overlay.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=114828

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2022-04-08 Thread piPlayer


HenPi wrote: 
> ... The display has a resolution of 320 x 240 pixels. Consequently a
> part of the screen maintains black...
Try the extension 
Code:

pcp-jivelite_qvgaskins.tcz

 instead of 
Code:

pcp-jivelite_default-qvga240squareskin.tcz

 for this display.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2021-11-14 Thread piPlayer


shunte88 wrote: 
> ... I'll be pullling the updated graphical engine into the trunk by the
> weekend ...
Okay, six weeks have passed since then. I think there has been no update
yet.
When will the support for the new OLED displays come?

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2021-10-06 Thread piPlayer


shunte88 wrote: 
> I'm back into the code after a couple of months fighting fires in the
> day job, 80hr+ 7 day weeks so not much time for anything other than
> catching up on sleep ...
I figured you were heavily involved in your work. That's why I didn't
want to stress you out. I'm glad you're finding some time for the code
again and look forward to the update.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] ANNOUNCE: LMS Monitor 2020

2021-09-12 Thread piPlayer


shunte88 wrote: 
> ...
> implementation of addition OLED support inclusive grayscale 256x64
> SSD1322 is almost there, driver 100% functional and blindingly fast ...
> 
> ...
> I'm shooting for the end of month to release the update ...
Is there already a release date planned for the new features or is there
a beta pre-release? I would like to get LMS Monitor running on a SSD1322
display.

regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111790

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Moving Configured PCP to Different Network

2021-04-08 Thread piPlayer


Greg Erskine wrote: 
> > 
Code:

  >   > # Maintained by user
----
> > 
> > piPlayer wrote: 
> > I will try that.> > 
The wpa_supplicant.conf with several WLAN settings now works.
Additionally I had to add the line scan_ssid = 1, otherwise it won't
work.

This file works for me: 

Code:

# Maintained by user
  ctrl_interface=/var/run/wpa_supplicant
  ctrl_interface_group=staff
  country=DE
  update_config=1
  
  network={
  ssid="SCHOOLS NETWORK NAME"
  scan_ssid=1
  psk="SCHOOLS PASSWORD"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  id_str="school"
  }
  
  network={
  ssid="HOME NETWORK NAME"
  scan_ssid=1
  psk="HOME PASSWORD"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  id_str="home"
  }




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=110044

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Moving Configured PCP to Different Network

2021-04-06 Thread piPlayer


Greg Erskine wrote: 
> > 
Code:

  >   > # Maintained by user

> > 
Ahh, this line was always missing in my wpa_supplicant.conf. I will try
that. Thank you very much!



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=110044

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Moving Configured PCP to Different Network

2021-04-06 Thread piPlayer


Is there a possibility in PiCorePlayer to set up two different WiFi
networks?
Due to the move from home office to university, my son's
PicorePlayer-based Squeezeplayer has to be reconfigured many times.
And removing the SD card is a little difficult there. So a permanent
solution would be fine.

I tried this:

Code:

ctrl_interface=/var/run/wpa_supplicant
  ctrl_interface_group=staff
  country=DE
  update_config=1
  
  network={
  ssid="SCHOOLS NETWORK NAME"
  psk="SCHOOLS PASSWORD"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  id_str="school"
  }
  
  network={
  ssid="HOME NETWORK NAME"
  psk="HOME PASSWORD"
  key_mgmt=WPA-PSK
  auth_alg=OPEN
  id_str="home"
  }



... but it doesent work.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=110044

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-08-17 Thread piPlayer


My Pimoroni project is finished. A 3d printed mini boombox for my son.

31312

More pictures: 'Link'
(https://forums.slimdevices.com/showthread.php?102957-pi-based-systems&p=985366&viewfull=1#post985366)


+---+
|Filename: pim1.jpg |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=31312|
+---+


piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2020-07-03 Thread piPlayer


paul- wrote: 
> What are you trying to do   We have alot of commands built in to the
> pcp command line tool.
> 
> I also use squeezy still.which is perl based. 
> https://github.com/pssc/squeezy
> 
> I like the older version, as it runs much faster
> https://code.google.com/archive/p/squeezy/downloads 
I only need simple status messages such as play, pause, stop, volume,
etc. to control status LEDs. Unfortunately I am very bad at programming.
Therefore I used the finished PyLMS library.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2020-07-03 Thread piPlayer


paul- wrote: 
> ... But moving to python3 is going to be a must...
Then I have to look around for an alternative to PyLMS.

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2020-07-03 Thread piPlayer


Ok I understand. The problem is, I am using the PyLMS library and it is
causing problems with Python 3.6. So I have to use Python 2.7. But the
old RPi-GPIO.tcz extension for Python 2 is no longer available in
PiCorePlayer 6. So I thought pigpio was an alternative.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer and automatic screen brightness control.

2020-07-03 Thread piPlayer


paul- wrote: 
> pigpio is what I'm using for GPIO now.  It's a little less friendly to
> deal with, but works with all boards.  We do have that extension for
> pCP.
> 
> I still think python is the way to go for simple (Not fast
> communications)
Hello,

I wanted to play around with pigpio and python. But pigpio doesn't seem
to be available in python (import error). I installed the pigpio.tcz
extension and the pigpio daemon is running. But there is no pigpio file
in the /usr/local/lib/python2.7/dist-packages folder.
What can be the problem?

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=112460

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2020-06-30 Thread piPlayer


Code:

#!/bin/sh
  
  #export SDL_VIDEO_FBCON_ROTATION=UD
  
  #export HOME=/home/tc
  #export JIVE_FRAMERATE=22
  #/usr/sbin/fbset -depth 32
  #export SDL_TOUCHSCREEN=1
  #TSLIB_CALIBFILE=/usr/local/etc/pointercal
  #export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  #sudo -E -b /opt/jivelite/bin/jivelite.sh >/dev/null 2>&1
  
  EVENTNO=$(cat /proc/bus/input/devices | awk '/ADS7846 
  Touchscreen/{for(a=0;a>=0;a++){getline;{if(/mouse/==1){ print $NF;exit 
  0;')
  
  export JIVE_NOCURSOR=1
  export SDL_VIDEODRIVER=fbcon
  export SDL_FBDEV=/dev/fb1
  export TSLIB_TSDEVICE=/dev/input/$EVENTNO
  export SDL_MOUSEDRV=TSLIB
  
  while true; do
  /opt/jivelite/bin/jivelite
  sleep 3
  done



I think the entry "EVENTNO = ..." in the file jivelite.sh must be in one
line without line breaks.


Code:

#!/bin/sh
  
  #export SDL_VIDEO_FBCON_ROTATION=UD
  
  #export HOME=/home/tc
  #export JIVE_FRAMERATE=22
  #/usr/sbin/fbset -depth 32
  #export SDL_TOUCHSCREEN=1
  #TSLIB_CALIBFILE=/usr/local/etc/pointercal
  #export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  #sudo -E -b /opt/jivelite/bin/jivelite.sh >/dev/null 2>&1
  
  EVENTNO=$(cat /proc/bus/input/devices | awk '/ADS7846 
Touchscreen/{for(a=0;a>=0;a++){getline;{if(/mouse/==1){ print $NF;exit 0;')
  
  export JIVE_NOCURSOR=1
  export SDL_VIDEODRIVER=fbcon
  export SDL_FBDEV=/dev/fb1
  export TSLIB_TSDEVICE=/dev/input/$EVENTNO
  export SDL_MOUSEDRV=TSLIB
  
  while true; do
  /opt/jivelite/bin/jivelite
  sleep 3
  done




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-06-26 Thread piPlayer


piPlayer wrote: 
> That was the solution. I did this before, but I forgot.
> 
One small change: With the current Lirc version, the above-mentioned
user command has to be changed somewhat.
The following command must be used:

Code:

/usr/local/sbin/lircd --device=/dev/lirc0 --logfile=/var/log/pcp_lirc.log 
--uinput




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-06-18 Thread piPlayer


ralphy wrote: 
> ...
> Then change the configuration so pcp considers it not installed by
> changing changing IR_LIRC="yes" to IR_LIRC="no"
> 
> sudo vi /usr/local/sbin/config.cfg
> 
> Then set lircd to start from the user commands on the tweaks webgui
> page.
> 
> /usr/local/sbin/lircd --device=/dev/lirc0 --log=/var/log/pcp_lirc.log
> --uinput
> 
> Save the config and reboot
That was the solution. I did this before, but I forgot.

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-06-17 Thread piPlayer


patrick31698 wrote: 
> Is there a way to setup Jivelite without using the buttons?
> 
You can connect a USB keyboard to navigate through the setup.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-06-17 Thread piPlayer


I would suspect a defective switch or a third variant. Do you have the
possibility to measure which GPIO the Y switch is connected to and
whether the switch works at all?

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-06-13 Thread piPlayer


ElFishi wrote: 
> So, next challenge: 
> I can get LIRCd to run with -uinput by the way Ralpy describes. I can
> also configure my own lircd.conf file so it contains the right keys for
> slimmer. And I can start slimmer with 
> > 
Code:

  >   > --input /dev/input/event0

> > 
> and have slimmer react on my remote...
Hi,

after getting Slimmer up and running in PiCorePlayer 6, I am now trying
to activate the remote control again.
I installed under Tweaks> IR-Page Lirc, set the correct GPIO port and
uploaded my own lircd.conf.
The remote control also seems to work, the commands 
Code:

irw

 and 
Code:

mode2 -d /dev/lirc0

issue the remote control commands correctly.

Next I found the Lirc event number.


Code:

cat /proc/bus/input/devices
  I: Bus=0019 Vendor=0001 Product=0001 Version=0100
  N: Name="gpio_ir_recv"
  P: Phys=gpio_ir_recv/input0
  S: Sysfs=/devices/platform/ir-receiver@1b/rc/rc0/input0
  U: Uniq=
  H: Handlers=kbd event0
  B: PROP=0
  B: EV=100013
  B: KEY=fff 0 0 4200 108fc32e 2376051 0 0 0 7 158000 4192 4001 8e9680 0 0 
1000
  B: MSC=10
  



But when I start Slimmer with 
Code:

--input /dev/input/event0

the software doesn't respond to the commands.

Does anyone have any idea why?

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-04-22 Thread piPlayer


@chill

Perfect thank You very much.

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-04-11 Thread piPlayer


chill wrote: 
> No - it slipped my mind, sorry.  Been tied up with work.  I'll do that
> this weekend. 
It would be nice if you could write a final summary.

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-04-10 Thread piPlayer


Hello, I found the solution myself. The pikeyd service could not be
started because the kernel module /dev/uinput in pcp6 is not started.
The solution was to enter the "modprobe uinput" command in the
/opt/bootlocal.sh file before pikeyd was started.
Here are my installation steps for "Slimmer" under pcp 6.0.0:

- Open the Picoreplayer web interface
- Execute Resize FS (100MB)
- Install ipv6-4.19.105-pcpCore.tcz from PiCorePlayer repo
- Install libusb-compat.tcz from the Official PiCore repo
(if this error occurs: mount: / tmp / tcloop / libudev: failed to setup
loop device for /mnt/mmcblk0p2/tce/optional/libudev.tcz)
- Press "load" a second time to completely install the extension
- Establish an ssh connection with Putty
- cd /mnt/mmcblk0p2/tce/optional
- wget
http://distro.ibiblio.org/tinycorelinux/9.x/armv7/tcz/libftdi.tcz
- wget
http://distro.ibiblio.org/tinycorelinux/9.x/armv7/tcz/libftdi.tcz.dep
- md5sum libftdi.tcz> libftdi.tcz.md5.txt
- continue according to instructions point 3 to point 15:
https://github.com/terba/slimmer/wiki/Building-a-player
- note: at this point, slimmer will not work properly yet
- Enter the following command at point 16:

cat >> /opt/bootlocal.sh << EOF
modprobe uinput
/usr/local/etc/init.d/lcdproc-server start
/usr/local/etc/init.d/pikeyd start
/usr/local/etc/init.d/slimmer start
EOF

- sudo filetool.sh -b
- Reboot

After Raspberry Pi has rebooted, Slimmer starts correctly.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-04-09 Thread piPlayer


3issa wrote: 
> I also tried to use Slimmer on PiCorePlayer 5 with no succes...
Hello, I almost got slimmer running under PCP 6.0.0. The reason why the
executable slimmer does not start is that there is no input device named
pikeyd. The udev rule, which is included in the slimmer bundle, does not
seem to work. Here is the content of the rule:

SUBSYSTEM=="input",ATTRS{name}=="pikeyd",NAME=="input/%k",SYMLINK+="pikeyd",MODE=="6440"

Does anyone have any idea why the rule works under PCP 4.1.1, but not
under pcp 6.0.0?

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-04-02 Thread piPlayer


tbali wrote: 
> The backlight control code is commited in the Slimmer source repo, but
> not released yet. So you have to build an executable yourself from the
> sources to use this feature.

Ok, thanks for the hint. A long time ago I recompiled the slimmer
executable from the source code for another player. If I use this
slimmer file, the backlight function also works via i2c. I did not know
that this function is not included in the slimmer bundle.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2020-04-02 Thread piPlayer


RustySpoons wrote: 
> ... I got it working with a 20x4 HD44780 with a I2C Backpack...
Hello,

does the backlight off function work for you when the player is in
standby? For me, the display comes on as soon as voltage is applied and
always stays on even after the player has been inactive for a long time.
If I comment out "BacklightInvert=yes" in the file Lcdproc.conf, the
backlight goes out as soon as Lcdproc starts. So I think it should be
possible to control the backlight.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-25 Thread piPlayer


chill wrote: 
> ... These are really nice boards for the Raspberry Pi, with versions for
> a headphone amp, a line out, a 3W amp with speaker terminals, and even
> one with a built-in 1W speaker.  I've been working on the line out
> version, but I also bought one of the 3W amp boards, and the screen and
> buttons work exactly the same as the line out version
> (unsurprisingly)...
Hi there,

the pirate audio boards look good. In combination with a Raspberry Pi
Zero, they are the ideal all-in-one solution for a small player. But I'm
afraid these boards are discontinued because they are no longer
available? I found the amplifier version at Amazon and ordered one right
away before it is no longer available.
I am currently working on another project, but in the near future I will
deal with the Pirate Audio Board.

Regards
piPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite on a Pirate Audio 240x240 screen

2020-01-23 Thread piPlayer


patrick31698 wrote: 
> ... Do you see a chance for this kind of LCDs to dimm or switch of the
> backlight? ...
Some Waveshare displays have a switch for switching the backlight on and
off, others control the brightness of the backlight as described in this
manual: 'link'
(https://www.waveshare.com/w/upload/5/56/PWM_control_backlight_manual.pdf
).
But the cheap China clones offer no way to control the backlight.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=111502

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2019-09-25 Thread piPlayer


paul- wrote: 
> pikeyd doesn't support encoders either ...
There is a modified version of pikeyd that supports rotary encoders as
well: 'link' (https://github.com/dozencrows/pikeyd/tree/rotary).
Under pikeyd.conf you can find a config sample with rotary encoder
settings.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-07-07 Thread piPlayer


starbender wrote: 
> Hi All,
> 
> I done lots of forum search but couldn't find answer to my problem. I'm
> trying to use waveshare 5" hdmi touchscreen with picore&jivelite.
> 
Searching for waveshare provided in 2 seconds this thread and these two
instructions.

'Thread'
(https://forums.slimdevices.com/showthread.php?109619-Touch-off-with-Jivelite-Waveshare-5-quot-on-piCorePlayer&highlight=waveshare)

'Waveshare 5\" SPI touchscreen'
(https://forums.slimdevices.com/attachment.php?attachmentid=25983&d=154635)

'Waveshare 5\" USB touchscreen'
(https://forums.slimdevices.com/attachment.php?attachmentid=26045&d=1542987532)

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-06-28 Thread piPlayer


JustRay wrote: 
> ... Changing the Settings and selecting the hifiberry DAC + leads to no
> sound any more. Neither from the DAC nor the analog output.
> 
> Any idea how to check this?
If another audio card is activated, the config.txt file is changed
automatically. The built-in audio card must be disabled "dtparam = audio
= off" and the audio card overlay must be added to the custom section in
config.txt. In your case, it should look like this:
>  #Custom Configuration Area, for configuration settings that are not
> managed by pCP.
> #pCP retains these settings during the in-situ update
> # --- Begin Custom- (do not change start or end tags) -
> 
> dtoverlay = hifiberry-dacplus
> dtoverlay = piscreen, speed = 2400, rotate = 270
> 
> # --- End-Custom -- 
Please check if these entries exist. Maybe this is the problem.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-06-24 Thread piPlayer


JustRay wrote: 
> Trying:
> 
> sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 /opt/jivelite/bin/jivelite
> &
> 
> works.

That's good.
What happens if you start your jivelite.sh script manually (sudo
/mnt/mmcblk02p2/tce/jivelite.sh)?
If Jivelite does not start then, I think it's a mistake in the startup
script.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-06-19 Thread piPlayer


JustRay wrote: 
> Hi there
> 
> I just made a new setup based on (picoreplayer 5.0 and) the advices
> 
> http://www.pughx2.com/picore3.html
> 
Hi,

I also updated my player with Waveshare 3.5" display to the PiCorePlayer
version 5.0, so I followed the above instructions step by step and
everything runs perfectly.

It is important to give the file jivelite.sh executable rights (chmod
770).
> using winSCP create a file jivelite.sh in /mnt/mmcblk0p2/tce/, MAKE SURE
> it is executable
Jivelite autostart is disabled when jivelite is installed with the
extension pcp-jivelite_default-wav35skin.tcz.
> go to the Tweaks page and in the Jivelite section ensure that Set
> Autostart is set to Yes. Now reboot as requested.
Maybe one of them is the problem.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2019-06-07 Thread piPlayer

Hello Balázs,

I'm also looking for the missing lib lcdapi.
I sent you a PM with my mail contact.

Regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-05-22 Thread piPlayer


newbe_Kriss wrote: 
> i have problem, every thing goes ok, screen is in negative how to change
> ?
You may need to slow down the frequency of the display. 'Link'
(https://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=936562&viewfull=1#post936562)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] IR Remotes with Linux based Players

2019-04-08 Thread piPlayer


I use 'this cheap IR remote'
(https://www.pollin.de/p/infrarot-fernbedienung-merlin-620185) with a
GPIO connected TSOP4856 IR receiver and a custom LIRC configuration
file. The IR remote sends commands with 56 kHz modulation frequency.
That's why I'm using a TSOP4856 instead of a TSOP4838.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=110424

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-03-04 Thread piPlayer


tobal2 wrote: 
> ... In this time I can see the Picoreplayer logo at booting, but after
> the logo the screen came back to the same previous state...
This happens when the resolution of the default skin is greater than the
physical resolution of the display. If Jivelite was installed over the
tweaks page, Joggler Skin or so is Standard Skin and Jivelite does not
start on the 3.5 inch waveshare display. The extension
"pcp-jivelite_default-wav35skin.tcz" sets the waveshare-skin to the
default setting and jivelite starts properly. So you do not need to
install jivelite, you just have to install
"pcp-jivelite_default-wav35skin.tcz".
I think you need to start with a clean install and run 'this
instruction' (http://www.pughx2.com/picore3.html) point by point.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2019-02-27 Thread piPlayer


gnibur wrote: 
> Would the input of slimmer work together with lmsmonitor? I am
> considering alternatives. Or would it be possible to install Lmsmonitor
> and use a rotary encoder for volume.

You do not need the complete slimmer bundle. Slimmer uses the pikeyd
daemon to turn gpio input into keyboard shortcuts.
You can also use pikeyd without slimmer: 'link'
(https://github.com/dozencrows/pikeyd) However, you must create a .tcz
extension yourself.
Alternatively, you can use the squeezebuttonpi daemon: 'link'
(https://forums.slimdevices.com/showthread.php?107001-ANNOUNCE-SqueezeButtonPi-Tool-to-use-buttons-and-rotary-encoders-on-a-RPi)
The pcp-sbpd.tcz extension can be loaded from the picoreplayer web
interface.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-02-18 Thread piPlayer


ElFishi wrote: 
> ... With my display, however, I found that the configuration can by
> simplified to say 
> > 
Code:

  >   > dtoverlay=piscreen,speed=2400,rotate=270

> >  
> in config.txt instead of dtoverlay=ads7846 ...
> With the piscreen overlay I can skip the whole modprobe flexfb ...
> part and leave /opt/bootlocal.sh unchanged...
I'm a little confused about that. :confused: The flexfb driver is only
for driving the display and the ads7846 overlay is only for controlling
the touchscreen.
Does the piscreen overlay control both?
But anyway, that's are helpfull news. :)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-02-13 Thread piPlayer


RDaneel wrote: 
> ... is there any way to control screen brightness? ...
There is no way to adjust the brightness because the 3.5-inch waveshare
display has no pins for it. For the same reason the backlight can't be
switched off, it remains always on.
But I found this hack to adjust the brightness: 'Link'
(https://www.raspberrypi.org/forums/viewtopic.php?t=149887) May be it
will help.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2019-02-12 Thread piPlayer


lordvader wrote: 
> ... However, not having any luck with screensavers...
Over two years ago I found a solution to get the screen savers working
with a 3,5" waveshare display.
I did additional modifications in the pcp-jivelite.tcz extension.

In /opt/jivelite/share/jive/applets/WQVGAsmallSkin/images/Clocks I
changed the resolution of the .png images from 480x272 to 480x320.
And in /opt/jivelite/share/jive/applets/Clocks I modified the
ClockApplet.lua file. Here you have to define, that the Wav35Skin also
uses the Clocks from WQVGAsmallSkin. But unfortunaly I forgot the exact
changes that I've done. :o Maybe the PCP experts could give you a hint.

regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-14 Thread piPlayer


andjo wrote: 
> As announced the pdf with the installation guide.
Good job thank you.
In addition, I would like to say that the input event number of the
touch screen can be different. In particular, if a mouse or a USB DAC is
connected.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-12 Thread piPlayer


andjo wrote: 
> 
> - how do i autostart that script (where do i find pcp_startup.sh)?
The only thing you have to do is to edit the file
"/home/tc/www/cgi-bin/do_rebootstuff.sh" like shown in this thread:
'Link'
(http://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=905003&viewfull=1#post905003)
andjo wrote: 
> - is it possible to hide the mouse pointer?
I havent found a solution yet.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-11-12 Thread piPlayer


@ Jan Madsen

Do you come from Germany? Then maybe we could talk by PM.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-12 Thread piPlayer


andjo wrote: 
> OK - finally ts_calibrate & ts_test are working.
> sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0
> /usr/local/bin/ts_calibrate
> sudo TSLIB_FBDEVICE=/dev/fb0 TSLIB_TSDEVICE=/dev/input/event0
> /usr/local/bin/ts_test
> 
> But when I save and restart with jivelite enabled - everything is as
> before.
Disable jivelite autostart and try to start jivelite manually:
> sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0
> TSLIB_TSDEVICE=/dev/input/event0 SDL_MOUSEDRV=TSLIB
> /opt/jivelite/bin/jivelite



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-11 Thread piPlayer


Dogbert wrote: 
> ts_calibrate
> ts_finddev
> ts_harvest
> ts_print
> ts_print_mt
> ts_print_raw
> ts_test
> ts_test_mt
> ts_uinput
> ts_verify
Ok, then the ts_tools are already installed.
What happens if you follow the steps in the "Calibrate the Touch Screen"
section of this guide? 'Link'
(https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=2ahUKEwjhjaKaqc7eAhVNM-wKHQ7lBmYQFjAAegQICRAB&url=http%3A%2F%2Fwww.pughx2.com%2Fpicore320.html&usg=AOvVaw3V1CpXc1eTwr3T0i6GrRIQ)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-11 Thread piPlayer


Hello, it's me again. It looks like the line for the 5" model is little
bit different to the 3.5" and 4" models. If the line above did not work,
you can test this line:
dtoverlay=ads7846,cs=1,penirq=25,penirq_pull=2,speed=5,keep_vref_on=0,swapxy=0,pmax=255,xohms=150,xmin=200,xmax=3900,ymin=200,ymax=3900



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-11 Thread piPlayer


piPlayer wrote: 
> dtoverlay=ads7846,speed=100,penirq=17,penirq_p
> ull=2,swapxy=1,xmin=200,xmax=3900,ymin=200,ymax=39 00,pmax=255,xohms=60
Sorry there was a blank space in the line.
You have to remove it here:
> penirq_pull=2



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-11 Thread piPlayer


bondav wrote: 
> No, can you say me how to do that?
On the ssh commandline you have to open the file config.txt with an
editor like "nano" ...
> sudo nano /mnt/mmcblk0p1/config.txt
... and you must enable the line:
> dtparam=i2c=on,spi=on,i2s=on
Additionaly You have to add the following line at the end of the file:
> dtoverlay=ads7846,speed=100,penirq=17,penirq_pull=2,swapxy=1,xmin=200,xmax=3900,ymin=200,ymax=3900,pmax=255,xohms=60
Then You have to save the config.txt file and backup your settings:
> sudo filetool.sh -b



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-10 Thread piPlayer


bondav wrote: 
> I have a Waveshare Raspberry Pi 5" LCD HDMI 800*480 (A version).
I think the touchscreen of this model has an SPi interface. Have you
enabled the SPI interface in the config.txt file?



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-09 Thread piPlayer


bondav wrote: 
> Do you know why I see my touchscreen in my devices?

Which waveshare model do you have? Is there any other hardware such as a
soundcard, an IR receiver or similar connected?



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-09 Thread piPlayer


What is the output when You do that? > /usr/local/bin$ ls -1 ts_*



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-01 Thread piPlayer


korrus wrote: 
> It doesn't change anything. It still the same problem. It's like on
> first movie again. Cursor is back to that left upper corner when i lift
> my finger, and there is no action.
Ok, here's another try: > sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0
> TSLIB_TSDEVICE=/dev/input/event0 SDL_MOUSEDRV=TSLIB
> /opt/jivelite/bin/jivelite



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-11-01 Thread piPlayer


korrus wrote: 
> I run this: sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0
> SDL_MOUSEDEV=/dev/input/event0 SDL_MOUSEDRV=TSLIB
> /opt/jivelite/bin/jivelite.sh &
Please try to start jivelite directly instead of using the jivelite
startup script.
Run this: sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb0
SDL_MOUSEDEV=/dev/input/event0 SDL_MOUSEDRV=TSLIB
/opt/jivelite/bin/jivelite &



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Touch off with Jivelite/Waveshare 5" on piCorePlayer

2018-10-31 Thread piPlayer


korrus wrote: 
> Yes i have done the calibration with ts_calibrate. I run ts_test and it
> was working fine. Only with jivelite is working strange. 
> ...
With a 3.5" and a 4" Waveshare display I hade similar issues.
The problem was that jivelite started with the wrong input device.
And the solution can be found here: 'link'
(https://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=905003&viewfull=1#post905003)

best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=109619

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2018-08-09 Thread piPlayer

ElFishi wrote: 
> Hello Balázs!
> 
> Hope you are well. 
> Is there any chance of seeing v2.0 anytime soon?
> 
> Cheers
tbali wrote: 
> Hello,
> 
> I have a lot of work now. Spring maybe.
> 
> Best regards
Hello tbali,

may we continue to hope for an improved version of slimmer?

best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-06-29 Thread piPlayer


pavowren wrote: 
> hello,
> i have the proper entries in config.txt for this 800x480 display and
> visually it looks just fine.
> however touch is "off" that is, cursor is shown about an inch to the
> left of where the finger is.
> i've already tried ts_calibrate but to no effect.
> yes, i've made sure to backup with sudo filetool.sh -b
I hade a similar problem and found the solution 'here'
(https://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=905003&viewfull=1#post905003).
Maybe it will help you too.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-03-21 Thread piPlayer

noise11 wrote: 
> ... in the other hand the raspberry pi 7 inch works out of the box.
Yes and only this display is officially supported by picoreplayer. To
get all other displays working is much more difficult and requires some
linux knowledge. But I have both the original Waveshare 4 inch display
and a china clone called "4 inch rpi display" working well with
picoreplayer.
Therefore, I can only imagine that either your display was broken or you
did something wrong.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-03-20 Thread piPlayer

noise11 wrote: 
> thank you guys, but i just returned this crap lcd ...
The 4" Waveshare display works very well if you follow the instructions
of nowhinjing step by step.
You do not need a waveshare overlay, but you have to load the required
fbtft driver so that the display starts up when booting.
The display is not "crap", you just have to know what to do.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-26 Thread piPlayer

bvlet wrote: 
> 
> Do you know if I can enable a log file or so to find the bottleneck?
You said squeezelite is ok, so you have just to look where is the
problem with jivelite.
'In this post'
(http://forums.slimdevices.com/showthread.php?103330-Jivelite-for-piCorePlayer&p=843202&viewfull=1#post843202)
you can find a solution to get jivelite logs.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-23 Thread piPlayer

bvlet wrote: 
> OK, I tried a lot and have found it's definitely got something to do
> with running the LMS on a Synology NAS.
> 
Jivelite schould also work with a Synology NAS. I have LMS running on a
Synology DS-116 with DSM 6.1.5 OS. I have installed LMS 7.9.1-166 beta
over the package-manager. LMS is running on port 9002.
I have two players with waveshare display and jivelite working and they
have no problems finding the music library with the Synology standard
settings. The NAS HDD is spinning down after one hour an that is also no
problem for the players.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-22 Thread piPlayer

bvlet wrote: 
> I read some more in the forums about the switching between wired and
> wireless connections. I configured my PI through the newconfig-method
> directly over Wifi, so this shouldn't be the problem.
I have connected the pi via wired network and setting up everything
inclusive jivelite. After that I switched the network connection to
wireless. When jivelite is comming up again after a reboot, I can found
two players with the same name in jivelite. The chosen one is the player
who was connected wired and he can't find the lms. I have to switch to
the other player with the same name and voilà the music library is now
available. May be you have this problem to. 
bvlet wrote: 
>  I can calibrate it (with TSLIB, like described on the bottom of
> http://www.pughx2.com/picore320.html), but the settings don't seem to be
> used, even though they are correctly stored in the pointercal file...
> Before the reset, this worked perfectly.
> 
> So in short: We're not there yet :). Any ideas?
Please look at my post above (number #797) may be this is the reason.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-20 Thread piPlayer

ralphy wrote: 
> You need to add -E to sudo if you want the environment variables
> available to the command you're trying to run. -b is run in background.
> 
> See how we run it in do_rebootstuff.sh
> 
> sudo -E -b /opt/jivelite/bin/jivelite.sh
Yes, when I do
> export TSLIB_TSDEVICE=/dev/input/event0
> export SDL_MOUSEDRV=TSLIB
> export SDL_MOUSEDEV=$TSLIB_TSDEVICE
> sudo -E /opt/jivelite/bin/jivelite 
everything works fine. Thank you Ralphy for that hint. I learned
something new again.
So I don't understand why the calibration isn't working with the
standard do_rebootstuff.sh and jivelite.sh and
found the solution in 'this thread'
(http://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=905003&viewfull=1#post905003).
I made the changes like streampunk wrote there and after backup and
reboot my touchscreen is working fine. :D



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-19 Thread piPlayer

piPlayer wrote: 
> sudo SDL_MOUSEDRV=TSLIB SDL_MOUSEDEV=/dev/input/event0
> /opt/jivelite/bin/jivelite
After a reboot the calibration was wrong again.
It looks like this line bring me back the calibration in jivelite
permanently:


Code:

sudo TSLIB_TSDEVICE=/dev/input/event0 SDL_MOUSEDRV=TSLIB 
/opt/jivelite/bin/jivelite




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-19 Thread piPlayer

I have finaly figured out what's the problem. I have to start jivelite
with the following line:

> sudo SDL_MOUSEDRV=TSLIB SDL_MOUSEDEV=/dev/input/event0
> /opt/jivelite/bin/jivelite

When I do the following like do_rebootstuff.sh does, the calibration in
jivelite wont't work.

> export TSLIB_TSDEVICE=/dev/input/event0
> export SDL_MOUSEDRV=TSLIB
> export SDL_MOUSEDEV=$TSLIB_TSDEVICE
> sudo /opt/jivelite/bin/jivelite
> 

It looks like the export function has no effect. :confused:
Anyway, when I modify the jivelite.sh file like shown above, the
touchscreen schould work properly.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-18 Thread piPlayer

piPlayer wrote: 
> Hello,
> 
> Currently I try around with a 4.3 inch WaveShare display with 480x272
> resolution. For this I need the WQVGAsmallPrint skin, which is not
> available in the latest pcp-jivelite.tcz, which was loaded via the web
> interface. Is there a chance to get those "old skins" back?
I got the wgvga Skins from sourceforge repo an the jivelite resolution
now matches to the displays resolution.
Now I have a new problem. The calibration dont matches in jivelite. When
I do ts_test after calibration with ts_calibrate all works fine. But
when I start jivelite, the calibration is complete wrong. The directions
are right, but the cursor position is wrong.
What could be the problem?



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-12 Thread piPlayer

ralphy wrote: 
> All the skins are still available in the extensions, you have to install
> pcp-jivelite_wqvgaskins.tcz from the picoreplayer sourceforge
> repository.
Aahhh, that's good to hear. Thank you for your prompt reply.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2018-02-11 Thread piPlayer

Hello,

Currently I try around with a 4.3 inch WaveShare display with 480x272
resolution. For this I need the WQVGAsmallPrint skin, which is not
available in the latest pcp-jivelite.tcz, which was loaded via the web
interface. Is there a chance to get those "old skins" back?



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Pi or Pi Zero for player?

2018-02-08 Thread piPlayer

I have for RPI based players with piCore working at my home, one RPI 1B
(single core cpu), one RPI A+ (single core cpu) ans two RPI 2.
I cant find any differences between the performance of these models. So
I am pretty shure, that the Pi zero also working well as a
piCorePlayer.
For a friend I am build a standalone player with piCore and lms working
on a RPI. My first steps I made with an RPI 1B and figured out a lack of
performance. So I did it finaly with a RPI 2.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108666

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-02-06 Thread piPlayer

For the official 7" RPI Display You have to follow this instruction:
'link'
(https://github.com/ralph-irving/tcz-jivelite/blob/master/README.md)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix



Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-02-06 Thread piPlayer

patrick31698 wrote: 
> Any experiences on this TFTs with the first generation Pis?
The pinout of the linked Chinese touch screen is identical to the
Waveshare 3.5 "and 4" displays.
I believe in China they are cloning their own products. :rolleyes:
So it should work with the tutorial from nowhinjing.
I have a 4 inch China display identical to the 4 inch from Waveshare in
operation on a Raspberry Pi 1 B.
The performance is more than enough.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-30 Thread piPlayer

Hello rmac,

Congratulations, your endurance to find the problem has paid off.
I had the combination of LMS and TFT working before nowhinjing did his
tutorial. My workflow was a little different than the tutorial. In my
case, I manually wrote the entries in bootlocal.sh. That's why my boot
order is right.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-29 Thread piPlayer

rmac321 wrote: 
> 
> FWIW, if I remove the parts of the line calling jivelite that create the
> framebufffer, then jivelite is started and output to the hdmi monitor,
> so jivelite isn't the culprit.  There is some conflict between
> slimserver being called and the creation of the framebuffer.  No doubt
> I'm missing something obvious.  Unfortunately it isn't obvious to me...
If the HDMI output works, then the framebuffer copy from fb0 to fb1 may
be the solution for you. Before I found out the solution with the
SDL_Videodriver, I had  'this tool'
(https://github.com/AndrewFromMelbourne/raspi2fb) to copy the contents
of the HDMI output (/dev/fb0) into the Waveshare display (/dev/fb1). But
if /dev/fb1 is not created, it probably will not work either.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-29 Thread piPlayer

The last idea I have is to disable slimserver autostart and put a
startup command in a user command line on the picorplayer web interface.
In my opinion, these commands are executed at the very end of
do_rebootstuff.sh. At this time Jivelite should be up and running. But I
dont know if it works.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-27 Thread piPlayer

We talked about this problem a few weeks ago.
Maybe my solution will help: 'link'
(http://forums.slimdevices.com/showthread.php?107366-picoreplayer-3-11-waveshare-3-5-TFT-jivelite-Raspberry-Pi-2B&p=896587&viewfull=1#post896587)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-27 Thread piPlayer

@rmac321

Look  here, maybe it helps:
http://forums.slimdevices.com/newreply.php?do=newreply&p=896587



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2018-01-27 Thread piPlayer

streampunk wrote: 
> Hi,
> for all that are using the touchscreen display in self constructed
> mobile devices (i.e. running on battery power), it would be great to
> have an option to put the screen and its backlight into standby after a
> certain time.
> It seems that this is not really trivial, as the touchscreen needs to be
> present at boot time and can't simply be switched off and on after
> booting. There are lots of threads on this, e.g.
> https://www.raspberrypi.org/forums/viewtopic.php?f=91&t=120968&start=150
> The power saving mode integrated into PCP/jivelite only works with the
> official display.
> I found the pinout here:
> https://diyhacking.com/raspberry-pi-touchscreen-lcd-tutorial/ - its for
> the 3.2 Inch display, but I suppose that its identical for the 3.5. 
> Has anybody succeeded in finding a solution for a power saving mode for
> the touchscreen?
> Best regards
> Martin
In the past i spended some time to that problem and i cant find a
solution. I think there is no way to control the backlight of that 
cheap displays. The controler chip is direct wired to 5V and has no
backlight pin. The hdmi versions of the waveshare displays have a
mechanical backlightswitch. For that ones you can found tutorials for
switching off the backlight via gpio.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2018-01-23 Thread piPlayer

Hello Balázs,

it would be nice if you could implement the possibility to open the
playlist folder in the main menu at the next slimmer update.

Best regards
PiPlayer



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] pCP3.22 + Waveshare 3.5 + Justboom Amp Zero

2018-01-15 Thread piPlayer

I think this Problem would be better placed in the slimmer thread.
Anyway, did You use pull-up resistors for connecting the button?
If not, this could be the problem.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108536

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] pCP3.22 + Waveshare 3.5 + Justboom Amp Zero

2018-01-12 Thread piPlayer

You could try the HDMI version of the waveshare 3,5" touchpanel: 'link'
(https://www.waveshare.com/product/modules/oleds-lcds/raspberry-pi-lcd/3.5inch-hdmi-lcd.htm)
This one dont use the PIN 18.
You can stack it on the amp for the touch function but you need an
additional HDMI mini to HDMI cable for the display.

> 
> 
>   2, 4
>   5V
> 
> 
>   3, 5, 7, 8, 10, 11, 12, 13, 15, 16, 18, 24
>   not connected
> 
> 
>   6, 9, 14, 20, 25
>   Ground
> 
> 
>   19
>   SPI data input of Touch Panel
> 
> 
>   21
>   SPI data output of Touch Panel
> 
> 
>   22
>   Touch Panel interrupt, low level while the Touch Panel detects
> touching
> 
> 
>   23
>   SPI clock of Touch Panel
> 
> 
>   26
>   Touch Panel chip selection, low active
> 
> 
>



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108536

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer with touchscreen and jivelite

2017-10-14 Thread piPlayer

srvduplex wrote: 
> Hi piPlayer
> 
> I did, and when I launch the calibration the screen is back upside
> down.
> Thanks
Please try my method to rotate the screen in the bootlocal.sh entry and
run calibration after that.
And dont forget to delete the entry in do_rebootstuff.sh.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=104980

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer - jivelite not starting

2017-10-14 Thread piPlayer

You need to look for a 320x240 skin for jivelite. Perhaps this thread
helps: 'link'
(http://forums.slimdevices.com/showthread.php?103594-Proper-320x240-PITFT-Skin-for-Jivelite)
Then you have to implement it in pcp-jivelite.tcz and set this skin to
the default value.
The extension "pcp-jivelite__default-wavskin.tcz" from nowhinjing's
instruction makes this automatically for you, you have to carry out the
installation steps manually.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108136

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer with touchscreen and jivelite

2017-10-14 Thread piPlayer

Did you calibrate the screen? Perhaps the touch screen works right after
that.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=104980

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer - jivelite not starting

2017-10-14 Thread piPlayer

The linked instruction is only for a screen with resolution 480x320 your
screen resolution is 320x240.
That is the reason why jivelite can`t come up.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108136

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Jivelite for piCorePlayer

2017-10-13 Thread piPlayer

psketch wrote: 
> ... So, how can I enter the LMS IP so that Jivelite can find the server?
> ...
look here: 'link'
(http://forums.slimdevices.com/showthread.php?108088-Picore-chosing-the-lms-server)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=103330

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2017-10-05 Thread piPlayer

tbali wrote: 
> I will look after it when I get some spare time.
Thant would be great. Thank you.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-10-05 Thread piPlayer

cubii wrote: 
> Could not go the bed bevore testing thsi, so i made my onw image with
> the provided installations on the homepage, installed lms and got no
> screen.
> If then lms is stopped, the screen comes back (Jivelite) and i can start
> lms again without getting problems with jivelite/the touchscreen...
> 
> So two workarounds: Start lms by hand or write a script which delays the
> autostart of lms or closes it and starts it again :-)
I had the same Problem. My solution was to unsquash the pcp-jivelite.tcz
package an change the original jivelite.sh file in the folder
/opt/jivelite/bin/ like nowhinjing wrote in his tutorial. Then i
resquashed the package and put it back to the Pi. In the
do_rebootstuff.sh file i did no changes. Then the startup works
properly.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Picoreplayer with touchscreen and jivelite

2017-10-04 Thread piPlayer

srvduplex wrote: 
> 
> Do you any idea why I can't get the screen the other way around?
> 
I think you have to rotate the screen in the second line of the
/opt/bootlocal.sh entry.


Code:

modprobe fbtft_device debug=3 rotate=90 name=flexfb speed=1600 
gpios=reset:25,dc:24



You must change it to: rotate=270

Maybe you must also swap XY-axis in the config.txt entry to get the
touchscreen working the right way.


Code:


dtoverlay=ads7846,speed=100,penirq=17,penirq_pull=2,swapxy=1,xmin=200,xmax=3900,ymin=200,ymax=3900,pmax=255,xohms=60




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=104980

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2017-10-03 Thread piPlayer

Ok, thanks for your reply.
I dont think, that my feature request will have any effect.
So I can live with the scrolling like it is.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


[SlimDevices: Unix] Picore: chosing the lms server

2017-10-02 Thread piPlayer

At standard piCorePlayer searching the LMS server with autodiscovery.
You can specify a LMS IP-adress on the PCP webinterface under
"Squeezelite Settings".



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108088

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce: Slimmer

2017-10-02 Thread piPlayer

Hello tbali,
I have testet your software with a two-line and a for-line display and
it works very well. Many thanks for your work.
I have one little improvement suggestion. On the two-line display the
second line scrolls permanently.
I would insert a break of two or three seconds between the scrolling.
In my opinion it makes the visualization smoother.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=105819

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer + Jivelite screen off command

2017-10-01 Thread piPlayer

It is not nessasery to do that because you can set a "Blank Screen"
screensaver for the playing mode.
Then you have the same effect.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108077

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] piCorePlayer 3.22 LMS install problems on RPi3

2017-09-29 Thread piPlayer

There is still an problem with the sourceforge server. 'link'
(http://forums.slimdevices.com/showthread.php?107352-Announce-piCorePlayer-3-20&p=896065&viewfull=1#post896065)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=108064

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-09-05 Thread piPlayer

ralphy wrote: 
> There is no cpu dependency for the skin package and it's available for
> both armv6 and armv7.
I thought of the fbtft driver module. I have no other idea why the
waveshare do not work with the Raspberry Pi 1.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-09-05 Thread piPlayer

gsp_steve wrote: 
> Did anyone know if this also works on a Raspberry Model B?
I think you mean the Raspberry Pi 1 Model B. Therfore you need the the
kernel driver modules for armV6 architecture.
It is possible, that the new pcp-jivelite_default-wav35skin.tcz only
supports armV7 cpu`s.
But you can make your own extension with the right driver modules. With
it the waveshare works fine with the Raspi 1.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-09-05 Thread piPlayer

gsp_steve wrote: 
> 
> There is now only one problem since i connect my USB Audio Card the
> Touch stops working!?
I had the same problem. Probably the USB Audio Card became the input
event number 0 and the touchscreen the input event number 1.

To fix it, you have to change the event number from 0 to 1 in the
do_rebootstuff.sh file.


Code:

if [ "$JIVELITE" = "yes" ]; then
echo -n "${BLUE}Starting Jivelite... ${NORMAL}"
  # eventno=$( cat /proc/bus/input/devices | awk '/FT5406 memory based 
driver/{for(a=0;a>=0;a++){getline;{if(/mouse/==1){ print $NF;exit 0;')
  # if [ x"" != x"$eventno" ];then
  # export JIVE_NOCURSOR=1
export TSLIB_TSDEVICE=/dev/input/event1
export SDL_MOUSEDRV=TSLIB
export SDL_MOUSEDEV=$TSLIB_TSDEVICE
  # fi
  export HOME=/home/tc
  if [ -x /opt/jivelite/bin/jivelite.sh ]; then
  echo "${GREEN}Done.${NORMAL}"
  sudo -E -b /mnt/mmcblk0p2/tce/jivelite.sh > /dev/null 2>&1
  #   sudo -E -b /opt/jivelite/bin/jivelite.sh >/dev/null 2>&1
  else
  echo "${RED}There is a problem with the Jivelite installation. Please remove 
and reinstall jivelite.${NORMAL}"
  fi
  fi




piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-08-29 Thread piPlayer

ralphy wrote: 
> 
> Note that the clock screen savers do NOT work with the 3.5" waveshare
> skin.
On my system the clock screen savers working well with the waveshare
display.
Therefore I have changed the resolution of the clock .png images and
modified the ClockApplet.lua file.
But in my case the .png files must be stored in the clock folder of
WQVGAsmallSkin and not in the Wav35Skin clock folder.
Therfore I do need the WQVGAsmallSkin. Maybe it is not the best way but
it works for me.
Is it possible to added these changes to the
pcp-jivelite_default-wav35skin.tcz extension?



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] Announce piCorePlayer 3.20

2017-08-22 Thread piPlayer

feeder6 wrote: 
> 
> Yes is it possible to use a display and a dac which are connected to the
> gpios on rpi2 at the same time? There are different adapters to use more
> then one thing connected to gpio.
Yes it is possible, the i2c dac and the spi display uses different
gpio's. I have both and a lirc ir receiver working at the same time.



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107352

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-16 Thread piPlayer

paul- wrote: 
> 
> ps.  That is a heck of a modprobe line.  Where did you find all of that
> info?  Was that in the waveshare website.
A couple of modeprobe parameters for some TFT`s you can find here:
'Link'
(https://www.google.de/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&uact=8&ved=0ahUKEwjAuInKi_TTAhUnKpoKHRavBJIQFggpMAA&url=https%3A%2F%2Fgithub.com%2Fnotro%2Ffbtft%2Fwiki%2Fflexfb&usg=AFQjCNHUVBL6QPlP9se9oxlFkeu-KBhlHQ)



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] picoreplayer 3.11 +waveshare 3.5 TFT + jivelite + Raspberry Pi 2B+

2017-05-08 Thread piPlayer

nowhinjing wrote: 
> 
> > 
Code:

  >   > http://www.pughx2.com/picoreplayer.html

> > 
> 
Good manual, certanly it helps others to get a cheap Squeezebox Touch
replacement.
I also wrote a manual for myself, but in German. Unfortunately, my East
German school English
is not good enough for a manual that everyone understands. :o



piPlayer's Profile: http://forums.slimdevices.com/member.php?userid=65280
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


  1   2   >