A0 is the same as DI.
After review of your display datasheet, i have noticed, that there is no Enable (EN) line. Instead the chip select lines are used to transfer a byte. Unfortunately, this will require a special COM device (I have to rewrite some low level procedures).
The dimensions must be changed in
http://code.google.com/p/u8glib/source/browse/csrc/u8g_dev_ks0108_128x64.c
Redefine the two define statements:
Code:
#define WIDTH 128
#define HEIGHT 64
#define HEIGHT 64
additional tasks include:
- review of the init sequence
- check the page transfer commands
I will also send a PM.
Oliver
