Bodmer / TFT_HX8357

Arduino library for HX8357 TFT display
118 stars 52 forks source link

ILI9481 MIRRORED TEXT #32

Closed Fallen2504 closed 4 years ago

Fallen2504 commented 4 years ago

Hi , I am using ili9481 and arduino mega but my output text us mirrored. Can you please tell me what changes i have to make in setup file to fix this and where to get setup file from.

Bodmer commented 4 years ago

The setup file is already in the TFT_HX8357 library folder you are using. Open it in a text editor and change driver selected. Comment out all but one using // at start of line. Remove // from the start of the line for the driver you want. Save the file, recompile sketch and upload.