Pi Pico, Micropython and a ST7567 / I2C

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
mcGeorge
Posts: 2
Joined: Sun Jul 17, 2022 1:45 am

Pi Pico, Micropython and a ST7567 / I2C

Post by mcGeorge » Sun Jul 17, 2022 1:56 am

Hi @all,

I need your help, I bought a 128x64 I2C display and tried to find the lib for that display.
The webpage states that the module is based on an ST7567 chip.

I tried to find something with google but couldn't,t find any working solution.

I found a lib, but that lib is based on SPI, or I found an I2C lib, but it wasn't designed for Micropython and missed something.

Can someone give me a hint on where I can find a solution?

Many thanks in advance
Georg

tepalia02
Posts: 99
Joined: Mon Mar 21, 2022 5:13 am

Re: Pi Pico, Micropython and a ST7567 / I2C

Post by tepalia02 » Sun Jul 17, 2022 6:59 am

Looks like this topic has been discussed earlier: viewtopic.php?t=5663 but any easy solution was not found.

Post Reply