API Functions

From Uzebox Wiki
Revision as of 14:38, 13 February 2023 by Artcfox (talk | contribs) (Moved DrawMap2 to deprecated section)
Jump to navigation Jump to search

Video Functions

Sound Functions

Controllers Functions

EEPROM Functions

Bootloader API Functions

The Bootloader API provides access to all types of SD cards and their filesystems which the bootloader is capable to handle. It doesn't require a bootloader to function (reverts to SDSC and FAT16 that case). It also supports asking for loading a new game with bootloaders which can provide such an interface.

To use the Bootloader API library, you need to include it in your Makefile. See the Bootloader library demo for example.

Bootloader API guide

SD Card Functions

SPI Ram Functions

To use the SPI RAM library, you need to include it in your Makefile. See the SD-SPIRAM demo for example.

Network Functions

Uart Functions

Miscellaneous Functions

Kernel Internal Functions

Though you can use these functions, they are subject to change or be removed at any release.

Deprecated Functions