images on android car system horizontal mode 1280 x 720
-
not able to get full images on android car system horizontal mode 1280 x 720. picture resolution is 1280 x 720.
my code is
Serial.println("@sls"); // Show loading screen
Serial.println("@cls"); // Clear screen
//Serial.println("@guis BGC:#2E2E2F ASR:0.449671");
Serial.println("@guis BGC:#2E2E2F ASR:1.77777");
Serial.println("|SORI UID:sori1 HID:sori ORI:2 SEN:0"); // Landscape orientation
Serial.println("|IM UID:im0 X:80 Y:-20 W:100 H:100 SCM:1 IP:"10kw2.png"");
10kw2.png is a picture of 1280 x 720 size
the picture image is in the center of screen half the size of the display.
H ow to bring a full image on the screen ?
thanks in advance -
@somasundaram-i Hi!
Why is your image placed at X:80 Y:-20?
Try placing it in at X:50 and Y:50.
I will try to simulate your conditions (1280x720 resolution) and test this.
I will get back to you, meanwhile please try placing the image at the center. Also you can try using other scale modes and see what happens.
Best regards,
Kl3m3n