# Pico Slices

- [Slice 1 - LED Mixer](/breadstick/pico-slices/slice-1-led-mixer.md)
- [Assembly Guide](/breadstick/pico-slices/slice-1-led-mixer/assembly-guide.md): Essentials are all here, more detail and images will be added soon!
- [CircuitPython Code](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code.md)
- [1 - Blink](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code/1-blink.md): Blink the Red LED
- [2 - Analog Read to Plotter](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code/2-analog-read-to-plotter.md): This code shows how you can read data from a potentiometer and send it to the computer, where you can see it appear in the serial console and plotter in Mu.
- [3 - PWM Fade](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code/3-pwm-fade.md)
- [4 - Pot Controlled PWM](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code/4-pot-controlled-pwm.md): Use the analog value from a potentiometer to control the brightness of an LED.
- [5 - Gamma Correction](/breadstick/pico-slices/slice-1-led-mixer/circuitpython-code/5-gamma-correction.md): Our eyes don't respond linearly, so we shouldn't increase our LED's brightness linearly. A little math goes a long way.
- [Slice 2 - Stopwatch](/breadstick/pico-slices/slice-2-stopwatch.md)
- [Assembly Guide](/breadstick/pico-slices/slice-2-stopwatch/assembly-guide.md)
- [Coding Lessons](/breadstick/pico-slices/slice-2-stopwatch/coding-lessons.md)
- [1 - 7-Segment Display Intro](/breadstick/pico-slices/slice-2-stopwatch/coding-lessons/1-7-segment-display-intro.md)
- [2 - Cycling Through All Segments](/breadstick/pico-slices/slice-2-stopwatch/coding-lessons/2-cycling-through-all-segments.md)
- [Slice 3 - 8x8 Dot Matrix](/breadstick/pico-slices/slice-3-8x8-dot-matrix.md)
- [Assembly Guide](/breadstick/pico-slices/slice-3-8x8-dot-matrix/assembly-guide.md)
- [MicroPython Code](/breadstick/pico-slices/slice-3-8x8-dot-matrix/micropython-code.md)
- [1 - Moveable Pixel](/breadstick/pico-slices/slice-3-8x8-dot-matrix/micropython-code/1-moveable-pixel.md)
- [2 - Snake](/breadstick/pico-slices/slice-3-8x8-dot-matrix/micropython-code/2-snake.md)
- [Circuit Python Setup](/breadstick/pico-slices/circuit-python-setup.md)
- [Reset Bricked Pico](/breadstick/pico-slices/reset-bricked-pico.md)
