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
Just draw it in the background at the start. Since it is not e-ink, it does not need to be refreshed.
Have colours in binary as variables to accomodate custom board colours in future.
bool BR[24]=(0,0,...,0);
.
.
.
bool WR[24]=(0,0,...,0);
.
.
.
Figure out how to efficiently draw the board in a panel onto the screen. Attach screen layout here.
The text was updated successfully, but these errors were encountered: