Open main menu

Changes

How to display the Volumio of DAC+

1,731 bytes added, 16:02, 15 August 2017
{{GD Template Impl}}
==Overview==
How to Use LCD(sku:443780) to Display the Volumio Information of DAC+ Board?

[[File:Mpdlcd4.jpg]]

==Install lcdproc screen display software==
sudo apt-get install lcdproc

[[File:USB-LCD-DAC-001.jpg]]

Edit configuration files
sudo nano /etc/LCDd.conf

[[File:USB-LCD-DAC-002.jpg]]

Find the below related content and modify
Driver=curses => Driver=hd44780
#ServerScreen=no => ServerScreen=off

Find [hd44780], changed to the below information:
[hd44780]
ConnectionType=lcd2usb
Contrast=850
Brightness=800
OffBrightness=0
Keypad=yes
Backlight=yes
Size=16×2
KeyDirect_1=Up
KeyDirect_2=Down

PS: You can also download [[File:LCDd-1.zip|the config file]] and replace /etc/LCDd.conf directly;
==Install MPDlcd software==
sudo apt-get install python-mpd
sudo apt-get install python-pip
sudo pip install mpdlcd
wget -O /etc/mpdlcd.conf https://raw.github.com/rbarrois/mpdlcd/master/mpdlcd.conf

Set it to run automatically;
sudo update-rc.d LCDd defaults

Edit /etc/rc.local, add the below command before exit0 line
su volumio -c “mpdlcd –no-syslog &”

[[File:USB-LCD-DAC-003.png]]

Reboot system, then let's us enjoy some music now.

PS: You can edit the configuration file to set the display comment, only modify the [pattern] comment;
sudo nano /etc/mpdlcd.conf

==Some Play effect pictures==
'''Normal play display effect:'''

[[File:USB-LCD-DAC-004.jpg]]

'''Pause display effect:'''

[[File:USB-LCD-DAC-005.jpg]]

'''Stop display effect:'''

[[File:USB-LCD-DAC-006.jpg]]

==Reference documents==
* https://pypi.python.org/pypi/mpdlcd/0.4.0
* https://github.com/rbarrois/mpdlcd
* [[File:User-guid-EN.docx]]

[[Category:Product Manual]]
[[Category:Raspberry pi]]