Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with Text examples #38

Open
vdomos opened this issue Sep 19, 2018 · 1 comment
Open

Error with Text examples #38

vdomos opened this issue Sep 19, 2018 · 1 comment

Comments

@vdomos
Copy link

vdomos commented Sep 19, 2018

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,

@wrightmac
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants