9 years, 3 months ago.

Why one less line?

I am not sure why but when I write n horizontal lines it only writes n-1 lines.

Question relating to:

A simple yet powerful library for controlling graphical displays. Multiple display controllers are supported using inheritance. display, GFX, Graphics, GUI, LCD, OLED, UI, user interface

Found the issue. Set the setremap back to 65K colors. Thx for this nicely organized library.

posted by Jon Buckman 04 Feb 2015

Okay, it's not a setup issue after all. You have a problem in drawPixel.

posted by Jon Buckman 04 Feb 2015

Nice. You must flush() the cache if you want something to display "now". An example in your documentation would be helpful for those of us not fluent in graphic code. Thanks.

posted by Jon Buckman 05 Feb 2015

Hi Jon, glad you got it figured out! Unfortunately I haven't really had a chance to work on this library lately. I work with microcontrollers at work, which takes a lot of the fun out of it in my free time.

posted by Neil Thiessen 06 Feb 2015
Be the first to answer this question.