VISHAY LCD-160H128B + ARDUINO

Hello guys !

Sorry for possible stupid question, but is there any universal LCD driver ?
I'm trying to connect VISHAY LCD-160H128B to Arduino UNO and downloaded and tried different drivers, but I can't see any info at my LCD. It could be because of my "straight" hands, but to check it, I need to be sure I need special drivers for VISHAY LCD.

So the question: Is it possible to obtains some info at LCD without drivers ? Correct me if I wrong, but I should get at least SOMETHING at my LCD even if I have no drivers. Drivers just translate my letters into correct signals at LCD. No drivers - not correct signals and not correct pixels at LCD, but some pixels at least.

Thanks you for attention !

Your PDF says:
Built-in controller: RA6963

So it should be fairly straighforward to find datasheet e.g. RA6963

And it looks similar to the Toshiba T6963C controller.

So there should be proven libraries for the Arduino.

David.

The RA6963 is compatible with the T6963. U8g2 should be able to support this, however some modification would be required. You could raise an issue on the u8g2 project page if you want support for this display.

Oliver