Skip to content

Commit f5f5f93

Browse files
committed
reposition text
1 parent 167b3df commit f5f5f93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Hello_World_Dots_italicvertical_rainbow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def main():
3232
mx, my = 90, 785 # bitmap size
3333
bmp = newBMP(mx,my,24) # RGB bitmap
3434
c = getcolorname2RGBdict()
35-
f(bmp, 30, 20, # position the text
35+
f(bmp, 10, 20, # position the text
3636
'Hello World!!', # random text
3737
7, # uint font size multiplier
3838
1, # uint space between pixels

0 commit comments

Comments
 (0)