Bodmer / TFT_eFEX

A support library for TFT_eSPI that adds commonly used extra functions
Other
84 stars 27 forks source link

[Request] another drawJpgFile() for displaying the image as the mirror picture on screen. #2

Closed TridentTD closed 5 years ago

TridentTD commented 5 years ago

Request the function that can display JPG as the mirror image ( Left <--> Right ) too.

Thank you.

Bodmer commented 5 years ago

The simplest approach is to reverse the image in say IrfanView before uploading to the board.

TridentTD commented 5 years ago

If any project has tft screen with camera module at the same side of pcb, when camera streaming and display on tft screen, by normal drawJpg(), on the tft will can't display steaming image as the mirroring image.

If drawJpg() has mirror_mode too, tft display will more powerful when displaying.

Thank you.

Bodmer commented 5 years ago

Check your camera command set, typically you can command the camera to rotate/flip/mirror images.