We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
examples for 12in48.
#if 1 // show image for array printf("show image for array\r\n"); EPD_12in48_Display648x492(gImage_b); DEV_Delay_ms(500); #endif
gImage_b[] created for 1304x984.
So it should be ;
#if 1 // show image for array printf("show image for array\r\n"); EPD_12in48_Display(gImage_b); DEV_Delay_ms(500); #endif
The text was updated successfully, but these errors were encountered:
Supposedly fixed in #6. I have not tested.
Sorry, something went wrong.
No branches or pull requests
Hi,
examples for 12in48.
gImage_b[] created for 1304x984.
So it should be ;
The text was updated successfully, but these errors were encountered: