From 3a164d90bfed73ae12e3a509be73bc3323f23e38 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Tue, 4 Mar 2025 01:34:31 +0000 Subject: [PATCH] Minor improvements (#226) ## Description Fix merge conflicts ## Motivation and Context ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [ ] Documentation Improvement - [ ] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Signed-off-by: GITHUB_USER --- CHANGELOG.md | 3 ++- CONTRIBUTING.md | 1 - docs/99_developer_guide.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a45c01b2..7d31f95d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ -Rolling release built from latest commit on main branch. +# Rolling release +built from latest commit on main branch. **Note**: the attached source code files may be out of date. - For the SummerCart64, use the `sc64menu.n64` file in the root of your SD card. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4b4141a..f64caa34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,4 +9,3 @@ Additionally this document assumes that you already know how to use GitHub and G If that's not the case, we recommend learning about it first [here](https://docs.github.com/en/get-started/quickstart/hello-world). **Help us by creating a PR.** - diff --git a/docs/99_developer_guide.md b/docs/99_developer_guide.md index c98f9fa8..8d0e8bf0 100644 --- a/docs/99_developer_guide.md +++ b/docs/99_developer_guide.md @@ -71,3 +71,6 @@ You can then serve the webpage: ```bash cd output/docs && jekyll serve ``` + +### Test ability to Customize the font +Add a `font64` file to the `menu` directory called "custom.font64". You can build a font64 file with the `libdragon` tools.