Fade 1 image to show another.

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Fade 1 image to show another.

Post by pythoncoder » Sat Apr 24, 2021 6:23 am

Wow :D
Peter Hinch
Index to my micropython libraries.

User avatar
russ_h
Posts: 88
Joined: Thu Oct 03, 2019 2:26 am
Contact:

Re: Fade 1 image to show another.

Post by russ_h » 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.

AJB2K3
Posts: 44
Joined: Wed Mar 06, 2019 5:20 pm
Location: @nd Star on the Right.
Contact:

Re: Fade 1 image to show another.

Post by AJB2K3 » Wed Apr 28, 2021 6:47 pm

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?

User avatar
russ_h
Posts: 88
Joined: Thu Oct 03, 2019 2:26 am
Contact:

Re: Fade 1 image to show another.

Post by russ_h » Fri Apr 30, 2021 11:43 pm

Yes, I should have one up this weekend.

User avatar
russ_h
Posts: 88
Joined: Thu Oct 03, 2019 2:26 am
Contact:

Re: Fade 1 image to show another.

Post by russ_h » Sun May 02, 2021 7:10 am

The python driver is available from https://github.com/russhughes/gc9a01py

AJB2K3
Posts: 44
Joined: Wed Mar 06, 2019 5:20 pm
Location: @nd Star on the Right.
Contact:

Re: Fade 1 image to show another.

Post by AJB2K3 » Sun May 02, 2021 7:38 pm

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

keokod
Posts: 2
Joined: Tue Mar 15, 2022 2:47 am

Re: Fade 1 image to show another.

Post by keokod » Tue Mar 15, 2022 3:10 am

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

Post Reply