.gitignore
CHANGELOG.md
MANIFEST.in
README.md
environment.yml
justfile
pyproject.toml
requirements.txt
requirements_dev.txt
setup.cfg
uv.lock
.github/workflows/qa.yaml
crystalfontz/__init__.py
crystalfontz/atx.py
crystalfontz/baud.py
crystalfontz/cli.py
crystalfontz/client.py
crystalfontz/command.py
crystalfontz/config.py
crystalfontz/cursor.py
crystalfontz/device.py
crystalfontz/effects.py
crystalfontz/error.py
crystalfontz/gpio.py
crystalfontz/keys.py
crystalfontz/lcd.py
crystalfontz/packet.py
crystalfontz/py.typed
crystalfontz/report.py
crystalfontz/response.py
crystalfontz/temperature.py
crystalfontz/watchdog.py
crystalfontz.egg-info/PKG-INFO
crystalfontz.egg-info/SOURCES.txt
crystalfontz.egg-info/dependency_links.txt
crystalfontz.egg-info/entry_points.txt
crystalfontz.egg-info/requires.txt
crystalfontz.egg-info/top_level.txt
crystalfontz/character/__init__.py
crystalfontz/character/constants.py
crystalfontz/character/rom.py
crystalfontz/character/special.py
docs/CFA533-TMI-KU.pdf
tests/__init__.py
tests/conftest.py
tests/integration.sh
tests/test_character.py
tests/test_client.py
tests/test_gpio.py
tests/test_packet.py
tests/test_temperature.py