You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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,
The text was updated successfully, but these errors were encountered: