We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 167b3df commit f5f5f93Copy full SHA for f5f5f93
1 file changed
Hello_World_Dots_italicvertical_rainbow.py
@@ -32,7 +32,7 @@ def main():
32
mx, my = 90, 785 # bitmap size
33
bmp = newBMP(mx,my,24) # RGB bitmap
34
c = getcolorname2RGBdict()
35
- f(bmp, 30, 20, # position the text
+ f(bmp, 10, 20, # position the text
36
'Hello World!!', # random text
37
7, # uint font size multiplier
38
1, # uint space between pixels
0 commit comments