drivers/display: Don't include tests by default.
The tests can be copied to the board if needed. Also update the docs to reflect this change. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# TODO: Split these into separate directories with their own manifests.
|
||||
options.defaults(lcd160cr=False, ssd1306=False, test=True)
|
||||
options.defaults(lcd160cr=False, ssd1306=False, test=False)
|
||||
|
||||
if options.lcd160cr:
|
||||
module("lcd160cr.py", opt=3)
|
||||
|
||||
Reference in New Issue
Block a user