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

OLED Eyes "SSD1351" Support ? #2

Open
Acivev opened this issue Apr 6, 2023 · 2 comments
Open

OLED Eyes "SSD1351" Support ? #2

Acivev opened this issue Apr 6, 2023 · 2 comments

Comments

@Acivev
Copy link

Acivev commented Apr 6, 2023

I'm upgraded from Uncanny Eyes with the Teensy 3.1 board, and I'm using OLED Eyes "SSD1351".
I had not realized that your code does not support it, and as I looked into it, I'd already soldered everything and tested it, but without result. I was a bit scared at the beginning.
I'd be very happy if that were integrated.

5294006810111493130_121

@Acivev
Copy link
Author

Acivev commented May 15, 2023

Additionally, I would like to inquire about the pin layout. Could you please provide information regarding the arrangement of pins?

@chrismiller
Copy link
Owner

chrismiller commented Oct 19, 2023

The SSD1351 display has a different resolution compared to the GC9A01A and ST7789 that this project currently supports, which means the code would need add support for the different resolution. I don't think that's too difficult as the code was already written with different resolutions in mind, but I've never tried anything besides 240x240 and won't likely have time to in the foreseeable future. Happy to accept a pull request though. I think it would require a new display class to be added, the Python table generation code would need to be enhanced to generate different sized output tables, and many/all of the config.eye files would need to have custom versions to suit the 128x128 resolution. Ideally the iris files for the 128x128 eyes would be reduced in size too, to save memory on the Teensy.

You can configure the pins however you like, see config.h.

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

2 participants