Tft display draw number in reverse digit

Hi. I am using 3.5" tft display driver ili9488.
Interfacing it esp32 devkit1 in SPI MODE. I am using tft e-SPI library.

I am facing problem that tft display number in reverse digit. For example serial monitor shows 350 but tft display print this like 053.
If serial monitor display 157, then tft display shows 751.

PLEASE HELP ME. WHAT IS PROBLEM AND HOW TO FIX IT.

How is this an Avrdude, stk500, Bootloader issue? Would this not fit better in the Displays section? You can flag the thread and ask a Moderator to move it.

Post your code. Read the forum guidelines to see how to properly post code.
Use the IDE autoformat tool (ctrl-t or Tools, Auto format) before posting code in code tags.

Post a link to the library that you are using so that we don't have to guess which one you are using. Always post links to any library that does not come with the IDE (see the guidelines).

More than likely there is a display configuration issue. Since you did not post any code examples of your project. Here is an example of someone using an esp32 with the same library and display you are using.

Example

@mfslk343, your topic has been moved to a more suitable location on the forum. Installation and Troubleshooting is not for problems with your project :wink: See About the Installation & Troubleshooting category.

I don't believe you. There is no way that you will get correctly formed digits printed in the wrong order.

However it is possible to have "mirrored" text e.g. drawn from right to left. But all the letters and digits will look wrong.

Please post a link to your hardware display.
And paste a small program that shows this behaviour.

David.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.