Skip to content
New issue

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

lcd.pushImageDMA is flikkering with makersfab 7" tft #458

Closed
powersoft opened this issue Oct 21, 2023 · 0 comments
Closed

lcd.pushImageDMA is flikkering with makersfab 7" tft #458

powersoft opened this issue Oct 21, 2023 · 0 comments

Comments

@powersoft
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants