This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |