Skip to content
FeralAI edited this page Nov 1, 2022 · 5 revisions

tty2pico is an addon project for the MiSTer FPGA which displays full color text, graphics or animations based on the active MiSTer core. It was inspired by, and strives for command compatibility with, the original tty2oled project.

Image of the display

Features

  • Displays PNG, static GIF, and animated GIF files all with transparency!
  • Tuned for performance - animations can play up to 50fps or more!
  • Can display files from built-in flash or microSD card if available
  • Support for SPI displays up to 320x240 resolution (may require advanced setup)
  • Appears as USB Mass Storage device so you can maintain your files
  • Targets compatiblity with the tty2oled Command List

Requirements

tty2pico firmware releases target the following base hardware:

  • Raspberry Pi Pico or other pin-compatbile RP2040 board
  • 1.28inch Round 240x240 GC9A01 LCD Module
  • Optional SPI microSD reader and card

The RoundyPi module combines all three pieces of hardware on a single board, and is the recommended hardware for standard setups.

Check out the Quick Start guide to get started.

Several other board and display configurations are available for advanced setups, which are detailed in Supported Hardware.

🏠 Home
⏱️ Quick Start
🛠️ Supported Hardware
🪛 Wiring Diagrams
⚙️ Configuration
🖼️ Image Files
🚩 Command List
😈 Development
🛣️ Roadmap

Clone this wiki locally