Go to advanced search

by wildcat2083
Wed Oct 17, 2018 10:30 pm
Forum: Python
Topic: (Solved) LCD 16x2 Display IP Date Time and CPU Temp
Replies: 5
Views: 3538

Re: (Solved) LCD 16x2 Display IP Date Time and CPU Temp

Thank you for sharing this! where I find the 16x2 lcd connection scheme for this program? The needed LCD driver was one i modified, it combines the I2C module and the code to get the lcd itself working, if you dont have a lcd with the i2c interface then the driver won't work, i origionally wrote th...
by wildcat2083
Sat Mar 24, 2018 8:18 pm
Forum: Python
Topic: (Solved) LCD 16x2 Display IP Date Time and CPU Temp
Replies: 5
Views: 3538

Solved!!! :D

I ended up writing the code out like this I am sharing for anyone interested #!/usr/bin/env python #Written By Cyrus Wolf #Can be modified and is under the Open Source Standard Rules #Please pay attention to indents and spacing as it matters with python #import RPi.GPIO as GPIO #Imports RPi for GPIO...
by wildcat2083
Sat Mar 24, 2018 5:59 pm
Forum: Python
Topic: (Solved) LCD 16x2 Display IP Date Time and CPU Temp
Replies: 5
Views: 3538

Re: Help with breaking out of while loops and continue script

Thanks for the example, that is what I needed
by wildcat2083
Fri Mar 23, 2018 11:04 pm
Forum: Python
Topic: (Solved) LCD 16x2 Display IP Date Time and CPU Temp
Replies: 5
Views: 3538

(Solved) LCD 16x2 Display IP Date Time and CPU Temp

Here is my code, essentially what I am trying to achieve is I have three basic functions Get ip address send it to a lcd display Same with cpu temp and displaying date and time The functions are written with a loop that is supposed to run for about a minute then what it's supposed to do is go to the...

Go to advanced search