Groovy_MiSTer core for colorlight 5A-75B boards with HUB75 Panels
Find a file
Saji ccdbc98cb0
Some checks failed
Verilator Unit Tests / Test (push) Failing after 3m35s
add flake/nix formatter (nixfmt)
2024-09-26 01:46:28 -05:00
.gitea/workflows fix ci 2024-05-25 12:16:18 -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 add amaranth-boards to pdm, add platform pins 2024-09-24 01:42:08 -05:00
tests wip: test works, bypass amaranth-boards not working 2024-09-22 01:32:44 -05:00
verilog checkin 2024-09-03 11:15:59 -05:00
.gitignore remove old groovylight code 2024-08-21 16:22:16 -05:00
flake.lock flake now works with pyproject and flake-parts 2024-09-25 19:21:38 -05:00
flake.nix add flake/nix formatter (nixfmt) 2024-09-26 01:46:28 -05:00
pdm.lock add amaranth-boards to pdm, add platform pins 2024-09-24 01:42:08 -05:00
pyproject.toml flake now works with pyproject and flake-parts 2024-09-25 19:21:38 -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/.