Welcome! Log In Create A New Profile

Advanced

Marlin with 6963 LCD?

Posted by curator23 
Marlin with 6963 LCD?
November 13, 2018 03:08PM
Hi folks,

Does anyone know how to configure marlin to work with a T6963 128x64 GLCD?

The config seems to be vendor specific, and '6963' does not occur in the source code, but the driver is supported by U8GLIB.

Cheers.
Re: Marlin with 6963 LCD?
November 24, 2018 10:47AM
I've gotten as far as U8g 'hello world' with the following constructor:

U8GLIB_T6963_128X64 u8g(37, 35, 33, 31, 29, 27, 25, 23, 43, 45, 39, 41); // 8Bit Com: D0..D7: 8,9,10,11,4,5,6,7, cs=14, a0=15, wr=17, rd=18, reset=16

But I'm not sure how to import that into Marlin in a way that would make sense?

Should I be creating a new board definition and pins_xxx.h?

Or just modify the default definitions? (and the default is what?)

I'm finding the code to be insanely difficult to navigate, and comment sparse.
Sorry, only registered users may post in this forum.

Click here to login