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

Added a pico display 2.0 Mandelbrot set example. #680

Merged
merged 2 commits into from
Feb 22, 2023

Commits on Feb 22, 2023

  1. Added a pico display 2.0 Mandelbrot set example.

    Both pico cores are used: core0 handles the key input and updates the
    display at low resolution. Core1 updates the display at high resolution.
    
    For speed, fixed point arithmetic is used. The main loop also checks
    for cyles to speed things up.
    
    Six color palettes are provided, including 3 HSV, greyscale and black/white.
    martinbudden authored and Gadgetoid committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    e66a289 View commit details
    Browse the repository at this point in the history
  2. Port Pico Display 2.0 Mandelbrot to PicoGraphics.

    Move into Pico Display examples directory and update for PicoGraphics.
    Gadgetoid committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8047f29 View commit details
    Browse the repository at this point in the history