We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86178a7 commit ec2b46fCopy full SHA for ec2b46f
Hello_World_Dots_italicvertical.py
@@ -31,7 +31,7 @@ def main():
31
rootdir = path.dirname(__file__) # get path of this script
32
mx, my = 90, 1300 # bitmap size
33
bmp = newBMP(mx, my, 24) # RGB bitmap
34
- f(bmp, 40, 0, # position the text
+ f(bmp, 0, 0, # position the text
35
'Hello World!!', # random text
36
7, # uint font size multiplier
37
1, # uint space between pixels
0 commit comments