GLCD (JHD12864E) with Teensy 3.6.

Status
Not open for further replies.
Hello Everyone,

I want to interface Teensy 3.6 with GLCD. The available library support only Teensy ++, Teensy 2.0 and Arduino boards. I want to know if there is any available library to interface with teensy 3.6 otherwise it would be great if I can programming assistance to interface GLCD with Teensy 3.6 .


Thanks
Anurag
 
GLCD is a very old library for monochrome LCD pixel displays which are now obsolete and superseded by modern RGB TFT displays for which plenty of optimized libraries exist for the Teensy.

If you really insist on using that monochrome stuff, you should look at the u8g2 library which has Teensy support.
 
Hi,

Thanks for the reply. Its good to know about this library. If it is possible, Can u share the link or website to download this library?

Thanks
ANurag
 
Status
Not open for further replies.
Back
Top