Skip to content

Wrong Arguman Passing For "EPD_12in48_Display648x492" #5

@embedded4ever

Description

@embedded4ever

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions