Skip to content

Instantly share code, notes, and snippets.

@manderso7
manderso7 / rgb_currentsong.py
Created August 19, 2020 23:12
Used to display currently playing audio on RGB LCD from moode audio
#!/usr/bin/python
# -*- coding: utf-8 -*-
import re
import time
import sys
import board
import busio
import adafruit_character_lcd.character_lcd_rgb_i2c as character_lcd
lcd_columns = 16
lcd_rows = 2