-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
37 additions
and
1 deletion.
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 |
---|---|---|
@@ -1 +1,37 @@ | ||
# GBA-Sketch | ||
# GBA-Sketch | ||
|
||
**GBA-Sketch** is a very simple drawing application made for a GBA Console, intended to be used for relaxation and playful purposes. It is not intended for any serious drawings, since the only way to erase your mistake is my clearing the whoe screen (as far as I know, there is no accellerometer, therefore shaking the screen is not possible) | ||
|
||
More information on Itch.io page: | ||
|
||
## Technical details | ||
The application is programmed with C and compiled using DevKitARM tools. | ||
|
||
# Controls | ||
* **DPAD** - Moving the cursor, drawing | ||
* **L and R buttons** - Cycle through the colors | ||
* **Start** - Cycle through the cursor colors | ||
* **Select** - Clear Screen | ||
* **B button** - Pause Drawing (Allows you to move the cursor but will not draw) | ||
|
||
# Colors: | ||
* White | ||
* Colorful mode | ||
* Red | ||
* Green | ||
* Blue | ||
* Yellow | ||
* Magenta | ||
* Cyan | ||
* Grey | ||
|
||
# Cursor Colors: | ||
* Drawing Color | ||
* White | ||
* Blue | ||
* Red | ||
* Black | ||
|
||
# Building | ||
## GBA: | ||
The Makefile is made with DevKitPro DevKitARM compiler in mind, therefore if you want to fiddle around with code and compile some code, DevKitARM must be installed! |