dbrgn / RPLCD

A Raspberry Pi LCD library for the widely used Hitachi HD44780 controller, written in Python. GPIO (parallel) and I²C modes supported.
https://rplcd.readthedocs.io/en/latest/
MIT License
262 stars 72 forks source link

API Spotfy #116

Closed cosminiq closed 4 years ago

cosminiq commented 4 years ago

hi. sorry for my bad english, first:) I use RasSpotfy on my RaspBerry Pi 3 + DAC Wolfson audio card + LCD 20X4 i2c, so... Can i implement the API from Spotfy and display the track name on my LCD?? WHERE i modify the main code?

i am sure i saw something like that on the web but i don't find it anymore.

p.s. you are doing a great job. my respect!

dbrgn commented 4 years ago

You can display any text on the LCD. This library has nothing to do with Spotify, if you want Spotify integration you will have to use a Spotify library.

For instructions how to use RPLCD, please see https://rplcd.readthedocs.io/