Quantcast
Channel: Raspberry Pi Forums

Python • Re: Bookworm and Python Text to Speech

Thanks for the help. After reading over your posts and docs, I thought that the 'apt install' looked least painful to add the gTTS library to Python. Sadly, that also generated an error. See...

View Article


Python • Re: 8-color mode only on a MSP3520 LCD (ILI9488 driver)

I thought that the ili9488 only works in 18 bit mode (so it has 50% slower FPS than 16 bit color LCDs).What driver are you using?Have you tried the panel-mipi-dbi-spi driver?...

View Article


Python • Tkinter Temperature Display

@DougieLawsonBack in 2017, you provided some code in the thread linked below to display a temperature in a Tkinter window from a DS18B20 sensor.https://forums.raspberrypi.com/viewtopic.php?t=200056It...

View Article

Python • Re: making a data object iterable

I've finally gotten the routine to a place where it does what i wanted it to. I have also learned a great deal.Thanks to all the generous members that helped me out. I have posted the code below along...

View Article

Python • Re: Tkinter Temperature Display

Which code? The one that displays your IP address or the one that reads a 1-wire temp sensor? The first reads http://httpbin.org/ipThe second reads /sys/bus/w1/devices/ then finds a w1 device under...

View Article