Bugfixes + Unfattening + Remove white on boot

This commit is contained in:
Kostas Missos
2018-07-22 15:18:30 +03:00
parent bc67798f43
commit 39653f7678
10 changed files with 79 additions and 77 deletions

View File

@@ -130,3 +130,4 @@ u8 i2c_recv_byte(u32 idx, u32 x, u32 y)
i2c_recv_buf_small(&tmp, 1, idx, x, y);
return tmp;
}