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

Running retro-go on a ST7735 display #36

Open
lordherp opened this issue Oct 7, 2022 · 1 comment
Open

Running retro-go on a ST7735 display #36

lordherp opened this issue Oct 7, 2022 · 1 comment

Comments

@lordherp
Copy link

lordherp commented Oct 7, 2022

Love this project but I see it only supports ILI9341 based displays. I have a couple displays laying around which are ST7735 driver based (Like 1.8" inch TFT LCD Display module ST7735S 128x160 for example). Is there anyway I could run this on ST7735 lcd?

@ducalex
Copy link
Owner

ducalex commented Oct 7, 2022

Yeah these controllers are largely identical so it should work, but you'll have to add the init code specific to your display in rg_display.c -> lcd_init().

However keep in mind that retro-go doesn't support downscaling, only upscaling, so the image will be cropped in most emulators.

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