Groovy_MiSTer core for colorlight 5A-75B boards with HUB75 Panels
Find a file
saji 53639121e6
Some checks failed
Unit Tests / Test (push) Failing after 2m26s
sdram simulation
2024-11-12 16:56:52 -06:00
.gitea/workflows update ci test flow 2024-09-26 10:03:57 -05:00
litex add flake/nix formatter (nixfmt) 2024-09-26 01:46:28 -05:00
sim checkin 2024-09-03 11:15:59 -05:00
src/groovylight sdram simulation 2024-11-12 16:56:52 -06:00
tests sdram simulation 2024-11-12 16:56:52 -06:00
verilog checkin 2024-09-03 11:15:59 -05:00
.gitignore add displaystrobe, config/geom fixes 2024-10-08 20:57:39 -05:00
example-config.toml start work on cxxrtl simulation backend 2024-11-02 00:16:47 -05:00
flake.lock flake now works with pyproject and flake-parts 2024-09-25 19:21:38 -05:00
flake.nix make flake use custom amaranth 2024-09-26 10:34:07 -05:00
pdm.lock more work on cxxrtl simulator, start outputting things 2024-11-02 09:57:16 -05:00
pyproject.toml more work on cxxrtl simulator, start outputting things 2024-11-02 09:57:16 -05:00
python.nix add flake/nix formatter (nixfmt) 2024-09-26 01:46:28 -05:00
README.md Update README.md 2024-05-23 06:21:48 +00:00

Groovylight

A GroovyMiSTer to HUB75 display platform. Play retro games in pixel-perfection!

(This project is incomplete. More documentation and screenshots will be added as it is developed)

Features

  • Networked display reciever compatible with Groovy-based protocols for low-latency graphics.
  • Supports 5 "strings" of HUB75 panels, enabling 320x256 maximum display resolution when using 128x64 panels.
  • Supports complex display transforms, such as rotation.

Building your Groovylight

The hardware involved in making a groovylight is simple: It uses the Colorlight 5A-75B Receiver board as the driver and supports various HUB75 displays. When thinking about displays, consider target size, display resolution, and panel layout. Due to RAM limitations, it required that the total number of pixels per-row does not exceed 256. This means that if you use a 128x64 panel, you can have up to 2 of them in series. If you're using a 64x64 panel (not recommended for most setups), you can have 4. A total of 5 strings of HUB75 panels are supported, but they must be the same size.

You can see the setup of a 240p-size display below. It uses 10 128x64 P2.5 panels. One string (2 panels) is rotated on the edge to get 320 pixels, and there are 8 extra pixels on the top and bottom.

Simulator

A Verilator-based simulator is used for behavioral testing but can also be used to experiment with display layouts. The sources can be found in sim/.