Skip to content

Commit ec2b46f

Browse files
committed
reposition text
1 parent 86178a7 commit ec2b46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hello_World_Dots_italicvertical.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def main():
3131
rootdir = path.dirname(__file__) # get path of this script
3232
mx, my = 90, 1300 # bitmap size
3333
bmp = newBMP(mx, my, 24) # RGB bitmap
34-
f(bmp, 40, 0, # position the text
34+
f(bmp, 0, 0, # position the text
3535
'Hello World!!', # random text
3636
7, # uint font size multiplier
3737
1, # uint space between pixels

0 commit comments

Comments
 (0)