File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ Testing the display
4040
4141There is a test program which you can use to test the features of the display,
4242and 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
4544`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 `.
4646
4747To run the test from the MicroPython prompt do::
4848
Original file line number Diff line number Diff line change 1+ .. _mpremote :
2+
13MicroPython remote control: mpremote
24====================================
35
Original file line number Diff line number Diff line change 11# 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 )
33
44if options .lcd160cr :
55 module ("lcd160cr.py" , opt = 3 )
You can’t perform that action at this time.
0 commit comments