Page 2 of 2

Re: Fade 1 image to show another.

Posted: Sat Apr 24, 2021 6:23 am
by pythoncoder
Wow :D

Re: Fade 1 image to show another.

Posted: Sun Apr 25, 2021 9:33 pm
by russ_h
The driver is up on GitHub.com with pre-compiled firmware for the ESP32 and Raspberry Pi PICO. Pyboard V1.1 firmware will follow soon.

Re: Fade 1 image to show another.

Posted: Wed Apr 28, 2021 6:47 pm
by AJB2K3
russ_h wrote:
Sun Apr 25, 2021 9:33 pm
The driver is up on GitHub.com with pre-compiled firmware for the ESP32 and Raspberry Pi PICO. Pyboard V1.1 firmware will follow soon.
Any plans for making a .py lib that can just be copied over?

Re: Fade 1 image to show another.

Posted: Fri Apr 30, 2021 11:43 pm
by russ_h
Yes, I should have one up this weekend.

Re: Fade 1 image to show another.

Posted: Sun May 02, 2021 7:10 am
by russ_h
The python driver is available from https://github.com/russhughes/gc9a01py

Re: Fade 1 image to show another.

Posted: Sun May 02, 2021 7:38 pm
by AJB2K3
russ_h wrote:
Sun May 02, 2021 7:10 am
The python driver is available from https://github.com/russhughes/gc9a01py
thank you

Re: Fade 1 image to show another.

Posted: Tue Mar 15, 2022 3:10 am
by keokod
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/ ... s/chars.py
for simple I create simple bitmap
I can do upload the bit map in pi pico directly ?

https://i.postimg.cc/wMBqvphJ/2022-03-1 ... leki-1.png


thank's for help