for (int x=0; x <160 ; x++){
M5.Lcd.setCursor (x, 0);
M5.Lcd.drawJpgFile(SD, "/picture.jpg");
}
how can i draw a jpg image at specific location ?
for (int x=0; x <160 ; x++){
M5.Lcd.setCursor (x, 0);
M5.Lcd.drawJpgFile(SD, "/picture.jpg");
}
how can i draw a jpg image at specific location ?