Hello guys!!
Just discovered recently I love electronics
I recently was in Shanghai SEG electronics market and bought in a hurry a 3.5" tft display for my project. Later I found out it's an OCM-320240t350-a v1.5 resistive touchscreen display with UART communication.
I looked for libraries and docummentation on the internet, and only managed to find a datasheet written in Chinese. Since I don,t understand Chinese I was in a bit of a dead end. But with the help of google translate and some arduino library tutorials, I managed to make a library to control the tft.
In case others are in the same situation I was, here is the library:
OCMA-library
Of course there sure are lots of improvements to be done, and some of the commands don't work on the older version of tft I got.
Hope it helps somebody.