Newbie help ?

Hi sorry for the long reply been busy.

Im having some problems trying to find the pin out in the g8lib im using a atmega 328

So far i have it connected like this:
PSB to GND
RS (chip select) to pin 2(D2 i assume ?
RW (serial data) to pin d3
E (serial clock) to pin d4

Where does the following go to on the atmega 328 ?
db0-db7
NC
RST
VOUT

Im using the following as a constructor in the hello world example from u8glib_arduino_v1.08 btw.
U8GLIB_ST7920_128X64 u8g(4, 3, 2, U8G_PIN_NONE )

Thanks