Difference between revisions of "Volumio"

From Alessandro's Wiki
Line 28: Line 28:


== 7 inch ==
== 7 inch ==
* connect display
 
https://www.waveshare.com/wiki/7inch_HDMI_LCD_(C)
 
* connecting the display


[[File:Raspberrypi-7inch-connections.png]]
[[File:Raspberrypi-7inch-connections.png]]
Line 37: Line 40:


== 3.5 inch ==
== 3.5 inch ==
https://www.waveshare.com/wiki/3.5inch_DPI_LCD
https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(C)


* rotate the display  
* rotate the display  

Revision as of 10:24, 23 July 2021


Mount SMB/CIFS

  • add to options:
vers=2.0

Mount points

Filesystem                               Type      Size  Used Avail Use% Mounted on
/dev/mmcblk0p1                           vfat       61M   57M  3.4M  95% /boot
/dev/mmcblk0p2                           ext4      2.2G  1.3G  854M  60% /imgpart
  • the slash partition (where all the avail. space goes)
Filesystem                               Type      Size  Used Avail Use% Mounted on
overlay                                  overlay   464G  1.2G  439G   1% /
  • a mount point
Filesystem                               Type      Size  Used Avail Use% Mounted on
//NAS_IP/Public/Music                    cifs      2.8T  2.2T  545G  81% /mnt/NAS/Public


screen

work in progress

  • touchscreen (after reboot)

touch display plugins in the plugin manager in volumio.local/plugin-manager and rotate


7 inch

https://www.waveshare.com/wiki/7inch_HDMI_LCD_(C)

  • connecting the display

Raspberrypi-7inch-connections.png

  • rotate the display

in /boot/config.txt (2 = 180degrees)

lcd_rotate=2

3.5 inch

https://www.waveshare.com/wiki/3.5inch_DPI_LCD https://www.waveshare.com/wiki/3.5inch_RPi_LCD_(C)

  • rotate the display

in /boot/config.txt

dtoverlay=tft35a:rotate=270

in /etc/rc.local

xinit /usr/bin/chromium-browser --no-sandbox --no-first-run --noerrdialogs --start-fullscreen --start-maximized --disable-notificati$

disable MyVolumio

even thought i've a subscription, I don't like the rude way they put the menu item occupying a lot of precious space of my screen. A little hack can help. It will revert to the original on every update

in www3/styles/app-936d2e26fe.css

#main-menu .myvolumio-card-container {
    margin-top: 46px;
    display: none;
}