HT1632-for-Arduino icon indicating copy to clipboard operation
HT1632-for-Arduino copied to clipboard

Error with Text examples

Open vdomos opened this issue 6 years ago • 1 comments

Hi,

I tested the compilation of examples to display text, but there is an error with the old function: HT1632.drawTarget(BUFFER_BOARD(1))

The function no longer exists.

Should it be replaced by this one? HT1632.renderTarget(0);

I don't have yet the display to check the correct operation

thanks,

vdomos avatar Sep 19 '18 12:09 vdomos

I have been playing around with this library and yes, I had to change drawTarget(BUFFER_BOARD(1)) to renderTarget(1) for it to work. The keyword list was update.

wrightmac avatar Sep 04 '19 21:09 wrightmac