NeoGB-Printer VS ESP32-HUB75-MatrixPanel-DMA

Compare NeoGB-Printer vs ESP32-HUB75-MatrixPanel-DMA and see what are their differences.

NeoGB-Printer

An open-source and standalone Gameboy Printer emulator 100% compatible with all officially released games (110 in total) that support the accessory. Just print and save the images as BMP (by zenaro147)

ESP32-HUB75-MatrixPanel-DMA

An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining. (by mrcodetastic)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
NeoGB-Printer ESP32-HUB75-MatrixPanel-DMA
4 13
116 823
- -
2.9 8.1
about 2 months ago 8 days ago
C C++
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

NeoGB-Printer

Posts with mentions or reviews of NeoGB-Printer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.
  • Cat Printer
    7 projects | news.ycombinator.com | 25 Mar 2022
    Most emulators are able to export a PNG that you could then print with something like this project! They don't support using a webcam with the ROM for the Game Boy Camera though.

    If you buy the real thing, there are lots of projects for extracting and printing the pictures though.

    This project implements a fake GB Printer that you can then access via WiFi to download the prints: https://github.com/zenaro147/NeoGB-Printer

    This project I wrote a while ago allows you to use a printer very similar to the one in this submission as an actual Game Boy Printer, connected to an original Game Boy: https://github.com/iamjackg/esp32-phomemo-gameboy-printer

  • The first open-source and fully standalone Game Boy Printer emulator.
    1 project | /r/opensource | 22 Oct 2021
    Hack A Day article and GitHub link from the original post on /r/GameBoy for those interested in learning more.
    5 projects | /r/Gameboy | 22 Oct 2021

ESP32-HUB75-MatrixPanel-DMA

Posts with mentions or reviews of ESP32-HUB75-MatrixPanel-DMA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-20.
  • Diffuser for pixel matrix
    1 project | /r/functionalprint | 8 Apr 2023
    I whipped up a quick ESPHome wrapper (as a custom component) for this library: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA
  • What would I need to make this with arduino?
    2 projects | /r/arduino | 20 Feb 2023
  • Cloud Based LED Matrix (HUB75) Display Controllers
    1 project | /r/led | 10 Feb 2023
  • Taking over a Dead IoT Company
    3 projects | news.ycombinator.com | 10 Jan 2023
    The ESP32 can handle a 64x64 HUB75 display pretty handily. Several of them, even. There’s a solid library out there [0] that just pumps pixels right from memory via the ESP32’s built-in DMA engine. Adafruit_GFX is the supported library for drawing primitives/text/bitmaps/etc., so you can re-use a lot of code that’s out there.

    But let’s start with a simple, quick hit of dopamine: There’s a web-based installer [1] (it uses web serial, so Chrome is required) for a couple varieties of clock designed for a 64x64 HUB75 panel and an ESP32. $20 in parts from AliExpress if you already have a suitable 5V power supply.

    To use that site, all you need is that aforementioned 5V power supply—4A or more recommended, 10A if you’re planning to drive a full panel of pixels on an outdoor panel at full brightness—a 64x64 HUB75 matrix panel, and an ESP32. Everything except power is run directly to the ESP32. Many panels even come with a 16-pin female IDC connector for the panel, with individual DuPont-style female connectors at the other end that you can just slip over the pins on the ESP32.

    The source code for each clock (repo is linked from the web page) is a great starting point for making your own versions.

    The panels, as others have mentioned, are shockingly cheap from the usual sources like eBay [2] or AliExpress (search for “HUB75 panel” or “p3 64x64”), but even those in a hurry can get a 64x64 panel for under $40 from Amazon [3].

    [0]: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA

  • Just finished this rebuild from original to ESP32
    1 project | /r/cade | 6 Nov 2022
    I'm about to share the whole project documentation in german. I used ESP32-HUB75-MatrixPanel-DMA with additional 74HC245 to shift the levels up from 3.3 to 5v (as there is a 2m flat cable running through the frame to the display). The Library is based of Adafruit GFX, for which you can find plenty of examples. If you don't want blanking, use two buffers or partially repaint (for the text and image animation I added black filled boxes on each redraw before painting the new position/text). The ESP32 has just enough pins to power the basic functions, but I'm about to order a new PCB with a portexpander, which frees some pins and allows for blinking buttons. Will add a DFPlayer Mini as well, as soon my customer decided, which MP3 files he wants.
  • Tidbyt hardware display device: a review
    7 projects | news.ycombinator.com | 8 May 2022
  • how do i connect this panel to my esp32/breadboard? cant find any videos online i want to run a pxmatrix library
    2 projects | /r/esp32 | 1 May 2022
    will this work? , also im very new to this space but very willing to learn . so far all i have is the freenove starterkit that came with an esp32 because the first one i got from aliexpress wasn't showing up in arduino IDE, but i have a feeling it just wasn't configured properly.
  • Read gif from sd card, display on Wa2812B matrix. Difficult to find examples.
    1 project | /r/esp32 | 27 Apr 2022
    Here's some sample code that does exactly that this is a "HUB75" board, but it looks like a HUB75 is just an ESP32 with an LED matrix attached. The code should work fine for you so long as you change the number of LEDs, and the pin out.
  • animated gifs in circuitpython
    1 project | /r/circuitpython | 24 Mar 2022
    unless someone can help me fix the Arduino Code...
  • Working on a DMD that displays GIFS, what do you think?
    4 projects | /r/pinball | 20 Apr 2021
    See: https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA#panels-supported

What are some alternatives?

When comparing NeoGB-Printer and ESP32-HUB75-MatrixPanel-DMA you can also consider the following projects:

peripage-A6-bluetooth - Directly printing on a Peripage A6 thermal printer via Bluetooth

ESP_Python_Serial - A tutorial on how to make an ESP and a Python script (running on PC or a RPi) communicate via Serial and do useful stuff while communicating

wifi-gbp-emulator - A GameBoy printer emulator which provides the received data over a wifi-connection.

stm32-usart-uart-dma-rx-tx - STM32 examples for USART using DMA for efficient RX and TX transmission

gbemu - A Gameboy emulator in modern C++

ESP32-HUB75-MatrixPanel-I2S-D

The-Arduino-SD-Game-Boy-Printer - Print everything you want with your Game Boy Printer !

dmdclock

arduino-audio-tools - Arduino Audio Tools (a powerful Audio library not only for Arduino)

MatrixFireFast - A fire simulation for LED matrix displays on Arduino/ESP8266/ESP32 using the FastLED library.

Gameboy-Camera-Flashcart - Available on PCBWay!

firmware