From 90157f59301ad060ff04c57143ab37b781013825 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 11 Nov 2024 20:15:54 +0000 Subject: [PATCH] Add menu customization readme --- README.md | 1 + docs/07_menu_customization.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 docs/07_menu_customization.md 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.