Hello Every One!
I am copying images to the screen through canvas.blit(photo). i m to some extent successfull with that.
now i am trying to copy another two small images to the top of the screen. canvas.blit(signal_image,(5,5))
in the above example the first 5 is (i assume) the x co-ordinate
and the second is y co-ordinate
and
canvas.blit(battery_image,(40,50))
but the result what iam getting is the signal_image draws to the screen while the battery_image doesnt.
am i doing it correctly if yes then whats the problem if no then please correct me.
thanks..

Reply With Quote



