Skip to content

Commit 5574d97

Browse files
committed
Fix correct length on print time string
12 characters is enough for everyone CR6Community/CR-6-touchscreen#33
1 parent 29c5720 commit 5574d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/lcd/extui/lib/dgus_creality/creality_touch/DGUSDisplayDef.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ constexpr uint16_t VP_PrintProgress_Percentage = 0x1016; // 2 Byte Integer (0..1
235235
constexpr uint16_t VP_PrintTimeProgressBar = 0x100E;
236236

237237
constexpr uint16_t VP_PrintTime = 0x21a0;
238-
constexpr uint16_t VP_PrintTime_LEN = 6;
238+
constexpr uint16_t VP_PrintTime_LEN = 12;
239239

240240
constexpr uint16_t VP_Z_OFFSET = 0x1026;
241241

0 commit comments

Comments
 (0)