Skip to content

Commit 83aa1be

Browse files
committed
Adds GC9107 Driver
1 parent 05f0fd4 commit 83aa1be

File tree

1 file changed

+0
-3
lines changed
  • api_drivers/common_api_drivers/display/gc9107

1 file changed

+0
-3
lines changed

api_drivers/common_api_drivers/display/gc9107/gc9107.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ class GC9107(display_driver_framework.DisplayDriver):
3333
)
3434

3535
def _set_memory_location(self, x1, y1, x2, y2):
36-
# Column addresses
37-
param_buf = self._param_buf # NOQA
38-
3936
if self._rotation in (0, 2):
4037
x1 += 2
4138
x2 += 2

0 commit comments

Comments
 (0)