russhughes / gc9a01_mpy

Fast MicroPython driver for GC9A01 display modules written in C
Other
153 stars 31 forks source link

Help wanted: Showing RPI OS GUI on 240x240 GC9A01 lcd screen ⌚ #1

Closed Shargil closed 2 years ago

Shargil commented 3 years ago

Any idea how to do it?

I just want to play a video on the small round screen. I am connected via SPI, rpi 3 b, and managed to show an image, that's it.

Showing the GUI and running omxplayer sounded like a good idea. But also, showing the video via a python script sounds great.

Shargil commented 3 years ago

Maybe using the GC9A01.blit_buffer(buffer, x, y, width, height) to paint only the changed pixels from last frame to the screen can help?

Shargil commented 3 years ago

I finally found a solution and wrote it down! https://www.instructables.com/Connected-Round-Screen-240x240-GC9A01-Controller-t/