mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 11:17:58 +00:00
Handwriting fixes
This commit is contained in:
@@ -31,15 +31,15 @@ enum Condition {
|
||||
|
||||
enum Direction {
|
||||
dir_empty = -1,
|
||||
Uw = 0x0F, // 0x
|
||||
Dw = 0x1F, // 1x
|
||||
Lw = 0xF0, // x0
|
||||
Rw = 0xF1, // x1
|
||||
U = 0x02,
|
||||
Uw = 0x0F, // Wildcards
|
||||
Dw = 0x1F,
|
||||
Lw = 0xF0,
|
||||
Rw = 0xF1,
|
||||
U = 0x02, // Orthos
|
||||
D = 0x12,
|
||||
L = 0x20,
|
||||
R = 0x21,
|
||||
UL = 0x00,
|
||||
UL = 0x00, // Diagonals
|
||||
DL = 0x10,
|
||||
UR = 0x01,
|
||||
DR = 0x11
|
||||
|
Reference in New Issue
Block a user