refactor display code

This commit is contained in:
Cooper Quintin
2024-06-14 14:00:46 -07:00
parent e31bccb229
commit 54dd952ebd
3 changed files with 34 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ pub enum Color565 {
Black = 0b0000000000000000,
Cyan = 0b0000011111111111,
Yellow = 0b1111111111100000,
Pink = 0b1111010010011111,
}
#[derive(Copy, Clone)]