You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: