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
I cant handle the hole pixels for wake cause horizontal miss, how i can change .cpp file to write to directly in y coordinate?
(I had tried it about remove offset but idk what is the mean off offset in this case, lol my fault but i have miss )
The text was updated successfully, but these errors were encountered:
The hardware requires overwriting 8 pixels (1 byte) at a time, and doesn't allow reading what is already set.
To work out the y coordinate, you need the high bits for the 'page' number, and low 3 bits to identify the bit within the byte, however you need to set or clear all 8 bits in the byte to the required values before you send it to the screen.
I cant handle the hole pixels for wake cause horizontal miss, how i can change .cpp file to write to directly in y coordinate?
(I had tried it about remove offset but idk what is the mean off offset in this case, lol my fault but i have miss )
The text was updated successfully, but these errors were encountered: