diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-07 21:38:47 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-07 21:38:47 +0100 |
| commit | d069e34d555a39117aa1b7911776696ffec07092 (patch) | |
| tree | 1b7541e08201d28b20530979f83271c1e6045bfa | |
| parent | 32ec9336088799c42d8aa7ace6648802e1b267cf (diff) | |
tried fixing the lcd error
| -rw-r--r-- | .DS_Store | bin | 6148 -> 6148 bytes | |||
| -rw-r--r-- | bin/kasper_source.py | 1 |
2 files changed, 0 insertions, 1 deletions
| Binary files differ diff --git a/bin/kasper_source.py b/bin/kasper_source.py index d8b0599..4ff5e70 100644 --- a/bin/kasper_source.py +++ b/bin/kasper_source.py @@ -1,7 +1,6 @@ from smbus2 import SMBus from time import sleep from gpiozero import CPUTemperature -from rpi_lcd import LCD import speech_recognition as sr import sounddevice |
