Hi,
Identifying?
Did you try an internet search?
You know the manufacturer.. you know that it's a display, so it takes less than a minute to find this:
雄鐸科技 SDEC
www.sdec.com.tw
They say it's a custom LCD, this explains why there is no datasheet in the internet.
But they show all the contact informations. So it's an easily task contact them.
Connections:
* use an ohm meter to check all the buttons and the LED.
* check which pins apply to the backlight (for tests you may run it from a battery but current limited. Everything below 20mA should be safe)
* check which one is GND and VCC for the controller. Try to run it from 3.3V
* check how many and which pins are still unknown.
I guess that this will lead to I2C interface.
Connect the available pins to an I2C master.
(Drive LOW (here via 100 Ohms not to destroy anything) ... and an I2C pull up via resistor. Never drive HIGH)
Do a check for acknowledged I2C address.
Do an internet search which I2C LCD driver chip meets I2C address and the display setup (segments count ...)
Read it's datasheet to find out
1) how to set it up
2) and how to control the segments
Klaus