diff --git a/README.md b/README.md index 974577ba..75b5ecb9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ An open source menu for N64 flashcarts. ## Documentation * [Getting started guide](./docs/00_getting_started_sd.md) * [Menu controls](./docs/01_menu_controls.md) +* [Menu customizations](./docs/07_menu_customizations.md) * [Developer guide](./docs/99_developer_guide.md) ## Video showcase (as of Oct 12 2023) diff --git a/docs/07_menu_customization.md b/docs/07_menu_customization.md new file mode 100644 index 00000000..99807b21 --- /dev/null +++ b/docs/07_menu_customization.md @@ -0,0 +1,5 @@ +# Menu customization + +## Using a custom font +Add a `font64` file to the root directory called "custom.font64" +This can be build using `libdragon` tools.