M-Reimer / script.service.graphlcd

Graphlcd Addon for Kodi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphlcd Addon for Kodi

This Kodi Addon allows to drive a graphical LCD with Kodi, allowing to navigate the menu and basic lists and to view information about the current playback.

This Addon requires graphlcd-base to be installed and it is optionally possible to also install serdisplib, which brings some more LCD drivers. Both dependencies can be found via the following links:

A list of supported displays can be found on the project homepages. As currently there is no USB LCD available on the market, you may also be interested in my USBserLCD project, which provides Arduino firmware to drive a T6963C based LCD module via USB.

Kodi Graphlcd output

Setup

Installation for only one user (currently logged in user):

cd ~/.kodi/addons
git clone https://github.com/M-Reimer/script.service.graphlcd
cd script.service.graphlcd
make

Global installation (for all users on this system):

git clone https://github.com/M-Reimer/script.service.graphlcd
cd script.service.graphlcd
make
sudo make install

About

Graphlcd Addon for Kodi

License:GNU General Public License v3.0


Languages

Language:C 47.7%Language:Python 47.5%Language:Makefile 3.6%Language:Shell 1.2%