We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have received my makersfab 7", and wont display the google map from the world with this command:
downloadFile("http://maps.googleapis.com/maps/api/staticmap?center=0,0&zoom=" + String(zoom) + "&format=jpg-baseline&size=640x420&maptype=roadmap&markers=size:tiny%7C" + my_coordinate + "&markers=icon:https://images.srad.jp/topics/iss_64.png%7Cshadow:false%7C" + ISS + "&key=" + googleKey, "/staticmap.jpg");
and draw the file with: 2) jpegDraw("/staticmap.jpg", jpegDrawCallback, true , 80 , 20 , 640 , 420);
But redrawing gives a lot of flikkering of the screen. I reread the picture every 10 seconds.
// my program: read_and_display_ISS.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have received my makersfab 7", and wont display the google map from the world with this command:
downloadFile("http://maps.googleapis.com/maps/api/staticmap?center=0,0&zoom=" + String(zoom) +
"&format=jpg-baseline&size=640x420&maptype=roadmap&markers=size:tiny%7C" + my_coordinate +
"&markers=icon:https://images.srad.jp/topics/iss_64.png%7Cshadow:false%7C" + ISS + "&key=" + googleKey, "/staticmap.jpg");
and draw the file with:
2)
jpegDraw("/staticmap.jpg", jpegDrawCallback, true , 80 , 20 , 640 , 420);
But redrawing gives a lot of flikkering of the screen.
I reread the picture every 10 seconds.
// my program:
read_and_display_ISS.txt
The text was updated successfully, but these errors were encountered: