volumio-plugins icon indicating copy to clipboard operation
volumio-plugins copied to clipboard

touchscreen plugin

Open apm1007 opened this issue 6 years ago • 3 comments

Thx for this module. Bought my first official rapsberry pi touchscreen and the iqaudio pro. great job. Here are some features i miss/ error i got.

  1. First i miss a button to change brightness. e.g. in touchscreen plugin settings?
  2. got job for turning the display off automatically. Maybe this can be done buy intervall? to be set in the plugin?
  3. Searching isnt possible without some keyboard. maybe to upcoming keyboard? like on smartphone? img_20190112_165621
  4. default page layout is to big. img_20190112_165613 i think there are a few pixel to much on the start screen. (Grey line on the right side)
  5. Cover can be a litte bigger instead of volume and play button. ;-) hope you like my suggestions in the next update! Thx.

apm1007 avatar Jan 12 '19 16:01 apm1007

Hold on a little. I am currently working on extending the plugin with configuration options for screensaver timeout, brightness setting, hiding/showing the mouse pointer and flipping the display (rotating by 180 degrees).

On screen keyboard will not be included for now. But you can get a keyboard easily by installing matchbox-window-manager and matchbox-keyboard:

$ sudo apt-get install matchbox-window-manager matchbox-keyboard

Then open /opt/volumiokiosk.sh with

$ sudo nano /opt/volumiokiosk.sh

and exchange the line

openbox-session &

with

matchbox-keyboard -d & matchbox-window-manager -use_titlebar no &

Customize the /usr/share/matchbox-keyboard/keyboard.xml to the keyboard layout of your liking.

gvolt avatar Jan 12 '19 16:01 gvolt

Thx. I will try this. Im looking fortunately to your Changes!

Am Sa., 12. Jan. 2019, 17:52 hat gvolt [email protected] geschrieben:

Hold on a little. I am currently working on extending the plugin with configuration options for screensaver timeout, brightness setting, hiding/showing the mouse pointer and flipping the display (rotating by 180 degrees).

On screen keyboard will not be included for now. But you can get a keyboard easily by installing matchbox-window-manager and matchbox-keyboard:

$ sudo apt-get install matchbox-window-manager matchbox-keyboard

Then open /opt/volumiokiosk.sh with

$ sudo nano /opt/volumiokiosk.sh

and exchange the line

openbox-session &

with

matchbox-keyboard -d & matchbox-window-manager -use_titlebar no &

Customize the /usr/share/matchbox-keyboard/keyboard.xml to the keyboard layout of your liking.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/volumio/volumio-plugins/issues/291#issuecomment-453762712, or mute the thread https://github.com/notifications/unsubscribe-auth/ALX-KLv4GuAD1JbP5JDdQOgvw9HvbyH7ks5vChLdgaJpZM4Z8uG- .

apm1007 avatar Jan 24 '19 22:01 apm1007

Got it. Thank you very much. Im Looking Forward to enjoy These Features.

Gesendet von Mail für Windows 10

Von: gvolt Gesendet: Samstag, 12. Januar 2019 17:52 An: volumio/volumio-plugins Cc: Ap Mielke; Author Betreff: Re: [volumio/volumio-plugins] touchscreen plugin (#291)

Hold on a little. I am currently working on extending the plugin with configuration options for screensaver timeout, brightness setting, hiding/showing the mouse pointer and flipping the display (rotating by 180 degrees). On screen keyboard will not be included for now. But you can get a keyboard easily by installing matchbox-window-manager and matchbox-keyboard: $ sudo apt-get install matchbox-window-manager matchbox-keyboard Then open /opt/volumiokiosk.sh with $ sudo nano /opt/volumiokiosk.sh and exchange the line openbox-session & with matchbox-keyboard -d & matchbox-window-manager -use_titlebar no & Customize the /usr/share/matchbox-keyboard/keyboard.xml to the keyboard layout of your liking. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

apm1007 avatar Feb 17 '19 20:02 apm1007