Vop is a register in extended instruction set (see page 14, Set Vop)
http://www.nxp.com/acrobat_download2.../PCD8544_1.pdf
"8.9 Set VOP value" (on page 16) describes how to calculate setting value.
Contrast is set in "Lcd_Init" section in LCD_3310 -file.
Here it seems to be $c8, with some older I have to use $d1 and other newer might need $bf. Try to change the value and check which is best with your display.Code:Lcd_Data= $c8: GOSUB Lcd_SendByte ' SET LCD Vop (CONTRAST)
BR,
-Gusse-
Bookmarks