We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d03b0f + 2d6c6a6 commit ff2f72cCopy full SHA for ff2f72c
1 file changed
adafruit_ra8875/ra8875.py
@@ -114,7 +114,7 @@ def init(self, start_on=True):
114
vsync_nondisp = 32
115
vsync_start = 23
116
vsync_pw = 2
117
- elif self.width == 480 and self.height == 272:
+ elif self.width == 480 and (self.height == 272 or self.height == 128):
118
pixclk = reg.PCSR_PDATL | reg.PCSR_4CLK
119
hsync_nondisp = 10
120
hsync_start = 8
0 commit comments