Skip to content

Commit 23167c3

Browse files
committed
Not sure why, but this fixed the sphinx issue
1 parent e736232 commit 23167c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_framebuf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ def scroll(self, delta_x, delta_y):
282282
def text(self, string, x, y, color, *,
283283
font_name="font5x8.bin", size=1):
284284
"""Place text on the screen in variables sizes. Breaks on \n to next line.
285+
285286
Does not break on line going off screen.
286287
"""
287288
for chunk in string.split('\n'):

0 commit comments

Comments
 (0)