max713:
Thanks for the answers, but I am looking for a display to use in a project as shown in the foto.
I should just look nicely, but there's no need for the reflective surface.
Are you trying to project the LCD image on a wall? Or do you just want that "transparent" look?
Concerning "reflective surfaces", you need a reflective surface for an LCD to work. The way an LCD works is, unenergized, the liquid crystal material is in a random state. Light comes into the display, goes through the liquid crystal, goes through a polarizer and is then reflected back out by a silvered backing ("mirror") on the back of the LCD panel.
When a voltage is applied to the liquid crystal, all it's molecules line up and form a polarizer. This polarizer is setup at right angles to the fixed polarizer in the panel. So, now light comes in, is POLARIZED by the liquid crystal, then is blocked by the fixed polarizer and it not reflected back out (i.e. that segment appears black).
It is interesting to note that if you take apart an LCD module and peel off the fixed polarizer, you will no longer see the digits. But if you view the LCD through the polarizer you removed (or through any other polarizer such as "Real3D" movie glasses) you will see the digits. And, by rotating the polarizer relative to the LCD, you can make black segments on clear background, or clear segments on a black background.
If you really want to use a bare LCD panel for it's looks, you may be able to take an LCD module, remove the LCD glass and (using a LOT of thin wires) connect the panel to the LCD body (to make use of it's controller). But, the contacts on the LCD glass are just an ultra fine (atoms thick) coating of metal - so thin that it's transparent - and there's no way to attach wires to it.
An LCD module uses a conductive ribber strip to connect the LCD glass to the PC board.
The only alternative might be to buy an LCD glass with WIRE or PIN leads, then wire it to an LCD module that you removed the glass from (to make use of it's controller).
Or, maybe you could use a string of shift registers and constantly throw data at the LCD glass to both turn on and off the segments (to satisfy the AC drive requirement) and also to display your data.
Good luck........