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 argument in GC9A01_flush function #202

Open
Barto22 opened this issue Apr 10, 2022 · 3 comments
Open

Wrong argument in GC9A01_flush function #202

Barto22 opened this issue Apr 10, 2022 · 3 comments
Labels

Comments

@Barto22
Copy link
Contributor

Barto22 commented Apr 10, 2022

In function GC9A01_flush first argument is wrong because it's struct _disp_drv_t * disp_drv and compiler gives error: 'struct _disp_drv_t' declared inside parameter list will not be visible outside of this definition or declaration [-Werror]. This type of struct doesn't even exists. It should be like in other drivers lv_disp_drv_t * disp_drv and then it compiles without any issues.

File GC9A01.h line 66 and GC9A01.c line 565.

@kisvegabor
Copy link
Member

Hi,

Probably this driver is not updated from v7 to v8. Could you send a PR to fix it?

@Barto22
Copy link
Contributor Author

Barto22 commented Apr 11, 2022

Ok I will test the driver and then send PR.

@stale
Copy link

stale bot commented Apr 20, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants