-->
Page 1 of 1

ili9163 nodemcu super fast driver for full screen refresh?

PostPosted: Thu Feb 09, 2017 8:23 am
by andrea_i
Hello board!

I'm an ok c/c++ programmer usually involved in graphic programming, total newbie with integrated hardware though.
I'm writing a nodemcu C module binded to lua, using Ucglib for drawing, but for the life of me I can't understand how to achieve a good full screen refresh on a tiny 1.44'' tft.
I need to send a whole buffer of 128*128 pixels to the tiny screen, lowest possible bits per color, don't care, as long as I can achieve a good refresh rate.

Help. Please. : )