Nokia 5110 LCD Not working at all.

Hi,

I found this old question.
It is the same problem by me. I need to set the bias mode to 0x14.

With using: LcdWrite(LCD_C, 0x14 );  // LCD bias mode 1:48. my device work.

But I want to use the Adafruit_PCD8544 libary.
How can I change here the bias-mode?