Skip to content

Commit

Permalink
Update docs links in display class
Browse files Browse the repository at this point in the history
  • Loading branch information
WasabiFan committed Jul 29, 2018
1 parent 74375ec commit 7605c74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ev3dev2/display.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def text_pixels(self, text, clear_screen=True, x=0, y=0, text_color='black', fon
https://www.w3schools.com/colors/colors_names.asp
'font' : can be any font displayed here
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/stable/other.html#bitmap-fonts
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/ev3dev-stretch/other.html#bitmap-fonts
"""

if clear_screen:
Expand All @@ -409,7 +409,7 @@ def text_grid(self, text, clear_screen=True, x=0, y=0, text_color='black', font=
https://www.w3schools.com/colors/colors_names.asp
'font' : can be any font displayed here
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/stable/other.html#bitmap-fonts
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/ev3dev-stretch/other.html#bitmap-fonts
"""

assert 0 <= x < Display.GRID_COLUMNS,\
Expand Down

0 comments on commit 7605c74

Please sign in to comment.