Pi-ST7565
Pi-ST7565 copied to clipboard
Start at column 0
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.