package
0.0.1
Repository: https://github.com/akatsuki-py/gbdk-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Color Set the current foreground colour (for pixels), background colour, and draw mode.
DrawImage NONBANKED.
GetPix Returns the current colour of the pixel at (x,y).
GotoGXY Sets the current text position to (x,y).
GPrint NONBANKED Print the string 'str' with no interpretation.
GPrintf Print the formatted string 'fmt' with arguments '...'.
GPrintln Print the long number 'number' in radix 'radix'.
GPrintn Print the number 'number' as in 'GPrintln'.
No description provided by the author
Plot Old style plot - try plot_point().
PlotPoint Plot a point in the current drawing mode and colour at (x,y).
SwitchData NONBANKED Exchanges the tile on screen at x,y with the tile pointed by src, original tile not performed in this case.
WriteChar Prints the character 'char' in the default font at the current position.

# Constants

* Possible drawing modes */.
* Possible drawing colours */.
* Possible drawing colours */.
* Size of the screen in pixels */.
* Size of the screen in pixels */.
* Possible drawing colours */.
* Possible fill styles for box() and circle() */.
* Possible fill styles for box() and circle() */.
* Possible drawing modes */.
* Possible values for signed_value in GPrintln() and GPrintn() */.
* Possible drawing modes */.
* Possible values for signed_value in GPrintln() and GPrintn() */.
* Possible drawing colours */.
* Possible drawing modes */.