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

add support for GS4_HMSB #49

Open
drumstixnl opened this issue Jan 8, 2023 · 0 comments
Open

add support for GS4_HMSB #49

drumstixnl opened this issue Jan 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@drumstixnl
Copy link

drumstixnl commented Jan 8, 2023

As displayio can only show 1 SPI display at a time (because FourWire blocks the SPI bus when 1 display is initialized), I cannot add multiple SSD1327 oleds to my circuitpython project using displayio.
So I have to use framebuf. The SSD1327 oled drivers are GS4_HMSB based. I can get multiple display to work in micropython, but not in circuitpython because framebuf doens't have support for GS4_HMSB.

Would it be possible to add support for this?
I found the c implementation in micropython, but I don't know how to convert this to python language.
see https://github.com/micropython/micropython/blob/master/extmod/modframebuf.c for c implementation.

@tekktrik tekktrik added the enhancement New feature or request label Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants