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

TURBO_BOOST breaks vga color #32

Closed
barbiani opened this issue Nov 18, 2022 · 2 comments · May be fixed by #33
Closed

TURBO_BOOST breaks vga color #32

barbiani opened this issue Nov 18, 2022 · 2 comments · May be fixed by #33

Comments

@barbiani
Copy link

Hi,

I have noticed that enabling the TURBO_BOOST define breaks the correct colors display on the flash_stream sample vga_mode_640x480_60 .

Without TURBO_BOOST, the number is crisp and the blue gradient is perfect.

With TURBO_BOOST, a blue gradient turns to like 64 color dithered green.

Also, white blobs are leaking red pixels to the right.

Are these artifacts usually caused by vga timing error?

Thank you.

image

@sfranzyshen
Copy link

just a guess but looks like it's related to set_sys_clock_khz() ... see other examples below


@barbiani
Copy link
Author

Looks like set_sys_clock_khz(300000, true); fixes the flash stream demo.

sfranzyshen added a commit to sfranzyshen/pico-playground that referenced this issue Nov 18, 2022
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

Successfully merging a pull request may close this issue.

2 participants