Minor readme improvements

Co-Authored-By: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
Robin Jones 2025-01-25 00:06:48 +00:00
parent 8a6df4210e
commit 276efa38ea
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,4 @@
## Menu Customization
### Customizing the font
Add a `font64` file to the root directory called "custom.font64". You can build a font64 file with the `libdragon` tools.
### Adding a background image
Add an image to the SD card. When browsing the menu, select and load the image and then respond to the dialogue message.
Add a PNG image to the SD card. When browsing the menu, select and load the image and then respond to the dialogue message.

View File

@ -70,3 +70,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.