gvolt

Results 29 comments of gvolt
trafficstars

I have tried it and on my Raspberry Pi touchscreen I have a black border which I wasn't able to remove setting Chromium flags `--start-maximized `and / or `--start-fullscreen`. In...

Something like this in /opt/volumiokiosk,sh could work: ``` #!/bin/bash while true; do timeout 3 bash -c "

@volumio I think with the above solution we could actually do without openbox. Do you have any objections to remove openbox in the upcoming next version of the touch display...

I do not have a Volumio system at hand ATM, so I cannot verify. But I assume that the file or files holding your settings of the plugin should be...

Hm, with my RasPi still not in reach I installed Volumio (version 2.387, x86) into a VM and installed the Youtube plugin manually (version 0.0.8 from GitHub). I have only...

I will look into soon. Are you a member of the Volumio forum, so I could reach you there by PM if necessary?

@Tom4c Maybe instead try adding [touchscreen-swapped-x-y](https://github.com/pimoroni/hyperpixel4/tree/pi4-i2c-fix#touch-rotation) in /boot/config.txt: `dtoverlay=hyperpixel4,touchscreen-swapped-x-y` Possibly this needs to be enhanced by one of the options to invert x or y axis (`touchscreen-inverted-x` or `touchscreen-inverted-y`)

IMHO correcting the touch orientation accordingly to the screen orientation at driver level would be the preferred way. If the screen can be rotated by using `display_lcd_rotate` in /boot/config.txt the...

You may try placing the parameters to dedicated lines like this: ``` dtoverlay=hyperpixel4-0x5d dtparam=touchscreen-swapped-x-y dtparam=touchscreen-inverted-x dtparam=touchscreen-inverted-y ```