the_python_code
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| the_python_code [2016/12/21 16:15] – walkeradmin | the_python_code [2016/12/21 16:21] (current) – [Complete Code Set] walkeradmin | ||
|---|---|---|---|
| Line 179: | Line 179: | ||
| \\ | \\ | ||
| \\ | \\ | ||
| - | line< | + | line< |
| \\ | \\ | ||
| \\ | \\ | ||
| 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. | ||
| + | \\ | ||
| + | < | ||
| ########################################## | ########################################## | ||
| # | # | ||
| Line 291: | Line 293: | ||
| </ | </ | ||
| \\ | \\ | ||
| + | |||
| + | ---- | ||
| + | |||
| \\ | \\ | ||
| \\ | \\ | ||
| + | ===== 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(" | ||
| - | # lcd_string(" | ||
| - | # lcd_string(" | ||
| - | |||
| - | # 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: (external edit)
