microzig icon indicating copy to clipboard operation
microzig copied to clipboard

Fully implement ST77xx driver

Open ikskuh opened this issue 1 year ago • 2 comments

This is a common display driver.

There's already some source code there, it's just not finished yet

ikskuh avatar Oct 08 '24 09:10 ikskuh

@ikskuh could you please summarize what needs to be done so that someone could more easily pick this issue up?

mattnite avatar Oct 08 '24 16:10 mattnite

I'll do that when we have the basics figured out. I started doing the driver over a year ago and didn't do anything with it except updating the Zig version.

The idea was to basically port the initialization logic of the Arduino drivers here: https://www.arduino.cc/reference/en/libraries/adafruit-st7735-and-st7789-library/

But not copying their code structure, but only the raw command logic

ikskuh avatar Oct 09 '24 09:10 ikskuh