You need to buy or make an adapter for your 34-pin 3.3V display to connect with your 5V Arduino.
Ready made 40-pin Adapter shields are very common. I don't think 34-pin Adapters are available.
You need about 24 5V to 3.3V level shifters. And obviously connect to the correct pins on the Arduino header sockets.
Hi everybody..
at random somebody get to connect this display, 34 pin, in arduino uno??
I have one this too, like of Siberzeka and I it just appears a blank screen
Seriously, it is more trouble than it is worth using a 5V Arduino.
You can always make your own Adapter with a Protoshield but it is quite a lot of work.
First off, you should say which 3.3V Arduino you are using. #2 shows how to connect to a Due.
UTFT library should work out of the box.
I do not have this type 34-pin display. Is your one 2.8" or 3.2" ?
If you have connected to a Due, you can run the LCD_ID_readreg sketch.
Edit all the defines to match your wiring. Connect the RD pin to a regular Due pin.
MCUFRIEND_kbv library will work for your display if you use the appropriate SPECIAL wiring.
David.
Edit. Your other thread says 2.8" with a Mega2560.
So you just need about twenty four 5V to 3.3V level-shifters. And a lot of wires.
I hope that you enjoy the task. And that the effort is worthwhile.
Incidentally, I suspect that there is a solder-bridge option to select 8-bit mode. This would reduce the number of level shifters.