Search found 2 matches

by keokod
Sun Mar 20, 2022 4:30 pm
Forum: ESP32 boards
Topic: Is possible to send bitmap with i2c protocole ?
Replies: 2
Views: 1617

Is possible to send bitmap with i2c protocole ?

Hi, in pi pico I have a picture bitmap (240px X 240px), I would change this file with the same name. my connection is: ESP32 => protocole I2C => pi pico. I would like crush this bitmap another picture with the same name. Preaps I would like use I2C if is not possible change protocole I use another ?...
by keokod
Tue Mar 15, 2022 3:10 am
Forum: General Discussion and Questions
Topic: Fade 1 image to show another.
Replies: 16
Views: 12691

Re: Fade 1 image to show another.

I all, I use pi pico with python, I 'm noob, how I can display à picture bitmap ? what librairie need for write file bit map into pi pico ? I already test ok chart.py https://github.com/russhughes/gc9a01py/blob/main/examples/chars.py for simple I create simple bitmap I can do upload the bit map in p...