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 graphics modes #44

Open
jonathanpallant opened this issue Feb 24, 2023 · 1 comment
Open

Add graphics modes #44

jonathanpallant opened this issue Feb 24, 2023 · 1 comment

Comments

@jonathanpallant
Copy link
Contributor

Need to implement some graphics modes and see what fits in the CPU time we have available.

We could use RLE to get things to fit, but I don't like that, as it will be even worse in the pathological case (black/white checker board). I'd rather it always worked in the worst case.

Also need to think about the horizontal-2x modes. Halve the clock speed of the PIO? Load a new PIO program to do 2x the delays? Load each pixel twice (probably not good from a CPU load and memory bandwidth point of view, given 320x200 wants to use the palette).

@thejpster
Copy link
Member

Added 1-bpp mode in #88, which is possibly the most difficult mode?

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