Skip to content

M-Reimer/script.service.graphlcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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