File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ Testing the display
40
40
41
41
There is a test program which you can use to test the features of the display,
42
42
and which also serves as a basis to start creating your own code that uses the
43
- LCD. This test program is included in recent versions of the pyboard firmware
44
- and is also available on GitHub
43
+ LCD. This test program is available on GitHub
45
44
`here <https://github.com/micropython/micropython/blob/master/drivers/display/lcd160cr_test.py >`__.
45
+ Copy it to the board over USB mass storage, or by using `mpremote `.
46
46
47
47
To run the test from the MicroPython prompt do::
48
48
Original file line number Diff line number Diff line change
1
+ .. _mpremote :
2
+
1
3
MicroPython remote control: mpremote
2
4
====================================
3
5
Original file line number Diff line number Diff line change 1
1
# TODO: Split these into separate directories with their own manifests.
2
- options .defaults (lcd160cr = False , ssd1306 = False , test = True )
2
+ options .defaults (lcd160cr = False , ssd1306 = False , test = False )
3
3
4
4
if options .lcd160cr :
5
5
module ("lcd160cr.py" , opt = 3 )
You can’t perform that action at this time.
0 commit comments