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

Wrong Arguman Passing For "EPD_12in48_Display648x492" #5

Open
embedded4ever opened this issue Sep 1, 2020 · 1 comment
Open

Wrong Arguman Passing For "EPD_12in48_Display648x492" #5

embedded4ever opened this issue Sep 1, 2020 · 1 comment

Comments

@embedded4ever
Copy link

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

@makew0rld
Copy link

Supposedly fixed in #6. I have not tested.

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