adafruit / Adafruit_CircuitPython_ST7565

A display control library for ST7565 graphic displays
MIT License
6 stars 3 forks source link

Fragments on the right side #6

Closed Metaln00b closed 1 year ago

Metaln00b commented 1 year ago

Hello and thanks for sharing.

I have the problem that on the display, on the right edge, fragments are shown. Furthermore, the content is not displayed centered.

image

I use the display GMG12864-06D with the driver ST7565R in conjunction with a Raspi Pico W.

I have connected the display as follows:

SCK = GP18 MOSI = GP19 DC/RS = GP17 CS = GP16 RSE/Reset = GP20

When I try using the display.reset() function, the display stays black.

Can you help me?

Thanks a lot

Metaln00b commented 1 year ago

Using

# ADC select
self.write_cmd(self.CMD_SET_ADC_NORMAL)
# SHL select
self.write_cmd(self.CMD_SET_COM_REVERSE)

it is working now.