So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By andrea_i
#62304 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. : )