diff --git a/python_payload/apps/harmonic_demo/__init__.py b/python_payload/apps/harmonic_demo/__init__.py
index 5f8c6c7d709a346a23d58cec8ccf4a2ce8c68aa8..fc26f45f00483ebf9ded930e42a5168052bd7cd7 100644
--- a/python_payload/apps/harmonic_demo/__init__.py
+++ b/python_payload/apps/harmonic_demo/__init__.py
@@ -68,8 +68,8 @@ class HarmonicApp(Application):
             note_name = self.tone_to_note_name(self.chord[0][top_petal])
             note_name = "".join([x for x in note_name if not x.isdigit()])
             pos = 95 * cmath.exp(tai * (top_petal - 2.5) / 5)
-            end_pos = pos * (1 - 0.3j) * 1.2
-            start_pos = pos * (1 + 0.3j) * 1.2
+            end_pos = pos * (1 - 0.3j) * 1.27
+            start_pos = pos * (1 + 0.3j) * 1.27
             mid_pos = (start_pos + end_pos) / 8
             fade = self.fade[top_petal]
             if fade > 0: