2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:07:43 +00:00

Work on FRME widgets; initial DSP streaming

This commit is contained in:
Jack Andersen
2017-01-13 18:16:10 -10:00
parent 904166e016
commit 3544cbd278
14 changed files with 547 additions and 116 deletions

View File

@@ -24,9 +24,9 @@ enum class EJustification
NLeft,
NCenter,
NRight,
Seven,
Eight,
Nine
LeftMono,
CenterMono,
RightMono
};
enum class EVerticalJustification
@@ -38,9 +38,9 @@ enum class EVerticalJustification
NTop,
NCenter,
NBottom,
Seven,
Eight,
Nine
TopMono,
CenterMono,
RightMono
};
enum class EColorType