add comments, readme, screenshots, ...
This commit is contained in:
parent
6090a63017
commit
27441d7c04
5 changed files with 12 additions and 3 deletions
13
README.md
13
README.md
|
@ -3,10 +3,12 @@ quodlibetLCDScreen
|
||||||
|
|
||||||
This is a little plugin for Quod Libet audio player that allow you to display current song Artist/Title on an external USB LCD Screen.
|
This is a little plugin for Quod Libet audio player that allow you to display current song Artist/Title on an external USB LCD Screen.
|
||||||
|
|
||||||
|
![screen1](lcd.jpg)
|
||||||
|
|
||||||
Hardware compatibility
|
Hardware compatibility
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
I used this screen : https://www.banggood.com/1602-RGB-LCD-Display-With-USB-Port-For-Raspberry-Pi-3B-2B-B-Windows-Linux-p-1079617.html?rmmds=myorder&cur_warehouse=CN
|
I used this screen : https://www.banggood.com/1602-RGB-LCD-Display-With-USB-Port-For-Raspberry-Pi-3B-2B-B-Windows-Linux-p-1079617.html
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
@ -43,13 +45,20 @@ SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0403", ATTR{idPro
|
||||||
|
|
||||||
- Then reboot computer or refresh udev : `sudo udevadm control --reload-rules`
|
- Then reboot computer or refresh udev : `sudo udevadm control --reload-rules`
|
||||||
|
|
||||||
|
Screenshots
|
||||||
|
-----------
|
||||||
|
|
||||||
|
![screen1](screen_1.jpeg)
|
||||||
|
|
||||||
|
![screen1](screen_2.jpeg)
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This script has been written by Francois B. (Makotosan)
|
This script has been written by Francois B. (Makotosan)
|
||||||
|
|
||||||
* Email : francois@makotonoblog.be
|
* Email : francois@makotonoblog.be
|
||||||
* Website : https://makotonoblog.be/
|
* Website : https://makotonoblog.be/quodlibetLCDScreen
|
||||||
|
|
||||||
Licence
|
Licence
|
||||||
-------
|
-------
|
||||||
|
|
BIN
lcd.jpg
Executable file
BIN
lcd.jpg
Executable file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
|
@ -2,7 +2,7 @@
|
||||||
quodlibetLCDScreen
|
quodlibetLCDScreen
|
||||||
author : Francois B. (Makotosan/Shakasan)
|
author : Francois B. (Makotosan/Shakasan)
|
||||||
licence : GPLv3
|
licence : GPLv3
|
||||||
website : https://makotonoblog.be/
|
website : https://makotonoblog.be/quodlibetLCDScreen
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
BIN
screen_1.jpeg
Normal file
BIN
screen_1.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
BIN
screen_2.jpeg
Normal file
BIN
screen_2.jpeg
Normal file
Binary file not shown.
After Width: | Height: | Size: 106 KiB |
Loading…
Reference in a new issue