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

ST7565 Graphics LCD Display Python Library for Raspberry Pi

Results 2 Pi-ST7565 issues
Sort by recently updated
recently updated
newest added

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...

I'm mainly using python 3, so I fixed some lines to make it work there (make some strings bytearrays, and a np.arange to range()). I've also added the software display...