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
The reMarkable tablet itself and most desktops are little endian, and so is the .lines format.
Accordingly, we will have to swap the bit order during read/write operations from/to little endian when compiling/running on a big endian platform, such as PPC.
The reMarkable tablet itself and most desktops are little endian, and so is the
.lines
format.Accordingly, we will have to swap the bit order during read/write operations from/to little endian when compiling/running on a big endian platform, such as PPC.
Refs:
The text was updated successfully, but these errors were encountered: