🍞
Breadstick
CtrlK
  • Breadstick Innovations Website
  • Breadsticks
    • πŸ₯–Raspberry Breadstick
      • Code Examples
        • Demo Code
        • POV Wand
        • Pride Flags POV Wand
        • 6-Axis IMU
        • RGB Blink
        • AsyncIO RGB Blink
        • Digital Input
        • Digital Output
        • PWM
        • ADC
        • Servo Motor
    • πŸ₯–Raspberry Breadstick Lite
    • 🍞Support Boards
      • I2C Devices
        • 🚌I2C Bus Rail Adapter
        • 🌦️Weather Crouton
        • 😎Brightness Crouton
        • πŸ“Distance Crouton
        • 🫨Motion Crouton
      • I2S Devices
        • πŸ“’Boombox
      • SPI Devices
      • πŸ•ΉοΈButtons/Switches
    • Learning Resources
    • Troubleshooting
  • Nougat
    • Nougat C3
    • Nougat Quad
    • Installing WLED
  • Pico Slices
    • πŸ”΄Slice 1 - LED Mixer
      • Assembly Guide
      • CircuitPython Code
        • 1 - Blink
        • 2 - Analog Read to Plotter
        • 3 - PWM Fade
        • 4 - Pot Controlled PWM
        • 5 - Gamma Correction
    • ⏱️Slice 2 - Stopwatch
      • Assembly Guide
      • Coding Lessons
        • 1 - 7-Segment Display Intro
        • 2 - Cycling Through All Segments
    • ⬜Slice 3 - 8x8 Dot Matrix
      • Assembly Guide
      • MicroPython Code
        • 1 - Moveable Pixel
        • 2 - Snake
    • Circuit Python Setup
    • Reset Bricked Pico
  • Christmas
    • Christmas Tree DIY kit
  • Protoboards
    • ❀️Proto-Heart
    • πŸ₯ͺProto-Toast
  • SHOP
Powered by GitBook
On this page
  • MicroPython
  • MicroPython Setup

Was this helpful?

  1. Pico Slices
  2. ⬜Slice 3 - 8x8 Dot Matrix

MicroPython Code

MicroPython

MicroPython lets us use both cores of our Pico at the same time, which means we can dedicate one of them to continually updating the display in the background. We can use the other code to run our game logic.

MicroPython Setup

PreviousAssembly GuideNext1 - Moveable Pixel

Last updated 2 years ago

Was this helpful?