Video Game Module Console

April 1, 2026 · View on GitHub

Turn your Flipper Zero into a console for the Video Game Module — handles display output and button input so developers can focus on their hardware.

How It Works

  1. Connects to the Video Game Module via UART (FlipperHTTP).
  2. Receives draw commands (BLIT, CHAR, TEXT, ROW, CLEAR) and renders them on the Flipper Zero screen.
  3. Forwards button presses back to the board (4 for Up, 5 for Down, 6 for Left, 7 for Right, 0 for A/Ok, 1 for B/BACK, and 3 for Start/Hold Ok)

Connect Online