Tinylcd.com 3.5 inch LCD with Arudino UNO

Hi,

I bought 3.5 inch TFT SPI display

Where the vendor provide the code for 8051 MCU,
can somebody help me on porting the libraries and code to use the lcd with Arduino

Regards
Jay

TL03503200480B (1).pdf (216 KB)

TL03503200480C_sch.pdf (4.49 KB)

3_5_TFT_DEMO_Rev_1.rar (167 KB)

Dunno what that RAR business is, can you post it in a standard file format?

If the 8051 source code is in the C/C++ programming language, it may be possible to port. If it's some other language, you will end up re-implementing the code from scratch in C/C++

Here it is as a zip (BTW, RAR is a standard format)

Personally, I would probably try to get a standard arduino library working instead, using the demo library they gave you to help you work out what you need to change in the standard library.

3_5_TFT_DEMO_Rev_1.zip (173 KB)

Ah, so it is just plain C. That makes things easier. Just have to change the hardware-specific parts (like SPI) to Arduino equivalents, a few data types (like 'short') to Arduino equivalents, plus a few other odds and ends.

Hi,

thanks for all your support
since the LCD is using simple SPI interface, i 'm able achieve with some help from vendor using TFTDisplayText

i'm not able to set Display to full screen, Can anybody please advise where i'm doing wrong

Regards
Jay