GC9A01 circular display with Raspberry Pi Pico

Hi guys,
Just wondering how to get GC9A01 circular display working with raspberry pi pico? ive googled it a few times and didn't really find much.

This is a link to the listing on the pi hut: Round 1.28" LCD Display Module (240x240 IPS 65K RGB) | The Pi Hut

Any help would be appreciated!

I do not have this display but, I've found an interesting MicroPython library you could use if you're working with MicroPython.
:slight_smile:
But if you're working with C/C++/Arduino IDE then you could use the TFT_eSPI library, you can find it in the library manager, or on GitHub, be sure to edit the "User_Setup.h" in the library's folder. The library should be located at ...:\Program Files (x86)\Arduino\libraries\TFT_eSPI. If not then look for the libraries folder in your Arduino IDE address. If using PlatformIO just go to the libraries tab, search for TFT_eSPI and add it to your project.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.