-->
Page 1 of 1

U8GLIB - Add support for ST7735 1.8 TFT display module?

PostPosted: Sat Aug 01, 2015 1:25 am
by ansible
Hey everyone!

Having great fun with nodemcu so far, but the only hiccup preventing me from using this firmware exclusively instead of arduino-esp is that I can't get this display module to work.

I see that the supplied u8glib library has a lot of support for driving various display modules, but the ST7735 sadly isn't one of them. The library that works for me in arduino-esp is this one. I've looked into porting the adafruit-st7735 to something u8glib can use but it seems to be quite complicated :D But! I would love the chance to try, so any tips/literature/general-how-to in doing this is welcomed.

And in the likelihood that I have no success in the port, I suggest someone of greater mettle to take on this task as it would be awesome for u8glib to support it in the future :mrgreen:

Re: U8GLIB - Add support for ST7735 1.8 TFT display module?

PostPosted: Sat Aug 01, 2015 6:01 pm
by devsaurus
Seems that this has been discussed for u8glib in the past:
https://github.com/olikraus/u8glib/issues/110

It's been added to ucglib instead. Maybe this library could be next for nodemcu :?: