Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Sprite Struct Reference
A function to put a sprite and its data in one variable. More...
#include <models.h>
int | width |
The width of the sprite. | |
int | height |
The height of the sprite. | |
const int * | data |
The array of 1s and 0s of the sprite. |
Detailed Description
A function to put a sprite and its data in one variable.
A struct that alows to create an object containing a sprite, its width and height. It is used with another function located in main.h.
Definition at line 27 of file models.h.
Field Documentation
Generated on Wed Dec 20 2023 20:30:17 by
