forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
36 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 1.1 | ||
- Description update | ||
## 1.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Air Arkanoid | ||
|
||
This is a simple arkanoid game that shows how use [Flipper Zero Game Engine](https://github.com/flipperdevices/flipperzero-game-engine) to integrate IMU (that is present on Video Game Module, for example) with your game. | ||
This is our simple version of the Arkanoid game that can use the motion-tracking sensor of the Video Game Module or Flipper Zero buttons to control the paddle. To play the game with buttons, disconnect the Video Game Module before running the game. | ||
|
||
The Air Arkanoid game also demonstrates how to integrate the motion-tracking sensor of the Video Game Module into your game using the [Flipper Zero Game Engine](https://github.com/flipperdevices/flipperzero-game-engine). |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
## 1.1 | ||
- Description update | ||
## 1.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Air Mouse app for Video Game Module | ||
The Air Mouse app turns Flipper Zero with the module into a computer mouse. Control the pointer on your computer by tilting and rotating your Flipper Zero with the help of the motion-tracking sensor inside the module. Simply connect your Flipper Zero to a computer or smartphone via Bluetooth or USB. | ||
# Air Mouse app for the Video Game Module | ||
|
||
The Air Mouse app turns Flipper Zero with the module into a computer mouse. Control the pointer on your computer by tilting and rotating your Flipper Zero with the help of the motion-tracking sensor inside the module. Simply connect your Flipper Zero to a computer or smartphone via Bluetooth or USB. | ||
|
||
## Controls | ||
|
||
- Left-click: press the OK button. | ||
- Right-click: press the UP button. | ||
- Scrolling: press and hold the LEFT button and tilt your Flipper Zero. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
## 1.1 | ||
- Description update | ||
## 1.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
# Video Game Module Tool | ||
|
||
Standalone firmware updater/installer for the Video Game Module. | ||
This app is a standalone firmware updater/installer for the Video Game Module | ||
|
||
## Features | ||
|
||
- Install the official VGM firmware directly from Flipper Zero (firmware comes bundled with the application) | ||
- Install custom VGM firmware files in UF2 format from SD card (see limitations) | ||
- Install the official Video Game Module firmware directly from Flipper Zero (firmware comes bundled with the app). | ||
- Install custom Video Game Module firmware files in UF2 format from a microSD card (see limitations). | ||
|
||
## Limitations | ||
|
||
When creating a custom UF2 firmware image, some limitations are to keep in mind: | ||
|
||
- Non-flash blocks are NOT supported | ||
- Block payloads MUST be exactly 256 bytes | ||
- Payload target addresses MUST be 256 byte-aligned with no gaps | ||
- Features such as file containers and extension tags are NOT supported | ||
When creating a custom UF2 firmware image, keep in mind the following limitations: | ||
- Non-flash blocks are NOT supported. | ||
- Block payloads MUST be exactly 256 bytes. | ||
- Payload target addresses MUST be 256 byte-aligned with no gaps. | ||
- Features such as file containers and extension tags are NOT supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters