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

Some examples not working with Pico clone #40

Open
Stanimir-Petev opened this issue Oct 25, 2022 · 1 comment
Open

Some examples not working with Pico clone #40

Stanimir-Petev opened this issue Oct 25, 2022 · 1 comment

Comments

@Stanimir-Petev
Copy link

Hello, everyone!

So I was planning to make a pull request adding support (a pinout description in the "common_dvi_pin_configs.h") for one of our boards - RP2040-PICO-PC (https://www.olimex.com/Products/MicroPython/RP2040-PICO-PC/).

But when tested with the provided examples from this repository it worked well with about half of them.
Here is list of the behavior:
Working fine:
dht_logging, hello_dvi, mandelbrot, terminal, tiles, tiles_parallax
Semi-working:
colour_terminal (colors seem weird), moon (picture is visible but only black and white)
Not working:
bad_apple, christmas_snowflakes, dual_display (understandable since I tested with only 1 display), mandel-full, sprite_bounce, tiles_and_sprites, vista
on all of these I see red screen and sometimes blinking lines somewhere on the screen
Vista-Palette - not working at all - it gives me a message "Input signal out of range".

So I was wondering what could cause some of the examples to work fine, some of the others partially and the rest not working at all?
I don't think it's pinout related since then none of the examples would have worked at all and thus I was thinking of making pull request but I decided to ask for this first.
RP2040-PICO-PC_rev_C.pdf

@c1570
Copy link

c1570 commented Feb 13, 2023

dual_display is broken, see #41
Moon is 1bpp so b/w is okay.

Red lines indicate the RP2040 lagging behind:

// No valid scanline was ready (generates solid red scanline)

Did you run cmake using -DPICO_COPY_TO_RAM=1 as indicated in the README?

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