Pi-ST7565 icon indicating copy to clipboard operation
Pi-ST7565 copied to clipboard

Start at column 0

Open vaen1278 opened this issue 5 years ago • 0 comments

Hi, I connected a generic st7565 lcd to my raspberry pi, and noticed that the display didn't start at 0, but at one. In st7565.c I changed two instances of self.move_cursor(1, page) to self.move_cursor(0, page) Which fixed it for me. Not sure if this is an error for other screen layouts.

vaen1278 avatar Sep 10 '19 15:09 vaen1278