The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.34 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Instruction Guide Winstar OLED 16x2 HD44780
#1
Simple guide how to install python program to show playback information on Winstar OLED 16x2 HD44780


Part 1 :
Install the libs for the OLED and PWR management

Code:
sudo apt-get install python-setuptools
sudo easy_install pip
sudo pip install moment && sudo pip install pylms && sudo pip install python-mpd2
sudo apt-get install wiringpi


Part 2 :
Download scripts for moOde

Code:
git clone https://github.com/audiophonics/MoodAudio-RaspDAC-Script


Part 3 :
Make the scripts executable:

Code:
chmod 755 /home/pi/MoodAudio-RaspDAC-Script/*.sh


Part 4 :
Open the rc.local file:

Code:
sudo nano /etc/rc.local


Part 5 :
Add this two lines before the exit 0:

Code:
/home/pi/MoodAudio-RaspDAC-Script/sds.sh &
(sleep 20; sudo python /home/pi/MoodAudio-RaspDAC-Script/RaspDacDisplay.py) &


OPTIONAL

Edit MoodAudio-RaspDAC-Script

Code:
sudo nano /home/pi/MoodAudio-RaspDAC-Script/RaspDacDisplay.py


Adjust this setting to localise the time display to your region

Code:
TIMEZONE="Europe/London"
TIME24HOUR=True



To slow down text scrolling locate 
 
Code:
# Smooth animation
          if time.time() - prev_time < .08:
                  time.sleep(.08-(time.time()-prev_time))


I like it at this speed
 
Code:
 # Smooth animation
          if time.time() - prev_time < .20:
                  time.sleep(.20-(time.time()-prev_time))



[Image: z9uM3y.jpg]
<marquee behavior="alternate" scrolldelay=150
~~~~>>>Please always follow rules and read before you post<<<~~~~

</marquee>
Reply


Messages In This Thread
Winstar OLED 16x2 HD44780 - by rikardo1979 - 05-01-2018, 08:23 PM
RE: Winstar OLED 16x2 HD44780 - by remy1961 - 05-01-2018, 09:24 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 06:58 AM
RE: Winstar OLED 16x2 HD44780 - by rikardo1979 - 05-03-2018, 10:09 AM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 10:54 AM
RE: Winstar OLED 16x2 HD44780 - by rikardo1979 - 05-03-2018, 12:19 PM
RE: Winstar OLED 16x2 HD44780 - by ear5142 - 06-21-2018, 06:08 PM
RE: Winstar OLED 16x2 HD44780 - by rikardo1979 - 06-23-2018, 10:45 AM
RE: Winstar OLED 16x2 HD44780 - by remy1961 - 06-23-2018, 04:34 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 12:31 PM
RE: Winstar OLED 16x2 HD44780 - by rikardo1979 - 05-03-2018, 12:42 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 12:56 PM
RE: Winstar OLED 16x2 HD44780 - by rikardo1979 - 05-03-2018, 01:04 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 01:39 PM
RE: Winstar OLED 16x2 HD44780 - by remy1961 - 05-03-2018, 03:33 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 04:46 PM
RE: Winstar OLED 16x2 HD44780 - by mancio61 - 05-03-2018, 04:53 PM
RE: Winstar OLED 16x2 HD44780 - by remy1961 - 06-23-2018, 03:57 PM
RE: Winstar OLED 16x2 HD44780 - by remy1961 - 06-24-2018, 10:52 AM

Forum Jump: