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.