Tweak the diagonal to be more correct

This commit is contained in:
Luke D Jones
2021-04-06 11:54:55 +12:00
parent bfc31b06d5
commit fa16864a3e
49 changed files with 1379 additions and 228 deletions

View File

@@ -182,7 +182,7 @@ impl CtrlAnimeDisplay {
}
#[inline]
fn do_set_boot(&self, status: bool) {
fn do_set_boot(&self, status: bool) {
let mut flush = [0; PACKET_SIZE];
flush[0] = DEV_PAGE;
flush[1] = SET;