common: Tweak bit order of screen data.
authorTilman Sauerbeck <tilman@code-monkey.de>
Mon, 30 Dec 2019 17:18:08 +0000 (18:18 +0100)
committerTilman Sauerbeck <tilman@code-monkey.de>
Mon, 6 Jan 2020 09:45:34 +0000 (10:45 +0100)
commit9a546fcb6aaae061f51546dd538883a99c419fce
tree3697214908280baba8d89bfd60c308df868e73ce
parent27fb2d412d1e9d6a2efe6397a9765ec592918a06
common: Tweak bit order of screen data.

The left-most pixel is now defined by the most significant bit.
This is a more intuitive representation than what we had before.
src/common/display.rs
src/common/screen.rs