User Tools

Site Tools


the_python_code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
the_python_code [2016/12/21 16:19] walkeradminthe_python_code [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 298: Line 298:
 \\  \\ 
 \\  \\ 
-==== Complete Code Set ====+===== Complete Code Set ====
 +\\ 
 Below is the complete file without any breaks, you can cut and paste this to create your own UMD LCD. Below is the complete file without any breaks, you can cut and paste this to create your own UMD LCD.
 +\\ 
 \\  \\ 
 <file> <file>
Line 402: Line 404:
     ## close the file after reading the lines.     ## close the file after reading the lines.
     f.close()     f.close()
- 
-#    Display the current IP Address information 
-#    lcd_string("  lo" + " " + get_ip_address('lo'),LCD_LINE_1) 
-#    lcd_string("  UMD 04",LCD_LINE_1) 
-#    lcd_string(" eth0" + " " + get_ip_address('eth0'),LCD_LINE_2) 
- 
-#    time.sleep(2) # x second delay 
  
     # write line 1 and 2 to the LCD (Line7 and Line8 because this is UMD4)     # write line 1 and 2 to the LCD (Line7 and Line8 because this is UMD4)
the_python_code.1482337181.txt.gz · Last modified: 2023/03/09 22:35 (external edit)