Arduino can handle this display

I took a part a radio controller and have this display and i just want to now if arduino can use it and how because i was looking information and I cann´t find anything

Thanks

Does it have manufacturer part number ?
Can you than identify the controller used?
How are interface pins labeled?
Jim

1.- No that just say the model of the transmiter that have it
2.- No the controller is cover
3.- CSB
WRB
DATA
GND
VDD
BZ
BZB

Well,
the real question now - do you want to spent time figuring out how it suppose to work or not?
It looks as generic serial interface - cs(b) chips select , wr(b) write read selector , data - we can only guess it is 8 bits etc.
The real issue is - it is probably custom made LCD, with some build in RAM patters, and even with the controller it is almost impossible to figure ti out.
Technically challenging, but it''s your time you be using.
Sorry cannot be more encouraging.
Jim

Well thanks.
So it´s goint to be a projet for another time
thanks a lot

So it´s goint to be a projet for another time

= NEVER, I bet!
If you don't know or find out the controller type you won't be able to find a library.

In that case you have to write the controller yourself - which is not easy at all and will take more time with a vague or very disappointing result.

Go with an Arduino compatible/supported standard LCD display and you will be fine.#
Even those guys could be a pain i.t.a. if you don't pay attention to a proper soldering, right constructor, right library etc.

Save your precious time for other things than dealing with unknown devices. Sorry, but I have to join @julyjim in not encouraging you.