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:15] walkeradminthe_python_code [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 179: Line 179:
 \\  \\ 
 \\  \\ 
-line<color red>1<color>,LCD_LINE_<color blue>1</color>+line<color red>1</color>,LCD_LINE_<color blue>1</color>
 \\  \\ 
 \\  \\ 
Line 193: Line 193:
  
 ---- ----
-==== Set which line to write to the LCD ==== +==== LCD Write Code ==== 
 +The code below takes our text and writes it to the LCD, do not make any changes to this section. 
 +\\  
 +<file>
 ########################################## ##########################################
 #     CHANGE NO CODE BELOW THIS LINE     # #     CHANGE NO CODE BELOW THIS LINE     #
Line 291: Line 293:
 </file> </file>
 \\  \\ 
 +
 +----
 +
 \\  \\ 
 \\  \\ 
 +===== Complete Code Set =====
 \\  \\ 
-\\  +Below is the complete file without any breaks, you can cut and paste this to create your own UMD LCD.
-\\  +
-\\  +
-\\  +
-\\  +
-\\  +
-\\  +
-\\ +
 \\  \\ 
 \\  \\ 
Line 405: 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.1482336935.txt.gz · Last modified: 2023/03/09 22:35 (external edit)