Graphic LCD 12864 works on UNO?

I found that lib: http://arduino.cc/playground/Code/LCD12864

Works on UNO?

Best regards!

Have you any reason to suspect that it wouldn't?

It should work on uno fine, you will however have to change some pin assignments in the LCD12864.h as these are for the mega.

I have a new library I'm almost finished developing for this display, it supports connections via parallel or shift registers. Will have an example working on uno and mega soon.

pYro_65:
I have a new library I'm almost finished developing for this display, it supports connections via parallel or shift registers. Will have an example working on uno and mega soon.

Will you be supporting the serial mode of this device too? It needs only 2 Arduino pins and no shift registers. [I have a driver for the ST7920 in serial mode, but in some ways it's less comprehensive than yours.]

Sorry all for this noob question, here is working!

This is the library: Google Code Archive - Long-term storage for Google Code Project Hosting.

Best regards!