128x128 Display Ansteuerung - Driver - Libary

Schönen guten Abend, ich lese immer nur vom 128x64 Display. Dafür gibt es ja auch fertige Libarys.

Gibt es auch welche für 128x128 Display? Habe das MGLS128128 Controller: T6963c Kompatibilität.

Good evening, I always read only on the 128x64 display. There are indeed ready Libarys.

Are there any for 128x128 display? Have the MGLS128128 Controller: T6963C compatibility.

Maybe U8glib will work.
You could start with this constructor:

U8GLIB_T6963_128X64(d0, d1, d2, d3, d4, d5, d6, d7, cs, a0, wr, rd [, reset])

Locate u8g_dev_t6963_128x64.c
Change

#define HEIGHT 64

to

#define HEIGHT 128

Let me know if this works.

Oliver