Skip to content

Video Game Module firmware with screen color customization support

Notifications You must be signed in to change notification settings

Next-Flip/video-game-module

This branch is 10 commits ahead of flipperdevices/video-game-module:dev.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb58574 · Aug 4, 2024

History

79 Commits
Aug 4, 2024
Dec 27, 2023
Jun 2, 2024
Jun 2, 2024
Nov 7, 2023
Nov 8, 2023
Dec 19, 2023
May 6, 2024
Nov 7, 2023
Nov 7, 2023
May 6, 2024
Jun 2, 2024
Dec 19, 2023
Jan 29, 2024

Repository files navigation

Flipper Video Game Module (Powered by Raspberry Pi)

Flipper Zero Video Game Module Powered by Raspberry Pi

Building

Requirements:

  • arm-none-eabi-gcc
  • CMake
  • Protobuf

Getting Source Code

git clone --recursive https://github.com/flipperdevices/video-game-module.git

Make sure that all git sub-modules was recursively cloned.

Compiling

# In project folder
( cd build && cmake .. && make )

Compiled firmware can be found in app folder.

Flashing

  • Press and hold boot button, plug VGM into your computer USB
  • Copy vgm-fw-*.uf2 from build/app folder to newly appeared drive

About

Video Game Module firmware with screen color customization support

Resources

Stars

Watchers

Forks

Languages

  • C 55.9%
  • C++ 27.3%
  • Shell 8.6%
  • CMake 4.6%
  • Python 3.6%