move callsign and telem to the top of image

sr-frs-rx
Alan Johnston 2 years ago committed by GitHub
parent 28ca7283b6
commit 6047da937b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -365,8 +365,8 @@ if __name__ == "__main__":
img = Image.open(file)
draw = ImageDraw.Draw(img)
draw.text((10, 225), callsign, font=font1, fill='black')
draw.text((120, 225), telem_string, font=font1, fill='black')
draw.text((10, 10), callsign, font=font1, fill='black')
draw.text((120, 10), telem_string, font=font1, fill='black')
img.save(file)
system("/home/pi/PiSSTVpp/pisstvpp -r 48000 -p s2 /home/pi/CubeSatSim/camera_out.jpg")

Loading…
Cancel
Save

Powered by TurnKey Linux.