From 7fd092517dc87b4b2a68603cca642fe49d8a439c Mon Sep 17 00:00:00 2001 From: nak435 <42625437+nak435@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:28:09 +0900 Subject: [PATCH] MotionMask address change 0xAA to 0xEC --- cst816.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cst816.py b/cst816.py index 9421b70..f642e52 100644 --- a/cst816.py +++ b/cst816.py @@ -47,13 +47,13 @@ _CST816_ChipID = const(0xA7) _CST816_ProjID = const(0xA8) _CST816_FwVersion = const(0xA9) -_CST816_MotionMask = const(0xAA) _CST816_BPC0H = const(0xB0) _CST816_BPC0L = const(0xB1) _CST816_BPC1H = const(0xB2) _CST816_BPC1L = const(0xB3) +_CST816_MotionMask = const(0xEC) # 0xAA change to 0xEC _CST816_IrqPluseWidth = const(0xED) _CST816_NorScanPer = const(0xEE) _CST816_MotionSlAngle = const(0xEF)