add MwNlength

This commit is contained in:
Nishi 2025-12-21 15:17:00 +09:00
commit 2304b493d1
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 92 additions and 61 deletions

View file

@ -14,6 +14,7 @@ int main() {
MwNtext, " 123456:78.90 abcdef",
MwNsevenSegment, 1,
MwNalignment, MwALIGNMENT_BEGINNING,
MwNlength, 8,
NULL);
MwLabelSetSevenSegment(label, 0, (1 << 0) | (1 << 3) | (1 << 6));