summary refs log tree commit diff
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2026-07-13 18:13:31 +0200
committerMel <mel@rnrd.eu>2026-07-13 18:13:31 +0200
commitc3fa78667236095edaa367954644ba5136e65543 (patch)
treeef544d8139e36a591852119a1771bb4a96a89f9c
parentf3f7255c8572c412f320cb5d1053e187a569479d (diff)
downloadmhs35-drm-c3fa78667236095edaa367954644ba5136e65543.tar.zst
mhs35-drm-c3fa78667236095edaa367954644ba5136e65543.zip
Fix comment explaining encoding typo
Signed-off-by: Mel <mel@rnrd.eu>
-rw-r--r--mhs35.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mhs35.c b/mhs35.c
index 855f450..81ec5bc 100644
--- a/mhs35.c
+++ b/mhs35.c
@@ -65,7 +65,7 @@ struct mhs35 {
 };
 
 // custom init sequence, replacing the default goodtft sequence when set.
-// encoding: 0x01000000|cmd starts command, plain values are params, 0x01000000|ms sleeps.
+// encoding: 0x01000000|cmd starts command, plain values are params, 0x02000000|ms sleeps.
 static u32 mhs35_dt_init[128];
 static int mhs35_dt_init_len;