Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST7789V Variant? #31

Open
nebhead opened this issue Jun 14, 2024 · 3 comments
Open

ST7789V Variant? #31

nebhead opened this issue Jun 14, 2024 · 3 comments

Comments

@nebhead
Copy link

nebhead commented Jun 14, 2024

Any plans to support the ST7789V variant?

@Gadgetoid
Copy link
Member

I'd say the chances are somewhere above zero if I got my hands on one. Unfortunately most of the work on this library is driven by product requirements, and I don't have any such requirements, nor much free time at the moment!

Pull requests would be graciously accepted.

@mander1000
Copy link

I added the variant: https://github.com/mander1000/st7789-python

Unfortunately I also switched from gpiod to RPi.GPIO (as RPi.GPIO uses MIT and not LGPL) and added a function to deactivate and (re-)activate the display (as I wanted to switch the display on/off later). What do you want to merge? ;)

@Gadgetoid
Copy link
Member

As weird and painful as it is, you should be using the Linux standard gpiod. Anything else is either wrong, broken, soon to be broken, slow, or just uses gpiod under the hood anyway.

MIT vs LGPL is largely irrelevant when the entire OS is GPL anyway 😆

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants