Fixed a problem with the drawPngUrl function. while (http.connected()) causes an infinite loop.
while (http.connected())
I used this example as a reference.